# Stake

The game has a staking option, benefiting players who deposit [$MSB](/en/readme/tokenomics/token/usdmsb.md) with some rewards. The main reward is to receive, daily, fractions of [$MSG](/en/readme/tokenomics/token/usdmsmk.md), a token used to mint new miners, in addition to increasing the withdrawal limit and increasing the bonus in [Quarry](/en/readme/o-jogo/game-modes/jazida-de-diamantes.md). Below are tables with the benefits for different stake amounts.

{% hint style="info" %}
The **MSG** fraction is based on the value of 0.00001 MSG for each staked MSB, and the base value increases as the amount of stake locked in the project increases. For example, a player who has 1000 MSB in stake wins a full MSG after 200 days of staking. The player with 2000 MSB in stake, instead of earning 1 MSG in 100 days according to the base value of the fraction, he has a bonus and receives 1 MSG every 50 days. See table below with reference values.
{% endhint %}

{% hint style="warning" %}
The values ​​can be changed according to the economic needs of the game.

At current values, a player with 25,000 MSB or more already earns 1 full MSG per day.&#x20;
{% endhint %}

Below you can check the benefits according to the MSB amount allocated in stake.

| Stake   | Withdraw limit | Quarry Bonus | MSG fraction |
| ------- | -------------- | ------------ | ------------ |
| 2000 >  | 4000           | 1%           | 0,00001      |
| 4000 >  | 6000           | 2%           | 0,000015     |
| 6000 >  | 8000           | 3%           | 0,00002      |
| 8000 >  | 10000          | 5%           | 0,000025     |
| 10000 > | 12000          | 8%           | 0,00003      |
| 15000 > | 14000          | 13%          | 0,000035     |
| 20000 > | 16000          | 21%          | 0,00004      |
| 50000 > | 20000          | 30%          | 0,00006      |


---

# 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/en/readme/tokenomics/stake.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.
