Skip to content

Commit 9a08d8f

Browse files
committed
docs: update percentages for the new tokenomics
1 parent e8e3aad commit 9a08d8f

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
lines changed

deployed-contracts/token-converters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* BTCBPrimeConverter: [`0xE8CeAa79f082768f99266dFd208d665d2Dd18f53`](https://bscscan.com/address/0xE8CeAa79f082768f99266dFd208d665d2Dd18f53)
1111
* ETHPrimeConverter: [`0xca430B8A97Ea918fF634162acb0b731445B8195E`](https://bscscan.com/address/0xca430B8A97Ea918fF634162acb0b731445B8195E)
1212
* XVSVaultConverter: [`0xd5b9AE835F4C59272032B3B954417179573331E0`](https://bscscan.com/address/0xd5b9AE835F4C59272032B3B954417179573331E0)
13+
* WBNBBurnConverter: [`0x9eF79830e626C8ccA7e46DCEd1F90e51E7cFCeBE`](https://bscscan.com/address/0x9eF79830e626C8ccA7e46DCEd1F90e51E7cFCeBE)
1314
* ConverterNetwork: [`0xF7Caad5CeB0209165f2dFE71c92aDe14d0F15995`](https://bscscan.com/address/0xF7Caad5CeB0209165f2dFE71c92aDe14d0F15995)
1415

1516
## Ethereum
@@ -44,6 +45,7 @@
4445
* BTCBPrimeConverter: [`0x989A1993C023a45DA141928921C0dE8fD123b7d1`](https://testnet.bscscan.com/address/0x989A1993C023a45DA141928921C0dE8fD123b7d1)
4546
* ETHPrimeConverter: [`0xf358650A007aa12ecC8dac08CF8929Be7f72A4D9`](https://testnet.bscscan.com/address/0xf358650A007aa12ecC8dac08CF8929Be7f72A4D9)
4647
* XVSVaultConverter: [`0x258f49254C758a0E37DAb148ADDAEA851F4b02a2`](https://testnet.bscscan.com/address/0x258f49254C758a0E37DAb148ADDAEA851F4b02a2)
48+
* WBNBBurnConverter: [`0x42DBA48e7cCeB030eC73AaAe29d4A3F0cD4facba`](https://testnet.bscscan.com/address/0x42DBA48e7cCeB030eC73AaAe29d4A3F0cD4facba)
4749
* ConverterNetwork: [`0xC8f2B705d5A2474B390f735A5aFb570e1ce0b2cf`](https://testnet.bscscan.com/address/0xC8f2B705d5A2474B390f735A5aFb570e1ce0b2cf)
4850

4951
## Sepolia

governance/tokenomics.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ These rewards will be transferred every six months from the [XVS Distributor](ht
1414

1515
Protocol reserves are mainly composed of accumulated borrow fees. The model for revenue allocation from these reserves divides income into three main segments:
1616

17-
* **Treasury Reserve (60%)**: The treasury reserve is used to fund community-driven initiatives and essential protocol expenses for its ongoing operations.
17+
* **Treasury Reserve (15%)**: The treasury reserve is used to fund community-driven initiatives and essential protocol expenses for its ongoing operations.
1818
* **XVS Vault Rewards (20%)**: This allocation is designated for the buyback of XVS, which is then distributed via vault rewards.
1919
* **Venus Prime Token Program (20%)**: Used to boost select market APYs with organic rewards for users that qualify.
20+
* **Risk Fund (20%)**: This fund is established to address potential shortfalls in the protocol, particularly in situations of ineffective or delayed liquidations.
21+
* **BNB Burn (25%)**: See community proposal [BNB Chain <> Venus BNB Burn Proposal](https://community.venus.io/t/bnb-chain-venus-bnb-burn-proposal/5142).
2022

2123
### Allocation for Additional Revenue Streams
2224

2325
Other revenue streams include liquidation penalties and potential income generated from future product releases. The revenue distribution for these streams is as follows:
2426

25-
* **Treasury Reserves (80%)**
27+
* **Treasury Reserves (35%)**
2628
* **XVS Vault Rewards (20%)**
29+
* **Risk Fund (20%)**
30+
* **BNB Burn (25%)**
2731

2832
The methodology behind these adjustments includes an assessment of the existing tokenomics, past changes, their impact on the ecosystem, and analysis of market dynamics and trends.
2933

technical-reference/reference-technical-articles/token-converters.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Token converters
22

33
{% hint style="info" %}
4-
Only available on BNB chain and Ethereum
4+
Only available on BNB chain, Ethereum and Arbitrum
55
{% endhint %}
66

77
{% hint style="info" %}
@@ -18,23 +18,24 @@ The **Venus Protocol** generates income in various underlying tokens from intere
1818

1919
| Converter | Accepts | Interest Reserves (%)| Liquidation Income (%) |
2020
|-------------------------|-------------------|----------------------|-------------------------|
21-
| RiskFundConverter | USDT | 0% | 0% |
22-
| XVSVaultConverter | XVS | 20% | 20% |
23-
| USDTPrimeConverter | USDT | 10% | 0% |
24-
| USDCPrimeConverter | USDC | 6% | 0% |
25-
| BTCBPrimeConverter | BTCB | 1% | 0% |
26-
| ETHPrimeConverter | ETH | 3% | 0% |
21+
| RiskFundConverter | USDT | 20% | 20% |
22+
| XVSVaultConverter | XVS | 20% | 20% |
23+
| USDTPrimeConverter | USDT | 11% | 0% |
24+
| USDCPrimeConverter | USDC | 6% | 0% |
25+
| BTCBPrimeConverter | BTCB | 1% | 0% |
26+
| ETHPrimeConverter | ETH | 2% | 0% |
27+
| WBNBBurnConverter | WBNB | 25% | 25% |
2728

2829
### Ethereum Chain
2930

3031
| Converter | Accepts | Interest Reserves (%)| Liquidation Income (%) |
3132
|-------------------------|-------------------|----------------------|-------------------------|
3233
| RiskFundConverter | USDT | 0% | 0% |
3334
| XVSVaultConverter | XVS | 20% | 20% |
34-
| USDTPrimeConverter | USDT | 1.4% | 0% |
35-
| USDCPrimeConverter | USDC | 1.4% | 0% |
36-
| WBTCPrimeConverter | WBTC | 1.4% | 0% |
37-
| WETHPrimeConverter | WETH | 15.8% | 0% |
35+
| USDTPrimeConverter | USDT | 1.2% | 0% |
36+
| USDCPrimeConverter | USDC | 1.2% | 0% |
37+
| WBTCPrimeConverter | WBTC | 0.6% | 0% |
38+
| WETHPrimeConverter | WETH | 17.0% | 0% |
3839

3940
### Arbitrum One
4041

whats-new/automatic-income-allocation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ This innovation is designed to distribute the incomes generated by Venus Protoco
99
* **Near-Streaming Distribution**: The income will be distributed in a near-streaming fashion, from the different pools to the ProtocolShareReserve contract.
1010
* **Flexible Distribution Rules**: The incomes generated by Venus Protocol will be distributed according to two schemas:
1111
* **Schema (PROTOCOL\_RESERVES)**: Applied specifically to income generated by the interest reserves in every Venus market.
12-
* 60% to Treasury
12+
* 15% to Treasury
1313
* 20% to XVS Vault rewards
1414
* 20% to Venus Prime
15+
* 20% to Risk Fund
16+
* 25% to BNB Burn
1517
* **Schema (ADDITIONAL\_REVENUE)**: Valid for liquidation and other product developments.
16-
* 80% to Treasury
18+
* 35% to Treasury
1719
* 20% to XVS Vault rewards
20+
* 20% to Risk Fund
21+
* 25% to BNB Burn
1822
* **Integration with Existing Architecture**: The Automatic Income Allocation will seamlessly integrate with the existing ProtocolShareReserve contract, ensuring that the incomes are sent to their designated reserves.
1923

2024
### Benefits

0 commit comments

Comments
 (0)