> For the complete documentation index, see [llms.txt](https://arenadocs.taitiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arenadocs.taitiko.com/taitiko-arena/markdown/wallet.md).

# Wallet

This is your in-game wallet. Here, you can manage your assets and **swap your Honor for $TTG**.

Use it to convert the Honor you’ve earned through gameplay into $TTG, which you can withdraw or use outside the game. All transactions are secure and processed directly within the app.

You can **buy Honor using Telegram Stars or $TTG**.

**Honor Value: $0.026.**

> **Note:** In order to withdraw your Honor, your account must be at least **21 days old**.

### Withdrawal Tiers

Your wallet includes a **tier system** that increases your daily withdrawal limit over time. The more times you successfully withdraw, the higher your daily cap becomes. You can make one withdrawal per day

<table><thead><tr><th width="231.12890625">Level</th><th width="266.60546875">Daily Withdrawal Limit (1x/day)</th><th>Honor to level up</th></tr></thead><tbody><tr><td>Level 1</td><td>400 Honor</td><td>1600 Honor</td></tr><tr><td>Level 2</td><td>800 Honor</td><td>3200 Honor</td></tr><tr><td>Level 3</td><td>$50 worth of TTG</td><td>12800 Honor</td></tr><tr><td>Level 4</td><td>$100 worth of TTG</td><td>28800 Honor</td></tr><tr><td>Level 5 and beyond </td><td>TBD</td><td>TBD</td></tr></tbody></table>

Each completed withdrawal moves you up one step closer to the next level. Keep building trust to unlock higher limits.


---

# 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://arenadocs.taitiko.com/taitiko-arena/markdown/wallet.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.
