Skip to content

Commit f097d9f

Browse files
committed
fix: include full description (specification + summary) from Notion
1 parent 7e914ea commit f097d9f

File tree

2 files changed

+72
-4
lines changed

2 files changed

+72
-4
lines changed

vips/vip-596/bscmainnet.ts

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,45 @@ export const vip596 = (simulations: boolean) => {
110110
const meta = {
111111
version: "v2",
112112
title: "VIP-596 [BNB Chain] Listing of XAUm in Venus Core",
113-
description: `This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
113+
description: `## Description
114+
115+
This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
114116
115117
XAUm represents one troy ounce of fully allocated LBMA-accredited physical gold, enabling users to borrow against gold-backed collateral while maintaining exposure to the underlying asset.
116118
117-
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.`,
119+
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.
120+
121+
## Specification
122+
123+
If approved, XAUm will be listed in the Venus Core Pool with the following initial parameters:
124+
125+
- Asset: XAUm (Matrixdock Gold)
126+
- Chain: BNB Chain
127+
- Pool: Core Pool
128+
- Collateral Factor: 65%
129+
- Liquidation Bonus: 10%
130+
- Supply Cap: 200 XAUm (~$1M)
131+
- Borrow Cap: Not enabled
132+
- Borrowable: No
133+
- Reserve Factor: 20%
134+
135+
Interest Rate Model:
136+
137+
- Base Rate: 0%
138+
- Multiplier: 2%
139+
- Jump Multiplier: 4%
140+
- Kink: 80%
141+
142+
Oracle:
143+
144+
- Chainlink integration via Resilient Oracle
145+
146+
## Summary
147+
148+
If approved, this VIP will:
149+
150+
- List XAUm as a non-borrowable collateral asset in the Venus Core Pool
151+
- Integrate Chainlink Oracle via Resilient Oracle`,
118152
forDescription: "I agree that Venus Protocol should proceed with this proposal",
119153
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
120154
abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not",

vips/vip-596/bsctestnet.ts

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,45 @@ export const vip596 = () => {
107107
const meta = {
108108
version: "v2",
109109
title: "VIP-596 [BNB Chain] Listing of XAUm in Venus Core",
110-
description: `This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
110+
description: `## Description
111+
112+
This VIP seeks to list XAUm, Matrixdock's tokenized gold asset, in the Venus Core Pool on BNB Chain as a non-borrowable collateral asset.
111113
112114
XAUm represents one troy ounce of fully allocated LBMA-accredited physical gold, enabling users to borrow against gold-backed collateral while maintaining exposure to the underlying asset.
113115
114-
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.`,
116+
XAUm has grown to over $80M in assets under management and is deployed across multiple chains. On BNB Chain, liquidity is currently concentrated on PancakeSwap, with plans to deepen liquidity over time.
117+
118+
## Specification
119+
120+
If approved, XAUm will be listed in the Venus Core Pool with the following initial parameters:
121+
122+
- Asset: XAUm (Matrixdock Gold)
123+
- Chain: BNB Chain
124+
- Pool: Core Pool
125+
- Collateral Factor: 65%
126+
- Liquidation Bonus: 10%
127+
- Supply Cap: 200 XAUm (~$1M)
128+
- Borrow Cap: Not enabled
129+
- Borrowable: No
130+
- Reserve Factor: 20%
131+
132+
Interest Rate Model:
133+
134+
- Base Rate: 0%
135+
- Multiplier: 2%
136+
- Jump Multiplier: 4%
137+
- Kink: 80%
138+
139+
Oracle:
140+
141+
- Chainlink integration via Resilient Oracle
142+
143+
## Summary
144+
145+
If approved, this VIP will:
146+
147+
- List XAUm as a non-borrowable collateral asset in the Venus Core Pool
148+
- Integrate Chainlink Oracle via Resilient Oracle`,
115149
forDescription: "I agree that Venus Protocol should proceed with this proposal",
116150
againstDescription: "I do not think that Venus Protocol should proceed with this proposal",
117151
abstainDescription: "I am indifferent to whether Venus Protocol proceeds or not",

0 commit comments

Comments
 (0)