What is Aave?

What is Aave?

Aave is a lending DeFi protocol that allows you to lend and borrow cryptoassets using variable and stable interest rates.

Who created Aave and when?

The creator of Aave is a Finnish programmer and Master of Laws, Stani Kulecov.

While studying at the University of Helsinki, Kulecov became interested in blockchain technology and Ethereum and wanted to create a decentralized cryptocurrency platform.

On May 1, 2017, Kulechov founded ETHLend. In November 2017, ETHLend launched ETHLend.io, a P2P lending platform, and held a $16.2 million ICO. The project sold 1 billion LEND native tokens. 300 million coins (23%) went to the founder and team.

The protocol faced a lack of liquidity amid a bear market. In September 2018, ETHLend.io was rebranded to Aave. Aave (pronounced “ave”) means “ghost” in Finnish. The project team explains the name as “the brand continues to intrigue users with innovative technology and aims to create a transparent and open infrastructure for decentralized finance.” ETHLend became a subsidiary of Aave.

In October 2019, the Aave V1 public test network went live.

On January 8, 2020, the main network of the first version of Aave launched on the Ethereum blockchain.

In October 2020, the native AAVE token was released and the LEND→AAVE migration took place at a ratio of 100 to 1.

In December 2020, the Aave V2 core network went live.

How does the Aave lending/borrowing mechanism work?

Originally, the platform used a peer-to-peer (P2P) model, where users interact through smart contracts. The disadvantage of the scheme is that there are not always counterparties and liquidity for efficient transactions. So the creators decided to move to a peer-to-contract (P2C) model, which most DeFi protocols use.

On a P2C platform, funds are deposited through a special contract that allows crypto-assets to be instantly borrowed with interest on the loaned funds.

P2P model and P2C model
P2P model and P2C model

Two categories of participants interact on the platform: borrowers and lenders.

Borrowing

Users deposit assets used as collateral in Aave. In exchange, they can borrow a smaller amount of the asset as determined by the Loan to Value (LTV) ratio. The ratio represents the maximum right to borrow for a particular collateral.

Borrowing involves “excess collateral” that allows Aave to remain solvent at all times. The value of the collateral must exceed the value of the asset being borrowed according to the Loan To Value parameter, which depends on the volatility and other risk parameters of the collateral asset.

If, for example, the ratio is 80%, then for every 1 ETH of collateral, the user can borrow the main currency up to a maximum of 0.8 ETH. The loan/collateral value ratio is calculated individually for each collateral and is expressed as a percentage.

Users can provide any of the tokens available on the platform as collateral:

Aave platform

Aave was the first trading platform to allow users to borrow and lend USDT. This stackablecoin, along with Binance’s BUSD, Synthetix’s sUSD and Gemini’s GUSD, cannot be used as collateral for loans, as the management mechanism for these coins potentially creates the risk of a single point of failure.

The AMM Liquidity Pool allows Uniswap and Balancer liquidity providers to use their LP tokens as collateral in the Aave Protocol. The aDAI Uniswap pool is the largest source of aToken liquidity outside of Aave.

Aave supports a total of 22 assets in version one, 26 in version two, and 21 in AMM Market. By comparison, its main competitor, Compound, has only 11 available assets.

Lending

Users contribute assets to Aave and receive aToken in a 1:1 ratio to deposited coins. aTokens are a kind of certificates of deposit that accumulate interest.

As long as liquidity is available in the protocol, aTokens can be redeemed based on a 1:1 ratio to the underlying asset. The balance of such coins grows according to the current interest rate of the protocol.

  • Lenders/liquidity providers deposit assets in Aave and receive ERC20 aTokens at a 1:1 ratio (100 DAI ⇒ 100 aDAI).
  • Borrowers deposit collateral assets, obtaining creditworthiness for borrowing. To avoid liquidation, borrowers must maintain a “healthy” position given the LTV parameter.
  • Lenders/liquidity providers can redeem aTokens at a 1:1 ratio to the deposited asset. The user’s aTokens balance grows, reflecting the interest paid by asset borrowers. Liquidity providers also receive commissions from instant loans.
  • Users wishing to repay the debt must repay the borrowed asset as well as pay the interest. Until the debt is repaid, the collateral is locked in the protocol.

How does the elimination mechanism work?

Aave’s liquidation mechanism involves a so-called health factor.

