ClayStack Docs
  • Get Started
    • Introduction
    • What is Liquid Restaking
    • How to ReStake with ClayStack
    • What is csETH?
    • Modular Architecture
      • DVT Layer
      • MEV Layer
      • Restaking Layer
      • VFP
      • Oracle
    • Node Operators
      • Overview
      • SSV Guide
      • Obol Guide
    • Deployed Contracts
  • Rewards
    • CLAY & EigenLayer Points
    • Referral Program
  • Governance
    • CLAY Token
  • Resources
    • Security
    • Litepaper
    • Community
    • FAQs
    • Guides
      • Restake
      • Mint csETH via LSDs
  • MATIC
    • csMATIC
      • Architecture
      • Autobalancer
      • csMATIC
      • Deployed Contracts
      • FAQs
      • Fees
      • Limits
      • Overview
      • csMATIC (Polygon)
      • Rewards
      • contracts
        • ClayManager.sol
        • ClayMatic.sol
        • CsToken.sol
        • RoleManager.sol
        • TimeLock.sol
Powered by GitBook
On this page
  • Staking Rewards
  • Unstaking Conditions
  • Polygon's Staking Contracts
  • ClayMatic on Ethereum
  1. MATIC
  2. csMATIC

Overview

PreviousLimitsNextcsMATIC (Polygon)

ClayMatic is the staking protocol implementation for Polygon PoS. A user stakes their MATIC and receives csMATIC, which accrues staking rewards without the need of claiming or re-staking.

Polygon's staking protocol lives on Ethereum, where ClayMatic pools MATIC from deposits. The ERC20 token is then staked across trusted validator nodes, and ClayMatic claims and re-stakes rewards on a regular basis.

<img src={require('@site/static/ClayMatic.png').default} />

Staking Rewards

Polygon has allocated 12% of its total supply of 10 billion tokens to fund the staking rewards. These rewards are to be distributed over 5 years across participating validating nodes and delegators. Through ClayStack, the user delegates MATIC across several trusted validators.

Rewards APY can range depending on the percentage of MATIC staked across the network.

To know more, read .

Unstaking Conditions

ClayStack Standard Unstake feature will use Polygon's checkpoint system to unstake, which currently requires the user to wait for a period of 80 checkpoints before the locked MATIC can be released. Currently this translates to a period of 3-5 days.

To track Polygon's checkpoints, .

Polygon's Staking Contracts

ClayMatic interacts directly with Polygon's staking contracts, and not with any validating node. This delegated staking structure ensures maximum safety for the users as staked funds are protected by Polygon's contracts and are at no point in custody of the validating node.

To understand more about the contract inner workings, see and .

ClayMatic on Ethereum

View on .

0x91730940DCE63a7C0501cEDfc31D9C28bcF5F905
Staking on Polygon PoS
see here
StakeManager.sol
ValidatorShare.sol
Etherscan