Staking
Page Spec
Item | Content |
---|---|
Page URL | /token/staking |
Page Title | FIO Protocol - Staking |
Design | https://www.figma.com/file/n33HwJfIuwy068A7G0Bdpg/FIO-Website?type=design&node-id=889-15123 |
Section Content
Stats
Dynamic Content
Content element | Endpoint | Request | Response |
---|---|---|---|
Staked | Same as Home Page | Dynamic Content | ||
Current APY | N/A | Use:
{
"staked_token_pool": 81362017.67272668,
"outstanding_srps": 132751309.12573518,
"rewards_token_pool": 8938773.922297876,
"combined_token_pool": 92742285.03743973,
"staking_rewards_reserves_minted": 6261266.063125846,
"roe": 0.6986167266312909,
"active": true,
"historical_apr": {
"1day": 9.819462831115345,
"7day": 13.53748584592391,
"30day": 11.539668834782017
}
}
|
FIO Tokens Staked: N/A
Current APY
Based on last 30 days: N/A
Based on last 7 days: N/A
Based on last 1 day: N/A
Staking Calculator
See example on Retool: https://fio.retool.com/embedded/public/5a0e9995-4321-4647-941b-eb601ffb52ef
Step | Endpoint | Request | Response |
---|---|---|---|
User enters FIO Handle and clicks Lookup Now! |
|
|
|
Get FIO Public Key | {
"fio_address": "FIO Handle entered by user",
"chain_code": "FIO",
"token_code": "FIO"
} | Use {
"public_address": "FIO81t9wb3849tiEBeTK1GgMqjvvwuFtZ5C6mWT6k1k2RWuQXSXcR"
} | |
Get Balances |
| ||
If no valid response or |
|
|
|
Staking Overview
To incentivize governance participation, FIO Token can be staked.
Token holders who vote or proxy their FIO Tokens can choose to stake any amount of tokens held in their account.
The staked tokens never leave user’s account, but are locked and cannot be spent.
When tokens are staked, they accrue Staking Rewards.
When the token holder unstakes their tokens, they receive the accrued Staking Rewards and their staked tokens remain locked for an additional period of 7 days after unstaking.
Staking Rewards
25% of every fee collected on the FIO Chain is redirected to Staking Rewards.
In addition, if the total daily amount redirected to the pool is less than 25,000 FIO, new tokens are minted from the Staking Reward Reserves allocation to ensure the pool receives a minimum of 25,000 FIO daily.
The amount of Staking Rewards received from staking is directly related to amount of fees processed on the FIO Chain, number of FIO Tokens being staked and how soon after staking activation have tokens been staked. It is therefore not possible to determine annualized yield before tokens are staked, but only by looking backwards after unstaking.
Integrator Incentive
Wallets, exchanges and other blockchain-related application providers, which integrate Staking, earn 11% of the staking reward paid to the end-user.
Supporting Staking
Link to Ecosystem for specific feature:
Stake FIO Tokens
Additional Resources