Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIP-410 #2122

Merged
merged 5 commits into from
Oct 14, 2024
Merged

SIP-410 #2122

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions content/sips/sip-410.md
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.
Loading