From 1ff6029cd07ebaf95fcbb02f39bcfe0befe1df0e Mon Sep 17 00:00:00 2001 From: Noisekit Date: Mon, 8 Apr 2024 07:26:21 +0800 Subject: [PATCH] SCCP-319 Increase Base LP limit to 20m USDC --- content/sccp/sccp-319.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/sccp/sccp-319.md diff --git a/content/sccp/sccp-319.md b/content/sccp/sccp-319.md new file mode 100644 index 000000000..56ff5dde3 --- /dev/null +++ b/content/sccp/sccp-319.md @@ -0,0 +1,37 @@ +--- +sccp: 319 +title: Increase Base LP limit to 20m USDC +type: Governance +network: Base +author: Noisekit +status: Vote_Pending +created: 2024-02-15 +--- + + + +## Simple Summary + + + +Increase the maximum amount of liquidity that can be provided to Base Andromeda to 20m USDC. + +## Abstract + + +Increase maximum USDC LP cap from $10m to $20m by setting + +- `system.CoreProxy.configureMaximumMarketCollateral(uint128 marketId,address collateralType,uint256 amount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 20000000000000000000000000] +- `spotFactory.SpotMarketProxy.setWrapper(uint128 marketId,address wrapCollateralType,uint256 maxWrappableAmount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 20000000000000000000000000] + + +## Motivation + + + +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/).