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-2085.md #1861

Merged
merged 2 commits into from
Feb 29, 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
34 changes: 34 additions & 0 deletions content/sccp/sccp-2085.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
sccp: 2085
network: Ethereum
title: Update LUSD Wrapper Parameters
author: Kaleb (@kaleb-keny)
status: Draft
created: 2024-02-29
type: Governance
---

# Simple Summary

This SCCP proposes to update the LUSD wrapper parameter on Ethereum to the following:
- `maxTokenAmount`: sUSD 5m
- `mintFeeRate`: 50 bp
- `burnFeeRate`: 100 bp

# Abstract

- The `burnFeeRate` is a parameter that determines the fee to be paid in order to release the underlying, when a synth is burned
- The `mintFeeRate` is the rate that paid for locking up a certain underlying to mint it's respective synth equivalent.
- The `maxTokenAmount` is the max amount allowed to be used to issue a synth with a underlying specified in the wrapper contract, in this case it's LUSD.


# Motivation

The main motivation is the recent increase in usage of sUSD for perp trading, along with the set increase in interest rate on loans, as per [SCCP-2081](https://sips.synthetix.io/sccp/sccp-2081/) which might increase the premium pressure on the peg.
It is worth pointing out, that is preferable to scale synth for demand with wrappers over loans, because LUSD wrappers do not cause skew imbalances on their own.

# Copyright

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


Loading