Skip to content

Commit

Permalink
Merge pull request #162 from sora-xor/137-dynamic-supplies-instead-of…
Browse files Browse the repository at this point in the history
…-the-hardcoded-values

Hardcoded `VAL` supply removed
  • Loading branch information
bgodlin authored Aug 21, 2023
2 parents b5abdb0 + 1e78d46 commit 949cf81
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/val.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ head:
# VAL (≚)

- VAL is a new token used to reward SORA network validators that secure the network, created by [community governance](https://medium.com/sora-xor/sora-v2-implementation-1febd3260b87); all contracts and executable code were released in a disabled form and could not be used until activation by a community member (by insertion of cryptographic proof of the referendum); now it is fully activated.
- VAL fully diluted supply will be 100,000,000. Only 33,900,000 VAL are currently circulating and the supply is capped until SORA v2 network launch.
- VAL fully diluted supply is around 100,000,000 (query `tokens.totalIssuance` to get the precise number). Current VAL circulating supply can be checked [here](https://mof.sora.org/qty/val).
- The VAL token contract is also available on [Etherscan](https://etherscan.io/token/0xe88f8313e61a97cec1871ee37fbbe2a8bf3ed1e4).

- VAL has [Decreasing supply](https://medium.com/sora-xor/sora-validator-rewards-419320e22df8) over time, with tokens burned at every SORA v2 network transaction.
- Elastic rewards to validators and stake nominators are given in VAL, as a percentage of the daily burned VAL
- Holders receive a part of the XOR created by the token bonding curve
Expand All @@ -28,12 +27,6 @@ VAL is the validator reward token for the SORA network, used to reward those tha
[VAL tokens were formerly v1 XOR tokens](https://medium.com/sora-xor/sora-validator-rewards-419320e22df8), but were turned into VAL with new tokenomics, through [community governance](https://medium.com/sora-xor/sora-v2-implementation-1febd3260b87). VAL is a multichain token that lives on the SORA v1 network and on Ethereum, with a trustless bridge—_HASHI_—that spans the two networks.
:::

## VAL Token Supply

- 100 million initial total supply and decreasing [with tokens burned](https://medium.com/@sora.xor/sora-validator-rewards-419320e22df8) (current supply [here](https://sora-qty.info))
- VAL is a free-floating token where the price is decided by the market
- Current VAL circulating supply can be checked [here](https://mof.sora.org/qty/val)

## VAL Token Distribution

**VAL** token was distributed to three groups approximately equally, in 3 stages:
Expand Down

1 comment on commit 949cf81

@vercel
Copy link

@vercel vercel bot commented on 949cf81 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sora-docs – ./

sora-docs-sora-team.vercel.app
sora-docs.vercel.app
sora-docs-git-develop-sora-team.vercel.app

Please sign in to comment.