# Staking

Deposit your MSS tokens into the staking contract to earn!

{% hint style="info" %}
UPDATE AUG 1, 2024:

All claims/collecting from the contract, will reduce your staked deposit balance by the exact amount of tokens claimed.
{% endhint %}

{% hint style="info" %}
UPDATE AUG 8, 2024:

Max reward accumulation time is 7 days.  If you have not compounded or claimed for 7 days, rewards will stop accumulating until you take an action.
{% endhint %}

{% hint style="warning" %}
UPDATE MAR 27, 2025:

A new throttle mechanism has been implemented.  Check throttle section of this page for details
{% endhint %}

You are able to either compound at a 2% daily rate OR collect at 1% daily rate.

You may compound or collect as often as you like. Gas fees on Base / BNB Chain will apply.

<https://www.mintstakeshare.com/stake>

{% hint style="warning" %}
Tokens deposited to staking cannot be withdrawn!  The rewards can be compounded or collected anytime, but the initial deposit can not be removed.
{% endhint %}

<figure><img src="/files/7de1Ip4WSLFrorN10NCZ" alt=""><figcaption><p>Example staking display</p></figcaption></figure>

{% hint style="warning" %}
**The maximum staking deposits you can achieve is 20M tokens**
{% endhint %}

### Account Throttling

New staking statistics have been added to the "Staking" page to show you the details you need to keep your account from getting throttled, and the current throttle status.

<figure><img src="/files/lKIJppWjvqXl1lgJCqDE" alt=""><figcaption><p>In this example, you can see how much has been Collected, and the true MSS Deposited amount.<br>In addition, you can see that this account is currently not getting throttled.</p></figcaption></figure>

Throttling will begin once your "Collected" amount exceeds the "MSS Deposited" amount.

Refer to the list below to see how much you will get throttled, based on how much higher your Collected amount is than MSS Deposits.

1x = 10%\
2.5x = 20%\
5x = 30%\
7.5x = 40%\
10x = 50%\
12.5x = 60%\
15x = 70%\
17.5x = 80%\
20x = 90%

For example, if you have collected over 5x more than your MSS deposits, you will have a 30% throttle.

### How Throttling Impacts an Account

If your account is being throttled, it will directly reduce the output of the staking contract, by the throttle percent.  A 20% throttled account will receive 80% of the rewards they would have received if not throttled.

Example for clarity, based on 1 million MSS staked:

Total MSS in staking: 1M

Without throttle:\
20,000 MSS daily available for compound\
10,000 MSS daily available for collect

With 20% throttle:\
16,000 MSS daily available for compound\
8,000 MSS daily available for collect


---

# 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.mintstakeshare.com/staking.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.