The health factor (HF) expresses the safety of the user’s asset relative to the borrowed asset and its underlying value. The higher the health factor score, the safer the asset.

  • HF ≤ 1: up to 50% of the debt can be liquidated;
  • HF > 1: the value of the collateral relative to the value of the loan can change according to the formula (1-FZ)/FZ.
    For example, if HF = 2, the debt is liquidated when the value of the collateral relative to the value of the loan is -50%.

The formula for calculating FZ is:

FZ = Σ(collateral value × liquidation threshold)/loan (in ETH)

Thus, when the PE rises due to an increase in the value of collateral, the risk of liquidation is lower. If the index falls sharply, the user can repay the loan in whole or in part, or pay additional collateral. Decrease in PP can be caused not only by a fall in the value of collateral, but also by an increase in the prices of borrowed assets.

The price data comes from Chainlink oracles.

Liquidation Bonus is a bonus to the prices of collateral assets acquired by liquidators in the process of liquidating a loan that has reached an appropriate threshold (Liquidation Threshold).

Liquidation Threshold is an indicator for a loan that is considered insufficiently secured and subject to liquidation. If Liquidation Threshold reaches 80%, the loan is liquidated. This means that the value of the debt is 80% of the value of the collateral. Liquidation Threshold is calculated individually for each collateral and is expressed as a percentage.

Liquidators can pay up to 50% of the borrower’s debt. In exchange, the liquidator receives the appropriate amount of loan collateral with an additional percentage.

This liquidation percentage depends on the type of asset and its corresponding bonus. For example, if the liquidator wants ETH, he will get 5%, if YFI – 15%, etc.

  • User A deposits 10 ETH as collateral and borrows DAI worth the equivalent of 5 ETH.
  • FZ drops below 1 – the loan is subject to liquidation.
  • Liquidators can repay up to 50% of the borrowed funds – DAI worth 2.5 ETH.
  • The liquidator can get collateral in the form of ETH (with a 5% bonus).
  • Finally, the liquidator receives 2.5 + 0.125 ETH for paying a DAI of 2.5 ETH.

Aave: liquidation mechanism with multi-collateral assets.

  • User A deposits 5 ETH and YFI worth the equivalent of 4 ETH and borrows DAI worth 5 ETH.
  • FZ falls below 1 – the loan is subject to liquidation.
  • Liquidators can pay back up to 50% of the borrowed funds, a DAI worth 2.5 ETH.
  • However, this time the liquidator realizes that choosing YFI will bring a bigger bonus (15% vs. 5% ), so he chooses YFI instead of ETH.
  • Finally, the liquidator gets YFI worth 2.5 + 0.375 ETH to pay DAI worth 2.5 ETH.
    It is possible to liquidate no more than 50% of the user’s assets, which has its pros and cons.
  • On the plus side, users can maintain a portion of the loan. They don’t lose all of their assets, can wait for the pledge price to rise, pay off the debt and withdraw the balance.
  • Minus: If the price of the pledged asset continues to fall, or the value of the borrowed asset continues to rise, the risk of losing the remaining 50% increases.

How does the risk mitigation mechanism work?

If the liquidation process is not completed, the loans become insufficiently secured and bad debts are formed.

The default risk mitigation mechanism includes a Safety Module. This is the risk mitigation protocol of the Aave Protocol.

It contains an insurance fund for when there is a shortfall of collateral in the asset reserves (shortfall event). An example is Black Thursday in March 2020, when MakerDAO investors lost $8.325 million. When there is a shortfall, AAVE holders vote to refinance the loan pool.

Users stack AAVE tokens in the security module and receive Stake AAVE tokens (StkAAVE) in return. When users withdraw tokens from Stake, they get Aave back and the platform burns StkAAVE. Up to 30% of StkAAVE can be used to cover a shortfall in the credit pool. In exchange for the risk of losing a share of their StkAAVE, users receive a reward (Safety Incentives). Each day 550 StkAAVEs are distributed to all Stake AAVE holders in the safety module.

There is a so-called cooldown period of ten days during which users can withdraw StkAAVEs and the incentive rewards they receive in the same assets. This avoids the risk of panic withdrawals before the Aave protocol launches deficit coverage mode by voting members in. The decision to launch deficit coverage mode is made by AAVE and/or StkAAVE token holders in a joint vote. The “weight” of the vote is proportional to the number of tokens held by the voter.

During periods of deficit, the necessary funds in the protocol are auctioned off and the proceeds go to the Support Module (One Backstop Module). Users deposit stabelcoins or ETH into it before selling them on the open markets.

