https://github.com/aave/docs-v2
https://github.com/aave/docs-v2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aave/docs-v2
- Owner: aave
- Created: 2022-04-14T15:33:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T10:17:57.000Z (about 1 year ago)
- Last Synced: 2024-12-28T06:27:44.281Z (5 months ago)
- Size: 2.4 MB
- Stars: 4
- Watchers: 4
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: change-from-v1-to-v2.md
- Security: security-and-audits.md
Awesome Lists containing this project
README
# Introduction
{% hint style="info" %}
See the major changes between [Aave v1 and v2 here](change-from-v1-to-v2.md).
{% endhint %}## What is Aave?
Aave is a decentralised non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an over-collateralised (perpetually) or under-collateralised (one-block liquidity) fashion.
The following documentation describes the fundamentals of the protocol and how to interact with it. Please join the #development room in the [Aave community Discord server](https://discord.gg/fVaDMqT); our team and members of the community look forward to helping you build on top of Aave.

The protocol is implemented as a set of **smart contracts** on top of the Ethereum blockchain. Smart contracts guarantee safety and do not require a middleman.
{% hint style="info" %}
A detailed and technical description can be found in the [whitepaper](https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf).
{% endhint %}