From 202b499f965687eda4831e2331fb391ef3b83a45 Mon Sep 17 00:00:00 2001 From: cavalier_eth <91091124+cavalier-eth@users.noreply.github.com> Date: Sun, 19 May 2024 02:22:06 +1200 Subject: [PATCH 1/2] create sccp-331 --- content/sccp/sccp-331.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/sccp/sccp-331.md diff --git a/content/sccp/sccp-331.md b/content/sccp/sccp-331.md new file mode 100644 index 000000000..c0a18478c --- /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 limit of the the maximum amount of USDC liquidity that can be provided to Base 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/). From 29850cd194ba6516be9fa524566ca5438bebf7f1 Mon Sep 17 00:00:00 2001 From: cavalier_eth <91091124+cavalier-eth@users.noreply.github.com> Date: Sun, 19 May 2024 02:38:14 +1200 Subject: [PATCH 2/2] update wording --- content/sccp/sccp-331.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sccp/sccp-331.md b/content/sccp/sccp-331.md index c0a18478c..bdb3b0c8a 100644 --- a/content/sccp/sccp-331.md +++ b/content/sccp/sccp-331.md @@ -14,7 +14,7 @@ created: 2024-05-17 -Raise the limit of the the maximum amount of USDC liquidity that can be provided to Base Andromeda to 100 million. +Raise the USDC liquidity cap on Andromeda to 100 million. ## Abstract