Versions Compared

Key

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

...

Item

Content

Page URL

/token/distribution

Page Title

FIO Protocol - Token Distribution

Design

https://www.figma.com/file/n33HwJfIuwy068A7G0Bdpg/FIO-Website?type=design&node-id=968-11744

Section Content

Tokens Minted at Mainnet

...

Purpose

Number of Tokens

Share of Total Supply

Restricted Voting

Subject to Lockup Period

Currently Minted

Remaining to be minted

Foundation Reserves

181,253,654

18.13%

Yes

No

170,000,000

11,000,000

New User Bounties

125,000,000

12.5%

No

No

25,000,000

100,000,000

Staking Rewards Reserves*

25,000,000

2.5%

No

No

15,000,000

10,000,000

Block Producer Reserves**

20,000,000

2.00%

No

No

20,000,000

0

Total

341,253,654

34.13%

230,000,000

121,000,000

...

** Modified via FIP-23 after Mainnet launch.

Dynamic Content

  • Highlighted in yellow above

  • Before data is fetched show N/A

Content element

Endpoint

Request

Response

New User Bounties → Currently Minted

POST https://fio.blockpane.com/v1/chain/get_table_rows

Always same

Code Block
{
    "json": true,
    "code": "fio.tpid",
    "scope": "fio.tpid",
    "table": "bounties"
}

Use tokensminted / 1000000000

Code Block
{
    "rows": [
        {
            "tokensminted": 17818676488775010
        }
    ],
    "more": false
}

Staking Rewards Reserves → Currently Minted

POST https://fio.blockpane.com/v1/chain/get_table_rows

Always same

Code Block
{
    "json": true,
    "code": "fio.tpid",
    "scope": "fio.tpid",
    "table": "bounties"
}

Use staking_rewards_reserves_minted / 1000000000

Code Block
{
    "rows": [
        {
            "staked_token_pool": 83347750950853575,
            "combined_token_pool": 95772768823459914,
            "last_combined_token_pool": 95772768823459914,
            "rewards_token_pool": 10329940311252887,
            "global_srp_count": 135001178145467497,
            "last_global_srp_count": 135001178145467497,
            "daily_staking_rewards": 5207007839169,
            "staking_rewards_reserves_minted": 6322000620777190
        }
    ],
    "more": false
}

New User Bounties → Remaining to be Minted

125,000,000 - New User Bounties → Currently Minted

Staking Rewards Reserves → Remaining to be Minted

25,000,000 - Staking Rewards Reserves → Currently Minted

Fully Minted Token Distribution

...