Proposal overview
Add USDT to Aave Ethereum V3 pool
Simple Summary
This AIP proposal presents Aave with the opportunity to onboard USDT to the Ethereum v3 Liquidity Pool.
Motivation
Supporting stablecoin diversity is part of the Aave-Chan Initiative (ACI) delegate platform.
The ACI does not have any link nor is paid by Tether or any entity to present this ARC.
The risk parameters provided introduce USDT as a non-collateral asset.
The Interest rate Strategy curve is the same as for USDT in V2. for now. The ACI is supportive of onboarding USDT as it was in V2. For now, the ACI doesn’t consider V3 mature enough to activate a USD stablecoins emode and consider USDT in it. Also, supply and borrow caps are suggested for this asset to limit risk exposure.
Specification
Ticker: USDT
Contract Address: 0xdAC17F958D2ee523a2206206994597C13D831ec7
Risk Parameter | Value |
---|---|
Isolation Mode | NO |
Enable Borrow | YES |
Enable Collateral | NO |
Loan To Value | N/A |
Liquidation Threshold | N/A |
Liquidation Bonus | N/A |
Reserve Factor | 10% |
Liquidation Protocol Fee | 10% |
Borrow Cap | 185M |
Supply Cap | 200M |
Debt Ceiling | N/A |
Base | 0% |
Slope1 | 4% |
Uoptimal | 90% |
Slope2 | 72% |
The proposal payload uses the GenericListingEngine to perform a new asset listing with the following parameters:
IGenericV3ListingEngine.Listing({
asset: USDT,
assetSymbol: 'USDT',
priceFeed: USDT_USD_FEED,
rateStrategy: 0xdd1BAC6A713c5b0EC42bA39D0c5e4582975DE6D6,
enabledToBorrow: true,
stableRateModeEnabled: false,
borrowableInIsolation: false,
withSiloedBorrowing: false,
flashloanable: true,
ltv: 0,
liqThreshold: 0,
liqBonus: 0,
reserveFactor: 10_00,
supplyCap: 200_000_000,
borrowCap: 185_000_000,
debtCeiling: 0,
liqProtocolFee: 10_00,
eModeCategory: 0
});
References
A list of relevant links like for this proposal e.g.
Security Considerations
The proposal Payload was reviewed byBored Ghost Developing.
Deployed Contracts
Copyright
Copyright and related rights waived via CC0.
Your voting info
Voting results
YAE
589,497
AAVE88.03%
NAY
80,180
AAVE11.97%
Votes
Executed on
Feb 13, 2023Required
589.49K
320.00K
Required
509.31K
80,000.00
16,000,000
Proposal details
Block
8 Feb 2023, 11:56 UTC +00:00
16583904
Block
9 Feb 2023, 12:10 UTC +00:00
16591104
Block
12 Feb 2023, 04:10 UTC +00:00
16610304
13 Feb 2023, 08:03 UTC +00:00
Marc Zeller (@marczeller), Aave-Chan Inititative