ARC: Add Support for LUSD

Summary

Add support for an LUSD market to increase Aave’s offering of decentralized stablecoins and to provide an alternative route for borrowing LUSD.

What is Liquity and LUSD?

Liquity is a decentralized borrowing protocol that allows users to draw interest-free loans against ETH as collateral (akin to MakerDAO). Loans are paid out in LUSD (USD-pegged stablecoin) and need to maintain a minimum collateral ratio of 110%. Loans are secured by the Stability Pool, where users can deposit LUSD that may be used to instantly repay uncollateralized debt. In return, they receive ETH collateral when liquidations occur and continuous LQTY rewards (Liquity’s secondary token capturing the protocol’s fee revenue).

Decentralization

In addition to Liquity’s focus on capital-efficiency, the protocol was also built with a heavy focus on decentralization in 3 main ways:

  • The Liquity contracts have no admin keys and are accessible via multiple interfaces hosted by third-party frontend operators, making it censorship resistant.
  • The protocol is immutable and governance-free, as all operations are algorithmic and fully automated, and protocol parameters to maintain system health were set at time of contract deployment.
  • LUSD is only backed by ETH and no other collateral types may be added.

Motivation

For Liquity, the main benefits would be:

  • Giving users access to the largest lending protocol on Ethereum
  • Borrowing LUSD against other collateral types, which is not possible using Liquity due to the protocol being immutable
  • Protection from some unfavorable mechanisms for borrowers such as Liquity’s redemption mechanism, and Recovery Mode - which allows Troves under 150% collateral ratio to be liquidated.

For Aave, the main benefits would be:

  • Expanding its decentralized stablecoin offering and decreasing its dependence on centralized assets such as USDC, USDT, WBTC, etc.
  • Allowing Aave users to tap into LUSD’s yield opportunities and DeFi integrations
  • By providing another use case for LUSD, there’s a unique opportunity to capture some of the ~$600m LUSD in the Stability Pool as its dominance decreases.

Specifications

  • What is the link between the author of the AIP and the Asset?
    • I’m a team member at Liquity focused on community and ecosystem development.
  • Provide a brief history of the project and the different components: DAO (is it live?) products (are they live?). How did it overcome some of the challenges it faced?
    • Liquity launched on April 5th, 2021 and has attracted ~$2.5B TVL since then, ranking among the top 10 projects listed on DeFi Pulse. In addition, LUSD is also ranked among the top 10 stablecoins on DeFi Pulse and is the 2nd largest collateral-backed stablecoin behind DAI. Source.
    • As a borrowing protocol, minted debt (LUSD) and system health is heavily dependent on liquidation efficiency. In contrast to collateral auctions, Liquity liquidates under-collateralized Troves instantaneously — substantially reducing the possibility of protocol loss and the risk of LUSD becoming partially unbacked. Around one month after launch, the protocol faced its first stress test (flash crash on 5/19) and liquidated $93.5M against the Stability Pool with 0 protocol loss. Liquity has completely innovated this necessary function of borrowing protocols by creating a liquidation mechanism that’s fast, effective, and works under extreme conditions. More info here.
  • How is the asset currently used?
    • Within the protocol, LUSD is used to maintain protocol stability. Within the overall DeFi ecosystem, the primary goal is for LUSD to have a variety of use cases and meaningful integrations. Examples of this: LUSD liquidity on DEXes (Curve, Sushiswap, etc), available on lending platforms (e.g. Aave), as a treasury asset (e.g. OlympusDAO), and more.
  • Emission schedule
    • No emission schedule
  • Token (& Protocol) permissions (minting) and upgradability. Is there a multisig?
    • No.
  • What can it do? Who are the signers?
    • The protocol is completely immutable
  • Market data (Market Cap, 24h Volume, Volatility, Exchanges, Maturity)
    • Market Cap: ~$875m
    • 24h Volume: ~$25m
    • Volatility: Low
    • Exchanges: Curve, Saddle, Uniswap, Sushiswap
    • Maturity: Protocol has been live for 7 months
  • Social channels data (Size of communities, activity on Github)
    • Discord: ~5700 members
    • Twitter: 23k followers
    • Github here
  • Contracts date of deployments, number of transactions, number of holders for tokens
    • Date of deployment: April 5th, 2021
    • Number of transactions: ~150,000
    • Number of holders: 4,400
    • Source

Security Audits

Trail of Bits Security Assessment - January 2021

Coinspect - March 2021

Trail of Bits Liquity Protocol and Stability Pool Final Report - March 2021

Trail of Bits Liquity Proxy Contracts Report - March 2021

Economic Modeling and Simulation

Gauntlet - Liquity Market Risk Assessment

Yulin Liu - Macroeconomic model of Liquity

Resources

3 Likes

PR: Add LUSD by bingen · Pull Request #268 · aave/protocol-v2 · GitHub

Contracts deployed to Kovan:

Proposed Risk Parameters:

  • Strategy: rateStrategyStableTwo
  • Base LTV As Collateral: 0
  • Liquidation Threshold: 0
  • Liquidation Bonus: 0
  • Borrowing Enabled: true
  • Stable BorrowRate Enabled: false
  • Reserve Decimals: 18
  • Reserve Factor: 2000

Would be great to get some feedback on this :pray:

Hey Derrick - thanks for taking the time to detail this out. And for your work on the repo.

This quote below seems to be an important factor:

Are there technological benefits to not having this upgradability safety check? In most smart contracts, a lack of a multi sig is a massive red flag.

Second question - what is your involvement with the Liquity team?

Can’t speak for Derrick or their team; but my understanding of Liquity is that the contracts are immutable – there’s no admin / governance / upgradability whatsoever, so multisig question is more “not applicable”.

I think their plan for updates (if any are ever planned) will be to simply deploy a separate contract, ala uniswap’s “upgrade” path, where anything still using the old versions just keeps chugging along.

IMO I’d love to see this accepted by Aave. The system’s now lived through multiple heavy stress tests (including the recent jan 2022 fun), and come out quite strong.

I view the immutability as a strong plus – there’s no admin risk, because there’s nothing they can do to the contracts.