Proposal overview
BUSD Offboarding Plan
Simple Summary
This AIP proposes to change the InterestRate Strategy the BUSD reserve on the Aave V2 Ethereum pool and increase ReserveFactor
Motivation
Recently, Paxos stopped minting BUSD due to recent developments with the SEC. This means that the circulating supply of BUSD will trend towards zero over time. As a result, it is necessary to implement an offboarding plan for BUSD on the Aave V2 Ethereum market.
The current APR cost of the plan, if enforced today, would be 101.25% for current borrowers, signaling them to repay without significant impact on their positions. If the reserve utilization reaches 100%, the resulting APR cost will be 210%.
The ACI has analyzed the vBUSD debt token holders and found that most top positions are relatively active addresses and are expected to manage their positions actively.
This AIP aims to provide a smooth transition for Aave V2 BUSD users, while also providing a clear path for the offboarding of BUSD on Aave.
Specification
Ticker: BUSD (BUSD)
Contract Address: 0x4Fabb145d64652a948d72533023f6E7A623C7C53
The offboarding plan will be carried out With the current AIP with the following parameters:
- Decrease uOptimal from 80% to 20%.
- Increase reserveFactor from 10% to 99.9%.
- Increase base rate from 0% to 3%.
- Increase slope 1 from 4% to 7%.
- Increase slope 2 from 100% to 200%.
contract AaveV2BUSDPayload is IProposalGenericExecutor {
address public constant INTEREST_RATE_STRATEGY = 0x67a81df2b7FAf4a324D94De9Cc778704F4500478;
uint256 public constant RESERVE_FACTOR = 99_90;
function execute() external {
AaveV2Ethereum.POOL_CONFIGURATOR.setReserveInterestRateStrategyAddress(
AaveV2EthereumAssets.BUSD_UNDERLYING,
INTEREST_RATE_STRATEGY
);
AaveV2Ethereum.POOL_CONFIGURATOR.setReserveFactor(
AaveV2EthereumAssets.BUSD_UNDERLYING,
RESERVE_FACTOR
);
}
}
References
Copyright
Copyright and related rights waived via CC0.
Your voting info
Voting results
YAE
701,878
AAVE100.00%
NAY
0
AAVE0%
Top 10 addresses
Votes
Executed on
Mar 14, 2023Required
701.87K
320.00K
Required
701.87K
80,000.00
16,000,000
Proposal details
Block
9 Mar 2023, 11:14 UTC +00:00
16790286
Block
10 Mar 2023, 11:39 UTC +00:00
16797486
Block
13 Mar 2023, 03:39 UTC +00:00
16816686
14 Mar 2023, 04:31 UTC +00:00
Marc Zeller (@marczeller), Aave-Chan initiative