# Token Exchange

1. **AWC Earnings**
   * Earned through daily market orders.
   * Kept as in-game balance, not sent directly to the player's wallet.
2. **Deposits and Withdrawals**
   * In-game AWC tokens can be deposited or withdrawn to/from the user's WAX wallet.
   * Tokens can be used in-game for purchases, NFT leveling, or other activities.
3. **Withdrawal Fees**
   * Dynamic fee associated with withdrawals (10%).
   * Deducted from the final amount sent to the user's WAX wallet.
4. **Fee Redistribution**
   * Withdrawal fees collected in a pool and redistributed as follows:
     * 40% of the total pool split among landowners weekly.
     * 50% used in daily market orders.
     * 10% allocated as dev fees.


---

# Agent Instructions: 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://animalworld-1.gitbook.io/animal-world/game-mechanics-and-entities/token-exchange.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.