If the shortfall cannot be covered, users can vote for so-called Recovery Issuance (Recovery Issuance) of AAVE tokens. The latter are sold at auction to replenish the support module, after which they are offered for sale on the open markets.

The project treasury holds the Aave Ecosystem Reserve and the funds of the so-called Aave Ecosystem Collectors (collection systems). As of July 2021, that’s a combined total of more than $700 million.

What are Flash Loans?

The Aave platform offers so called Flash Loans. These are unsecured loans in which receiving the loan and repayment are done in one block.

For example, a user took out a loan on the Maker lending platform, but subsequently a drop in the value of the collateral has put Vault on the verge of liquidation. In this case, the user can sell a portion of the collateral for DAI to repay the debt. This would allow him to avoid liquidating the position on Maker even without having any Stablecoin in his wallet to repay the debt.

Instant loans can be used to:

portfolio rebalancing through multiple transactions in a single transaction, which optimizes fees;
arbitrage;
self-liquidation;
collateral swap.
The fee for such transactions is 0.09% of the value of the borrowed funds. It is received by the lenders.

The instant loan system does not yet have a user interface, but it can be used with Furucombo and similar services.

What is the interest rate?

There are two categories of interest rate:

  • A stable (fixed) interest rate that does not change over time;
  • A floating interest rate that changes depending on the supply and demand ratio.
    Borrowers can move from a variable rate to a stable rate, and back again.

A stable-rate loan mechanism does not differ in the short term from a fixed-rate loan mechanism, but in the medium to long term, rates may be rebalanced in the event of sudden market changes.

What are the features of the Aave V2 protocol?

Collateral Swap

Users can swap their collateral from one token to another. For example, from ETH to DAI, if they predict a drop in the price of ether.

Batch Flash Loans

Users can borrow multiple assets at once in a single Ethereum transaction.

Debt Tokenization

In the second version of Aave, borrowers can receive tokens representing their debt. This option, in turn, makes delegation of native credit possible.

Native Credit Delegation

This function allows the liquidity provider to deposit the funds in a protocol and delegate the right to take credit to another borrower. This allows the borrower to borrow the funds without posting any collateral.

Lenders and borrowers establish the terms of the loan and how the agreement is executed through legally binding agreements or onchain with smart contracts.

The Aave V2 protocol, compared to the first version, uses gas more efficiently. In some cases, the user can save up to 50% on fees.

How does the Aave Treasury work?

The Aave treasury consists of two funds.

The first fund is funded by three sources:

  • Collector (a system of collecting a portion of the protocol’s revenues);
  • The Reserve Factor (a system of collecting a portion of the protocol’s interest;
  • One-third of the collections of the Instant Loan System.
    The first fund is used for the development of Aave.

The second fund is the ecosystem reserve (3 million AAVE). The reserve funds are used to pay interest on short-term loans (SI), pay liquidity mining incentives, distribute grants, and fund Aave development.

Both funds are managed by the Aave community.

How is Aave evolving?

In July 2020, the Aave management company received a license from the Financial Conduct Authority (FCA) to establish electronic money in the UK. This will allow users to buy stabelcoins and other digital assets for fiat currencies and then use these funds in the Aave protocol.

In the summer of 2020, Aave raised $3 million from the sale of LEND tokens to Framework Ventures and Three Arrows Capital.

In October 2020, the project raised $25 million in investments from Blockchain Capital, Standard Crypto, Blockchain.com and several others.

In late 2020, Aave transferred administrative keys to LEND token holders. The first protocol improvement proposal (AIP) that was voted on and supported in the Aave community was to switch to the new AAVE management token with a 100:1 conversion of the old token to the new token.

The DeFi-oriented Aave Arc institutional protocol is scheduled to launch in the summer of 2021. In the first phase, it will support four assets – bitcoin, Ethereum, Aave and USD Coin (USDC) – and offer customers the same services as the main version of the project. Access to the platform will be available to “institutions, corporations and fintech companies” that have passed Fireblocks’ KYC procedures. In the future, Aave Arc will be converted to decentralized management.

In July 2021, Aave head Stani Kulechov announced plans to launch an alternative to Twitter on the Ethereum blockchain. The new platform will allow users to monetize content and directly participate in managing the network. The project could launch by the end of 2021.

aTokens are used to provide playable characters in the game Aavegotchi, reminiscent of Axie Infinity. The Aavegotchi character is an ERC-998 NFT who owns a deposit in the DeFi-application.

Add a comment