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