# Stake TIDAL

Tidal Finance is currently providing a total of 12,540,000 $TIDAL tokens every month to reward staking pool. This incentive will be set at launch to reward the staking pool, reward will be distributed per block.&#x20;

TIDAL token needs to be held in metamask on polygon network to participate in the staking pool. How to transfer token from ethereum to polgyon please refer to "Transfer Token to Polygon" section.

**Risk of Staking**

Please be noted that your staking is subject to the financial risk of losing shall a claim be approved.

Potential loss incurred during a payout: After the governing risk team clears and validates a hack has happened, the payout process begins. Staking pool comes into play at this stage to provide collateral to the reserve provider(s) in question. For mainnet launch, staking collateral provided is $TIDAL tokens valued at lessor of $100k USD or 10% of the total Tidal claimable amount (tidal token valuation date of the day before the hack).

Payout function of the staking pool is created to support tidal platforms growth by mitigating initial reserve providers’ loss. It is important for tidal’s platform to bootstrap USDC reserves especially at the beginning.&#x20;

For other risks please refer to the [**risk section on gitbook.**](https://docs.tidal.finance/getting-started/risks)&#x20;

**Unstake**

Users can unstake their $TIDAL tokens at any time. Please note that the unstaking process is subject to a 14-day lock-up period. During the 14-day lock-up period, stakers are still entitled to receive their staking reward for their staked Tidal tokens until the unstaking becomes effective, as well as taking the risk of getting slashed under a valid claim.

**Staking parameter setting**\
\
The staking process is based on the following formula:

&#x20;                       Staking APR = RPB X BPY / TTS

Where

&#x20;                      \-  RPB = (Tidal tokens) Reward Per Block

&#x20;                      \-  BPY = Block Per Year

&#x20;                      \-  TTS = Total Tidal Staked

[**As seen in the code of staking contract**](https://github.com/TidalFinance/tidal-contracts/blob/main/contracts/Staking.sol)**:**

![](https://lh4.googleusercontent.com/_w2OhLZhXfRT7TwDtPh9r37n43r-kle4EHCLbpReMBkcfQ0h_p35DTgPk98XGqgf6jhDiWogIXrOp6Rsxs_h6nCAS9rToJvJ8unVtYibrnW5ykIbOeM0yTPqbxrGVmJdaOKXuaN-)

Please be noted that the APR formula given above represents the current APR. And it does not involve any interest-compounding mechanism. The reward amount (APR) can be adjusted by calling a function and tuning the RewardPerBlock parameter in the smart contract. Depending on the staking amount and USDC reserve amount, reward amount shall be adjusted to best support the ecosystem growth. <br>


---

# 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.tidal.finance/how-to-use-1/how-to-use/staking-tidal.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.
