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

Create sccp-2120.md #2028

Merged
merged 1 commit into from
Jul 5, 2024
Merged
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
26 changes: 26 additions & 0 deletions content/sccp/sccp-2120.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sccp: 2120
network: Ethereum & Optimism
title: Lower Liquidation Reward
author: db (@dbeal-eth)
status: Draft
created: 2024-07-04
type: Governance
---

# Simple Summary

This SCCP proposes to reduce mark for liquidation reward and liquidation reward on Optimism and Mainnet both to 0.1 SNX.

# Abstract

The liquidation rate determines how much the account initiating a liquidation gets as compensation for gas and effort. The mark for liquidation rate similarly blocks it.

# Motivation

The Synthetix v2x system prevents the liquidation of accounts less than the mark + liquidation reward. Since the current reward on L1 is 30 SNX, it has not possible to liquidate these small accounts even if they have insufficient collateral ratio. This has lead to thousands of small accounts with bad debt on v2x which cannot be liquidated due to this limitation. In preparation
for the migration to Synthetix v3, as well as general cleanliness and health of the system, these limits should be lowered to allow for the cleaning of all these unnecessary accounts.

# Copyright

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