> 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-docs-pt/taitiko-arena/markdown/carteira.md).

# Carteira

Esta é a sua carteira dentro do jogo. Aqui você pode gerenciar seus ativos e **trocar seu Honor por $TTG**.

Use-a para converter o Honor que você ganhou jogando em $TTG, que pode ser sacado ou utilizado fora do jogo. Todas as transações são seguras e processadas diretamente no aplicativo.

Você pode **comprar Honor usando Telegram Stars ou $TTG**.

**Valor do Honor:** **$0.026**

> **Observação:** Para sacar seu Honor, sua conta deve ter pelo menos **21 dias de idade**.

### **Sistema de Níveis de Saque**

Sua carteira inclui um **sistema de níveis** que aumenta seu limite diário de saque com o tempo. Quanto mais vezes você realizar saques com sucesso, maior será seu limite diário. Você pode fazer um saque por dia.

| Nível             | Limite Diário de Saque (1x/dia) | Total de Saques Necessário |
| ----------------- | ------------------------------- | -------------------------- |
| Nível 1           | 400 Honor                       | 1600 Honor                 |
| Nível 2           | 800 Honor                       | 3200 Honor                 |
| Nível 3           | Equivalente a $50 em $TTG       | 12800 Honor                |
| Nível 4           | Equivalente a $100 em $TTG      | 28800 Honor                |
| Nível 5 em diante | A definir                       | A definir                  |

Cada saque concluído leva você um passo mais perto do próximo nível. Continue construindo confiança para desbloquear limites mais altos.


---

# 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-docs-pt/taitiko-arena/markdown/carteira.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.
