> For the complete documentation index, see [llms.txt](https://another-world-4.gitbook.io/another-world-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://another-world-4.gitbook.io/another-world-whitepaper/economy/how-to-stake-awm.md).

# How To Stake AWM

Stake AWM for staking rewards and provide liquidity to LP for higher incentives.

<figure><img src="/files/A4bAbaVfNCd8Dva9ut2l" alt=""><figcaption><p>Main Page of Another World DEX</p></figcaption></figure>

#### Stake AWM at [Another World DEX](https://app.anotherworld.game/exchange/awm)

![](/files/x1etL1iVxTfKw64oEMuZ)

1. Enter the amount of AWM you wish to stake.
2. Use the button to update the APR (Annual Percentage Rate) and share of the pool for AWM staking based on the current rate.
3. The above conditions represent the APR and your share of the entire pool when staking.
4. Use the button to harvest the accumulated AWM rewards from staking.

#### Provide Liquidity to AWM - KLAY LP at [Another World DEX](https://app.anotherworld.game/exchange/lp)

![](/files/fY0AWtxYptF5J3ezs7Aq)

1. Enter the amount of both tokens you wish to provide to the LP.
2. Displays the balance of your A tokens. Pressing the button sets the maximum amount of A tokens you hold to be used for LP.
3. Use the button to update the token ratio based on the current rate.
4. The number of LP tokens you can receive when creating LP tokens with the current token ratio.
5. Enter the percentage of allowable slippage rate from the current displayed token ratio when creating LP tokens.
6. The above conditions represent the token ratio, share of the pool, minimum number of LP tokens that can be received, and Slippage Tolerance setting when creating LP tokens.


---

# 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://another-world-4.gitbook.io/another-world-whitepaper/economy/how-to-stake-awm.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.
