Staking & Fee Model

๐Ÿงฑ Staking & Fee Model

ZkStable uses a dual-staking model for long-term stability and governance.

๐Ÿ”’ Staking Tiers

Tier
Token
Lock Period
Reward

Basic

$PRIVACY

Flexible

6% APY

Governance

$PRIVACY

90 days

12% APY

Institutional

$PRIVACY + $pUSD

180 days

18% APY + DAO vote weight

๐Ÿ’ฐ Fee Breakdown

Fee Type
Allocation

Swap Fees

0.2% โ†’ DAO Treasury

Minting Fees

0.3% โ†’ Staking Pool

Redeem Fees

0.1% โ†’ Buyback Pool

๐Ÿงฎ Example

When $1,000,000 of volume flows through the protocol:

  • $2,000 to DAO treasury

  • $3,000 to stakers

  • $1,000 allocated for token burn

๐Ÿชœ Staking API Example

POST /v1/stake
{
  "amount": "1000",
  "duration": "90d",
  "token": "PRIVACY"
}

Last updated