Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 https://fioprotocol.atlassian.net/wiki/spaces/DAO/pages/699957251/Home+Page#Dynamic-Content

Current APY

GET https://services-external.fioprotocol.io/staking

N/A

Use:

  • historical_apr30day

  • historical_apr7day

  • historical_apr1day

Code Block
{
  "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: 10.47%N/A

    • Based on last 7 days: 10.18%N/A

    • Based on last 1 day: 9.8%N/A

Action

...