From e9c502bf33cc19e3330e9c717396b8f140c48fe9 Mon Sep 17 00:00:00 2001 From: Cache bot Date: Tue, 1 Aug 2023 15:04:33 +0000 Subject: [PATCH] chore: automated cache update [skip cypress] --- src/static-build/ipfsFiles.json | 9 ++++++ src/static-build/proposals.json | 49 ++++++++++++++++++++++++++++----- 2 files changed, 51 insertions(+), 7 deletions(-) diff --git a/src/static-build/ipfsFiles.json b/src/static-build/ipfsFiles.json index 3b68c9f578..c526ba93d6 100644 --- a/src/static-build/ipfsFiles.json +++ b/src/static-build/ipfsFiles.json @@ -3785,6 +3785,15 @@ "description": "\n# Simple Summary\n\nThis AIP will update Reserve Factors (RF) on Polygon v2 to encourage users to migrate funds to v3.\n\n# Motivation\n\nWith the goal of transitioning users from Polygon v2 to v3, this publication, if implemented, will increase the RF of asset on the v2 deployment.\n\nIncreasing the RF routes a larger portion of the interest paid by users to Aave DAO’s Treasury. User’s funds are not at risk of liquidation and the borrowing rate remains unchanged.\n\nBy progressively increasing the reserve factors, the interest rate for supplying these assets on v2 will be increasingly less attractive, thus encouraging suppliers to transition positions to v3.\n\nOf the assets that are currently frozen, with the exception of BAL, the RF is to be increaed to 99.99%. Around $680k of users positions, CRV, DPI, GHST and LINK will receive near zero deposit yield. This represents less than 0.5% of Aave v2’s TVL. The highest deposit yield of these assets at the time of writing is 0.21%. This change will have minimal affect.\n\nThe remaining assets are to receive an incremental 5% increase in the RF. After implementing this publication, user elasticity shall be assessed and the impact of the updates before moving forward with additional increases.\n\n# Specification\n\nThe following parameters are to be updated as follows:\n\n|Asset|Reserve Factor |\n|---|---|\n|DAI|26.00%|\n|USDC|28.00%|\n|USDT|27.00%|\n|wBTC|60.00%|\n|wETH|50.00%|\n|MATIC|46.00%|\n|BAL|37.00%|\n|CRV|99.99%|\n|GHST|99.99%|\n|LINK|99.99%|\n\n\n# Implementation\n\nA list of relevant links like for this proposal:\n\n* [Governance Forum Discussion](https://governance.aave.com/t/arfc-reserve-factor-updates-polygon-aave-v2/13937)\n\n* [Test Cases](https://github.com/defijesus/aave-proposals/blob/reserve-factor-polygon-v2/src/AaveV2PolygonReserveFactorUpdate_20230717/AaveV2PolygonReserveFactorUpdate_20230717.t.sol)\n\n* [Payload Implementation](https://github.com/defijesus/aave-proposals/blob/reserve-factor-polygon-v2/src/AaveV2PolygonReserveFactorUpdate_20230717/AaveV2PolygonReserveFactorUpdate_20230717.sol)\n\n* [Pre-Post Payload Protocol Diff](https://github.com/defijesus/aave-proposals/blob/reserve-factor-polygon-v2/diffs/preTestPolygonReserveFactorUpdate20230717_postTestPolygonReserveFactorUpdate20230717.md)\n\n* [Deployed Contracts](https://polygonscan.com/address/0x812ddad273544754d0672a009c27550899e658aa#code)\n\nThe proposal Payload was reviewed by [Bored Ghost Developing](https://bgdlabs.com/).\n\n# Disclaimer\n\nThe author, TokenLogic, receives payment indirectly from [Aave Grant DAO](https://twitter.com/AaveGrants) via [Butter](https://twitter.com/butterymoney) as part of the [Incentivised Delegate Campaign](https://governance.aave.com/t/temp-check-incentivized-delegate-campaign-3-month/11732). [TokenLogic is a delegate](https://governance.aave.com/t/tokenlogic-delegate-platform/12516) within Aave community. \n\nDelegate: [0x2cc1ADE245020FC5AAE66Ad443e1F66e01c54Df1](https://app.aave.com/governance/)\n\n# Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).", "originalHash": "0x2e8b4f2a95fd6501e53f0e949f585c33f8a6c7dd884761edceed98ed043b869a", "id": 284 + }, + { + "title": "TUSD offboarding plan", + "author": "Marc Zeller (@marczeller - Aave Chan Initiative), Gauntlet", + "discussions": "https://governance.aave.com/t/arfc-tusd-offboarding-plan/14008", + "ipfsHash": "Qme5E9ea5g4wMBs62AkQLzAUfyJgMhqLPqthZs4APSn387", + "description": "\n## Simple Summary\n\nThis proposal aims to initiate the offboarding process for TUSD from the Aave V2 Ethereum pool. The process will follow a similar process as the [BUSD offboarding plan part I](https://governance.aave.com/t/arfc-busd-offboarding-plan/12170).\n\n## Motivation\n\nTUSD has been a historic asset of the Aave ecosystem, but due to recent events, the ACI suggests consideration of its offboarding. The offboarding plan leverages the previous success of the BUSD offboarding plan and will incentive current users to slowly migrate their positions to other stablecoins on Aave.\n\n\nPrevious proposals have [frozen TUSD](https://app.aave.com/governance/proposal/253/) and [lowered TUSD LT to 77.5%. ](https://app.aave.com/governance/proposal/256/) These proposals have reduced TUSD borrow and supply over the past 30 days, from 20M supplied and 18M borrowed, to 13.1M supplied and 6.8M borrowed today.\n\n## Specification\n\nThe following table outlines the proposed changes to the TUSD risk parameters:\n\n| Parameter | Current Value | Proposed Value |\n|--------------------------|---------------|----------------|\n| LTV | 75% | 0% |\n| Liquidation Threshold | 77.5% | 75% |\n| Liquidation Bonus | 5% | 10% |\n| Reserve Factor | 25% | 95% |\n| Borrowing Enabled | Yes | No |\n| Stable Borrowing Enabled | Yes | No |\n| Base Rate | 0% | 3% |\n| Slope1 | 4% | 7% |\n| Slope2 | 100% | 200% |\n| UOptimal | 80% | 20% |\n\n\n## References\n\n- Implementation: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/AaveV2_Eth_TUSDOffboardingPlan_20233107/AaveV2_Eth_TUSDOffboardingPlan_20233107.sol)\n- Tests: [Ethereum](https://github.com/bgd-labs/aave-proposals/blob/main/src/AaveV2_Eth_TUSDOffboardingPlan_20233107/AaveV2_Eth_TUSDOffboardingPlan_20233107.t.sol)\n- [Snapshot](https://snapshot.org/#/aave.eth/proposal/0xfd0cdbf58992759f47e6f5a6c07cbeb2b1a02af1c9ebf7d3099b80c33f53c138)\n- [Discussion](https://governance.aave.com/t/arfc-tusd-offboarding-plan/14008)\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n", + "originalHash": "0xe9c7824ff7cba1ed5d9c14b1aafb18349bb2cbefab9ef1c7d290a14c2b69b8fc", + "id": 285 } ] } \ No newline at end of file diff --git a/src/static-build/proposals.json b/src/static-build/proposals.json index bdf8126c71..639137a6bc 100644 --- a/src/static-build/proposals.json +++ b/src/static-build/proposals.json @@ -11003,22 +11003,22 @@ ], "startBlock": 17801258, "endBlock": 17820458, - "executionTime": 0, - "forVotes": "596424836855772055069223", + "executionTime": 1690983143, + "forVotes": "596425879370940716604771", "againstVotes": "0", "executed": false, "canceled": false, "strategy": "0xb7e383ef9B1E9189Fc0F71fb30af8aa14377429e", - "state": "Active", + "state": "Queued", "minimumQuorum": "200", "minimumDiff": "50", - "executionTimeWithGracePeriod": 0, + "executionTimeWithGracePeriod": 1691415143, "proposalCreated": 17794058, "totalVotingSupply": "16000000000000000000000000", "ipfsHash": "0xb3ed114aabdd26aac46ea46eb45215fe26966f59d77b1fe2643134047f9951cc", "startTimestamp": 1690664651, "creationTimestamp": 1690577639, - "expirationTimestamp": 1690896563 + "expirationTimestamp": 1690895051 }, { "id": 284, @@ -11052,8 +11052,43 @@ "totalVotingSupply": "16000000000000000000000000", "ipfsHash": "0x2e8b4f2a95fd6501e53f0e949f585c33f8a6c7dd884761edceed98ed043b869a", "creationTimestamp": 1690820435, - "startTimestamp": 1690907195, - "expirationTimestamp": 1691137595 + "startTimestamp": 1690907231, + "expirationTimestamp": 1691137631 + }, + { + "id": 285, + "creator": "0x329c54289Ff5D6B7b7daE13592C6B1EDA1543eD4", + "executor": "0xEE56e2B3D491590B5b31738cC34d5232F378a8D5", + "targets": [ + "0xD44a556EcEfF5Fff13Cf0671f51e649d1fA572aC" + ], + "signatures": [ + "execute()" + ], + "calldatas": [ + "0x" + ], + "withDelegatecalls": [ + true + ], + "startBlock": 17827490, + "endBlock": 17846690, + "executionTime": 0, + "forVotes": "0", + "againstVotes": "0", + "executed": false, + "canceled": false, + "strategy": "0xb7e383ef9B1E9189Fc0F71fb30af8aa14377429e", + "state": "Pending", + "minimumQuorum": "200", + "minimumDiff": "50", + "executionTimeWithGracePeriod": 0, + "proposalCreated": 17820290, + "totalVotingSupply": "16000000000000000000000000", + "ipfsHash": "0xe9c7824ff7cba1ed5d9c14b1aafb18349bb2cbefab9ef1c7d290a14c2b69b8fc", + "creationTimestamp": 1690894559, + "startTimestamp": 1690980983, + "expirationTimestamp": 1691211383 } ] } \ No newline at end of file