# Saques

Os saques poderão ser efetuados a qualquer momento, mas possuem um modelo de taxa progressiva, renovado a cada saque. O que significa que ao sacar no primeiro dia, o jogador pagará uma taxa de 90% do valor a ser sacado, e essa taxa vai caindo no decorrer dos dias (horário de corte sempre as 21 horas no horário de Brasília ou 00h UTC), até atingir o valor de taxa 0% no 15º dia. a tabela das taxas em cada dia se encontra logo abaixo. Por padrão o limite atual de saques é 3000 [$MSB](/pt/readme/tokenomics/token/usdmsb.md) por dia (renova todo dia no horário de corte).

| Dia | Taxa |
| --- | ---- |
| 1º  | 90%  |
| 2º  | 84%  |
| 3º  | 78%  |
| 4º  | 72%  |
| 5º  | 66%  |
| 6º  | 60%  |
| 7º  | 54%  |
| 8º  | 48%  |
| 9º  | 42%  |
| 10º | 36%  |
| 11º | 30%  |
| 12º | 24%  |
| 13º | 12%  |
| 14º | 6%   |
| 15º | 0%   |


---

# 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://docs.mining-squad.app/pt/readme/tokenomics/saques.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.
