# Staking

CROD - platform tokens that can be locked for a period from 7 to 730 days. By blocking tokens in the contract, users get a chance to redeem the allocation.

The blocking period is a multiplier that increases the number of your "Gravity" according to the formula:

$$
Gravity = CROD\*(\sqrt{days/2}) / 12
$$

where "days" is the number of blocking days

**Contract address (TestNet):** [0x56DD498BCECA94d2893FA479EEc943feA4f56096](https://cronos.crypto.org/explorer/testnet3/address/0x56DD498BCECA94d2893FA479EEc943feA4f56096/transactions)

**Contract source code:** [github.com/Crodo-io/Contracts/blob/main/contracts/crodoContract.sol](https://github.com/Crodo-io/Contracts/blob/main/contracts/crodoContract.sol)
