Skip to content

Commit

Permalink
SCCP-319 Increase Base LP limit to 21.92m USDC (#1929)
Browse files Browse the repository at this point in the history
* SCCP-319 Increase Base LP limit to 20m USDC

* For the culture
  • Loading branch information
noisekit authored Apr 8, 2024
1 parent 0a1b2cb commit 1b14949
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions content/sccp/sccp-319.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
sccp: 319
title: Increase Base LP limit to 21.92m USDC
type: Governance
network: Base
author: Noisekit
status: Vote_Pending
created: 2024-02-15
---

<!--You can leave these HTML comments in your merged SCCP and delete the visible duplicate text guides, they will not appear and may be helpful to refer to if you edit it again. This is the suggested template for new SCCPs. Note that an SCCP number will be assigned by an editor. When opening a pull request to submit your SCCP, please use an abbreviated title in the filename, `sccp-draft_title_abbrev.md`. The title should be 44 characters or less.-->

## Simple Summary

<!--"If you can't explain it simply, you don't understand it well enough." Provide a simplified and layman-accessible explanation of the SCCP.-->

Increase the maximum amount of liquidity that can be provided to Base Andromeda to 21.92m USDC.

## Abstract

<!--A short (~200 word) description of the variable change proposed.-->
Increase maximum USDC LP cap from $10m to $21.92m by setting

- `system.CoreProxy.configureMaximumMarketCollateral(uint128 marketId,address collateralType,uint256 amount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 21920000000000000000000000]
- `spotFactory.SpotMarketProxy.setWrapper(uint128 marketId,address wrapCollateralType,uint256 maxWrappableAmount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 21920000000000000000000000]


## Motivation

<!--The motivation is critical for SCCPs that want to update variables within Synthetix. It should clearly explain why the existing variable is not incentive aligned. SCCP submissions without sufficient motivation may be rejected outright.-->

Base Andromeda has been operating in since early December and is ready to be scaled up further. The current $10m USDC LP cap has been filled and stable. With increasing LP, the OI caps can be increased.


## Copyright

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

0 comments on commit 1b14949

Please sign in to comment.