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

# FAQ

**Q. How to the token ratio determined when providing liquidity?**

The token ratio for liquidity provision in determined based on the price ratio of the liquidity pool, which is the pool where users swap tokens. For example, if TokenA and TokenB are supplied to the Liquidity Pool in a 1:1 ratio, and the prices of the two tokens are the same, users who provide additional liquidity will also need to input both tokens in the same ration. In this case, if you want to supply 500 tokens of TokenA, you will need to input 500 tokens of TokenB as well.

**Q. I have provided liquidity. What steps do I need to take to receive rewards?**

By providing liquidity, you can receive a portion of the swap fees paid by other users when they swap, However, if you stake the LP tokens received after providing liquidity into the Pair Staking Pool, you can earn additional rewards.

If you have successfully provided liquidity, you will see information about stakable LP tokens in your liquidity list. Additionally, you can check your LP tokens in the K STADIUM App wallet.

**Q. I provided liquidity and staked, but I can’t see my LP tokens.**

Assets staked in the Pair Staking Poll will not visible in your wallet or token list. If you do not see your tokens and you haven’t staked them, please contact the Help Center ([help.kstadium.io](http://help.kstadium.io)) for assistance.

**Q. I removed liquidity, but the amount of tokens received is different from the initially supplied tokens.**

The price ratio in the liquidity pool can change due to user swaps. The amount of LP tokens received when providing liquidity remains unchanged, but when removing liquidity and burning the LP tokens, the amount of the two tokens received can be different from the initial amount.


---

# 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://docs.atheneswap.io/products/liquidity/faq.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.
