> 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/copy-of-taitiko-arena-docs-ch/taitiko-arena/markdown/qian-bao.md).

# 钱包

这是你在游戏中的钱包。你可以在这里管理你的资产，并**将 Honor 兑换为 $TTG**。

使用它将你通过游戏获得的 Honor 转换为 $TTG，这些代币可以提现或在游戏外使用。所有交易都是安全的，并直接在应用内处理。

你可以**使用 Telegram Stars 或 $TTG 购买 Honor**。

**Honor 的价值：** **$0.026**

> **注意：** 要提现 Honor，你的账户必须至少有 **21 天的账户年龄**。

### **提现等级系统**

你的钱包采用一个**等级系统**，该系统会随着时间推移提升你的每日提现额度。你每成功提现一次，就更接近下一等级。每天只能提现一次。

| 等级       | 每日提现上限（1x/天）   | 累计提现要求      |
| -------- | -------------- | ----------- |
| 等级 1     | 400 Honor      | 1600 Honor  |
| 等级 2     | 800 Honor      | 3200 Honor  |
| 等级 3     | 等值 $50 的 $TTG  | 12800 Honor |
| 等级 4     | 等值 $100 的 $TTG | 28800 Honor |
| 等级 5 及以上 | 待定             | 待定          |

每次成功提现都会让你更接近下一个等级。持续建立信任以解锁更高的提现额度。


---

# 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/copy-of-taitiko-arena-docs-ch/taitiko-arena/markdown/qian-bao.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.
