Skip to content

Commit 7972ff2

Browse files
committed
docs: remove references to VRT
1 parent 126bc5b commit 7972ff2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

deployed-contracts/markets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
* USDT: [`0x55d398326f99059fF775485246999027B3197955`](https://bscscan.com/address/0x55d398326f99059fF775485246999027B3197955)
4747
* UST: [`0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a`](https://bscscan.com/address/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a)
4848
* VAI: [`0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7`](https://bscscan.com/address/0x4BD17003473389A42DAF6a0a729f6Fdb328BbBd7)
49-
* VRT: [`0x5f84ce30dc3cf7909101c69086c50de191895883`](https://bscscan.com/address/0x5f84ce30dc3cf7909101c69086c50de191895883)
5049
* WBETH: [`0xa2e3356610840701bdf5611a53974510ae27e2e1`](https://bscscan.com/address/0xa2e3356610840701bdf5611a53974510ae27e2e1)
5150
* XRP: [`0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE`](https://bscscan.com/address/0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE)
5251
* XVS: [`0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63`](https://bscscan.com/address/0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63)

technical-reference/contracts-overview.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,12 @@ Revenue earned by the protocol is kept in the [VTreasury](https://github.com/Ven
126126

127127
[**XVS**](../tokens/xvs.md)
128128

129-
XVS is an important token in the Venus ecosystem because it powers Venus governance. The [XVS](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/XVS/XVS.sol) token contract defines a lockable BEP20 token with additional methods that enable voting and vote delegation. To vote, a user must first lock their XVS in the vault. The [XVSVesting](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/XVS/XVSVesting.sol) controlled XVS emissions when converting VRT to XVS. The time period to convert VRT to XVS has expired.
129+
XVS is an important token in the Venus ecosystem because it powers Venus governance. The [XVS](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/XVS/XVS.sol) token contract defines a lockable BEP20 token with additional methods that enable voting and vote delegation. To vote, a user must first lock their XVS in the vault.
130130

131131
[**VAI**](../tokens/vai.md)
132132

133133
[VAI](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/VAI/VAI.sol) is the Venus stable coin that can be minted against collateral. Users who mint VAI are charged a fee based on the outstanding supply and price of VAI to keep its value pegged at $1. The [VAIController](https://github.com/VenusProtocol/venus-protocol/blob/develop/contracts/Tokens/VAI/VAIController.sol) controls the amount of VAI a user is allowed to mint which is determined by the collateral a user has provided and their liquidity.
134134

135-
**VRT**
136-
137-
The Venus Rewards Token (VRT) is composed two contracts - the token contract and the converter contract. The [VRT](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/VRT/VRT.sol) token contract defines a lockable BEP20 token, which allows the token to be staked in order to earn additional VRT tokens. The [VRTConverter](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/VRT/VRTConverter.sol) allows VRT to be converted to XVS.
138-
139135
[**vTokens**](reference-core-pool/vtoken.md)
140136

141137
When a user supplies a token to the protocol, vTokens are minted to represent their supply. The [VToken](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Tokens/VTokens/VBep20.sol) contract contains methods that support lending activities for the asset including lending, borrowing and liquidating
@@ -150,10 +146,6 @@ XVS can be locked in the [XVSVault](https://github.com/VenusProtocol/venus-proto
150146

151147
VAI staked in the [VAIVault](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/Vault/VAIVault.sol) earn XVS. Staking rewards are accumulated daily.
152148

153-
**VRT Vault**
154-
155-
The [VRTVault](https://github.com/VenusProtocol/venus-protocol/blob/main/contracts/VRTVault/VRTVault.sol) allows users to stake VRT and earn VRT daily. Rewards are accrued daily similar to the other vaults.
156-
157149
#### Misc Contracts
158150

159151
**ComptrollerLens**

0 commit comments

Comments
 (0)