> For the complete documentation index, see [llms.txt](https://metropolisnft.gitbook.io/metropolisnft-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metropolisnft.gitbook.io/metropolisnft-1/portugues/retirada.md).

# Retirada

A retirada de tokens $METRO estará sujeita a uma taxa de retirada que diminuirá gradualmente a partir do primeiro dia de ganhos. Inicialmente, essa taxa será de 45% no primeiro dia e diminuirá em 3% ao dia, chegando a 0% após 15 dias, quando os saques serão isentos de taxas.

#### Tabela de taxas de saque diário

| day 1 | day 2 | day  3 | day 4 | day 5 | day 6 | day 7 |
| :---: | :---: | :----: | :---: | :---: | :---: | :---: |
|  42%  |  39%  |   36%  |  33%  |  30%  |  27%  |  24%  |

| day 8 | day 9 | day 10 | day 11 | day 12 | day 13 | day 14 | day 15 |
| :---: | :---: | :----: | :----: | :----: | :----: | :----: | :----: |
|  21%  |  18%  |   15%  |   12%  |   9%   |   6%   |   3%   |   0%   |

#### O que acontece em 15 dias?

No 15º dia, a taxa de saque será de 0%. Mas isso não é tudo: a partir desse dia, você poderá ganhar reputação se optar por não reivindicar seus tokens. Os pontos de reputação lhe serão concedidos diariamente, aumentando gradualmente a cada dia que passa, até que você decida reivindicar seus tokens. Além disso, observe que você poderá usar seus tokens bloqueados para comprar o que quiser no jogo


---

# 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://metropolisnft.gitbook.io/metropolisnft-1/portugues/retirada.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.
