-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bccf9dd
commit 642ca8c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
sip: 410 | ||
title: Patch - Perps V3 Multicollateral | ||
network: Arbitrum & Base | ||
author: Kaleb, DB | ||
status: Draft | ||
proposal: >- | ||
https://snapshot.org/#/snxgov.eth/proposal/0x3a5d9ac6dfe8bdc43908c3d17e8773a95ba3eecee49d6924363b0495a179dece | ||
type: Governance | ||
--- | ||
|
||
## Simple Summary | ||
|
||
This SIP proposes a patch to the perps v3 multicollateral contracts, whereby the tolerance is updated from `DEFAULT` to `ONE_MONTH` when the credit capacity is evaluated in the perp order commit function. | ||
|
||
## Motivation | ||
|
||
Recently Perps v3 was with published on arbitrum and base. However one finding that surfaced was a setting of `DEFAULt` imposed on the evaluation of credit capacity at order commit. The default being set to hourly, meaning perp orders require a price update on all 80 markets on an hourly basis. This configuration can be relaxed whereby the 1-month tolerance is specified. | ||
In fact actively traded markets with large open interest will have more churn and will get the prices updated more accurately, hence the fix specified in this SIP is of limited in consequence from a risk point of view, given that large markets that have a greater impact on credit capacity utilization, will naturally have more frequent prices updates by trading. In addition, the credit capacity evaluation from LP's perspective remains unchanged. | ||
|
||
## Specification | ||
|
||
The specification is a simple change outlined in this [PR](https://github.com/Synthetixio/synthetix-v3/commit/fcf1ac663f4d27d799129363210e55d803b2f0fa#diff-466be37896856a87e7e6e46df5d91b48527a9b8d6846dc5f7f29aa02281880f8R94). | ||
|
||
|
||
### Test Cases | ||
|
||
NA | ||
|
||
## Copyright | ||
|
||
This SIP is licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/), waiving all copyright and related rights. |