diff --git a/content/sccp/sccp-331.md b/content/sccp/sccp-331.md new file mode 100644 index 000000000..bdb3b0c8a --- /dev/null +++ b/content/sccp/sccp-331.md @@ -0,0 +1,37 @@ +--- +sccp: 331 +title: Increase Base USDC LP limit to 100m +type: Governance +network: Base +author: Cavalier +status: Draft +created: 2024-05-17 +--- + + + +## Simple Summary + + + +Raise the USDC liquidity cap on Andromeda to 100 million. + +## Abstract + + +Increase the limit of USDC LP cap to 100m by setting + +- `system.CoreProxy.configureMaximumMarketCollateral(uint128 marketId,address collateralType,uint256 amount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 100000000000000000000000000] +- `spotFactory.SpotMarketProxy.setWrapper(uint128 marketId,address wrapCollateralType,uint256 maxWrappableAmount)` = [1, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 100000000000000000000000000] + + +## Motivation + + + +The current $21.92m USDC LP cap has been progessively filled to 96%, and given the systems performance caps can be materially increased. Increased LP deposits increases potential Open Interest caps. + + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).