> For the complete documentation index, see [llms.txt](https://docs.mining-squad.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mining-squad.app/en/readme/tokenomics/saques.md).

# Withdraw

Withdrawals can be made at any time, but have a progressive rate model, renewed with each withdrawal. Which means that when withdrawing on the first day, the player will pay a fee of 90% of the amount to be withdrawn, and this rate will decrease over the days (cut-off time is always 9pm Brasília time or 00h UTC), until reaching the 0% rate value on the 15th day. The rate table for each day is below. By default, the current withdrawal limit is 3000 [$MSB](/en/readme/tokenomics/token/usdmsb.md) per day (renews every day at the cutoff time).

| Day | Fee |
| --- | --- |
| 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
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:

```
GET https://docs.mining-squad.app/en/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.
