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

# FAQ

### Why is the account balance not refreshed after receiving the testnet tokens?

The balance display uses the toSignificant(6) method, that is, only the first six significant digits are retained. When the amount is relatively large, the fraction is not displayed, but it does not affect the transaction.

### Why does the rate of return change?

The annualized rate of return is estimated using the data at the current moment, such as the total lock-up volume or total transaction volume, block interval, unit block reward, etc. The unit block reward will generally not change, but the total locked position or total transaction volume is always changing, and the block interval is also dynamically changing, so the rate of return is floating.

### Why can't I see the testnet token in MetaMask after receiving KYI?

In this case, you can manually add a new custom token in MetaMask. The token contract address is right, and the token symbol is KYI. Just fill in and save it.

### When users using swap, adding liquidity or removing liquidity function, why do transactions fail?

During these three operations, you need to require the current transaction price. However, when the transaction is submitted to the chain, someone else may also submit the transaction and this move will affect the price. The deviation between the two prices is called a sliding point. You can improve the sliding point through the setting interface to solve this problem, but please pay attention to the risk. Increasing the sliding point may lead to a large difference between the actual transaction price and the price when the transaction is initiated.


---

# 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:

```
GET https://kyswap.gitbook.io/kyswap-en/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
