> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/begin/overview/known-bugs.md).

# Known Bugs

## For all users

### 🔔 Completion of a specific achievement will result in the accomplishment of multiple other achievements

Completion of a specific achievement will result in the accomplishment of multiple other achievements. A bug has been confirmed that when the achievement "Own 10 hero(es)/Weapon(s) of level 10 or higher" is completed, it is assumed that multiple achievements "Own 10 hero(es)/Weapon(s) of level XX or higher", which are supposed to be released in stages, have been completed.

Considering the scope of this issue and the number of cases that have already occurred, no correction will be made, so please feel free to use the Free Zenny you have received as is.

### 🔔 Paid/Free Zenny value display error after recycling

A bug has been confirmed in which the values of paid and free zenny displayed at the top of the screen are switched just after you recycle characters or weapons. Please be assured that the actual data is processed correctly and the values will return to normal when you move to another screen.

→ We will fixed this in the next update.

## Bugs affecting some users

### 🔔 Some NFT characters does not show up in game

It was reported that when playing the game for the first time or when adding a new NFT to your linked wallet, some of the NFTs do not appear in the game.

It is possible that it is taking some time to reflect the data on the blockchain to the game. Please provide us with your wallet address and the information of the NFTs that are not reflected from  【#🎫｜ticket-english】 channel on the official Discord.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://polkafantasy.gitbook.io/official/begin/overview/known-bugs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
