Skip to content

Commit

Permalink
Create sccp-2096.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny committed Mar 25, 2024
1 parent 31b6c25 commit 4f32daa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions content/sccp/sccp-2096.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
sccp: 2096
network: Optimism
title: Update Perps V2 Parameters
author: Kaleb (@kaleb-keny)
status: Vote_pending
created: 2024-03-25
type: Governance
---

# Simple Summary

This SCCP proposes to update the perps v2 parameters as per the below:

## Skew Scale

| **Market** | **Current Scale** | **Proposed Scale** | **Current Slippage** | **Proposed Slippage** | **Cex Slippage** |
|:----------:|:-----------------:|:------------------:|:--------------------:|:---------------------:|:----------------:|
| DOGE | 468,750,000 | 937,500,000 | 6 | 3 | 1 |
| FTM | 75,000,000 | 37,500,000 | 6 | 12 | 8 |

## Max Market Value

| **Market** | **Current MV** | **Proposed MV** | **Proposed MV$** | **Cex OI** |
|:----------:|:--------------:|:---------------:|:----------------:|:-----------:|
| AVAX | 142,700 | 185,510 | 10.43 | 3,221,765 |
| FTM | 2,500,000 | 5,000,000 | 5.50 | 111,079,035 |

# Abstract

Below is a description of the parameter changes proposed in the SCCP:
- `MaxMarketValue` is the maximum possible open interest on any given side of a perp market.
- `skewScale` is the scaling factor of the relevant market in the underlying currency for computing PD and Funding Rates.

# Motivation

The proposed parameter changes on skew scale aim at increasing the incentive on arbitrageurs to arbitrage the skew by targeting an effective liquidity comfortably below liquidity available on centralized exchanges. While the motivation behind the changes on max market value levels are done in order to align the oi caps with historical utilization.

# Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).


0 comments on commit 4f32daa

Please sign in to comment.