Skip to content

Commit 0fdb4f4

Browse files
authored
create sccp 404 (#2217)
* update header * create sccp 404 * Update sccp-404.md * Update sccp-404.md * Update sccp-404.md * add vote header * add sccp 405 * Update sccp-405.md
1 parent c97ef2e commit 0fdb4f4

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

content/sccp/sccp-403.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sccp: 403
33
network: Ethereum & Optimism
44
title: Update Liquidation Ratio Schedule
55
author: Kaleb
6-
status: Vote_Pending
6+
status: Approved
77
created: 2025-04-09
88
proposal: >-
99
https://snapshot.org/#/snxgov.eth/proposal/0x7b38742f5d455e0bba5a967bc965b7f1041bd983b1d057355d0da59dc2fecd2f

content/sccp/sccp-404.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
sccp: 404
3+
network: Base
4+
title: Update Perps V3 Parameters
5+
author: Kaleb
6+
status: Vote_Pending
7+
created: 2025-04-14
8+
proposal: >-
9+
https://snapshot.org/#/snxgov.eth/proposal/0x5472a83f6d88b24391c403b9ffb69d2d1c208964b39a2f1b66907771c51b7f75
10+
type: Governance
11+
---
12+
13+
## Simple Summary
14+
15+
This sccp proposes update the perps v3 parameters as per the below:
16+
17+
### Max Market Value
18+
19+
| **ticker** | **Current MMV** | **Proposed MMV** | **CEX OI** | **Current SNX OI** |
20+
|:----------:|:---------------:|:----------------:|:-------:|:----------------:|
21+
| mew | 1.00 | 0.50 | 5.78 | 0.30 |
22+
| not | 1.00 | 0.70 | 7.07 | 0.21 |
23+
| people | 1.00 | 0.50 | 5.89 | 0.13 |
24+
| axl | 0.50 | 0.25 | 2.62 | 0.31 |
25+
| goat | 3.00 | 0.50 | 6.15 | 0.50 |
26+
| pol | 3.00 | 1.50 | 14.24 | 1.37 |
27+
| om | 3.00 | 1.00 | 17.14 | 0.39 |
28+
29+
*All amounts above are in dollar millions.*
30+
31+
### Skew Scale
32+
33+
| **ticker** | **Current SkewScale** | **Proposed Skew Scale** | **Current Slippage** | **Proposed Slippage** | **Cex Slippage** |
34+
|:----------:|:---------------------:|:-----------------------:|:--------------------:|:---------------------:|:----------------:|
35+
| virtual | 11,285,000 | 22,570,000 | 403 | 202 | 54 |
36+
| trump | 3,138,300 | 6,276,600 | 95 | 48 | 11 |
37+
| avax | 1,580,100 | 3,160,200 | 79 | 40 | 9 |
38+
| arb | 60,186,800 | 120,373,600 | 138 | 69 | 16 |
39+
| sol | 817,500 | 1,635,000 | 23 | 12 | 2 |
40+
41+
42+
*Slippage above in bp, on 500k$ worth of volume*
43+
44+
### Initial Margin Ratio
45+
46+
Lower the Initial Margin Ratio on the TRUMP market to 6.85 from 14.387.
47+
48+
## Abstract
49+
50+
The parameters being updated are described below;
51+
- The `maxMarketValue` is the oi cap in dollar terms and the maxMarketSize represents the cap denominated by the market's underlying currency.
52+
- `skewScale` is the scaling factor of the relevant market in the underlying currency for computing price impact and funding rates
53+
- `initialMarginRatio` is a scalar applied on the position size to determine the margin set aside to support the users' exposure
54+
55+
56+
## Motivation
57+
58+
The motivation behind the Max Market Value update is related to the price pull back on these markets. These changes do not affect the current oi configured, given that the size parameter (maxMarketSize) plays the role to restrict the OI from a decrease in price. However, the change proposes in this sccp updates the max market value parameter as per the current oi offering in the most liquid centralized exchanges.
59+
60+
The skew scale and initial margin ratio parameters aligns the slippage and margin requirement parameters with what is observed on centralized markets.
61+
62+
## Copyright
63+
64+
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).

content/sccp/sccp-405.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
sccp: 405
3+
network: Base
4+
title: Deprecate BAL Market
5+
author: Kaleb
6+
status: Vote_Pending
7+
created: 2025-04-14
8+
proposal: >-
9+
https://snapshot.org/#/snxgov.eth/proposal/0x6daf67bc31dfe325bd40a4b0bcac88d8339eea322f3015d4932f644788c336ef
10+
type: Governance
11+
---
12+
13+
## Simple Summary
14+
15+
This sccp proposes deprecate the BAL market. This is done by lowering the `maxMarketValue` and `marketMarketSize` parameters to zero.
16+
17+
## Abstract
18+
19+
The parameters being updated are described below;
20+
- The `maxMarketValue` is the oi cap in dollar terms and the maxMarketSize represents the cap denominated by the market's underlying currency.
21+
- The `maxMarketValue` is the oi cap in the market's underlying currency.
22+
23+
24+
## Motivation
25+
26+
The main motivation is the recent [delisting](https://www.binance.com/en/support/announcement/detail/fac9c3e401da4cc8b604566fd261d70c) on the most liquid centralized markets.
27+
28+
## Copyright
29+
30+
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).

0 commit comments

Comments
 (0)