# AAVE

[Aave](https://aave.com/) is an open-source, non-custodial liquidity protocol allowing individuals to lend or borrow digital assets. By contributing liquidity to the protocol, you have the opportunity to earn annual interest. Additionally, you can take out loans against the existing collateral, enhancing your financial flexibility.

Using AAVE through Coinshift apps can offer Treasury Managers multiple benefits, including:

* **Yield Opportunities-** Treasury managers can earn interest by supplying their idle assets to AAVE's liquidity pool
* **Flexibility-** Treasury Managers can borrow against deposited assets, offering financial flexibility. For example, financial controllers can supply ETH and borrow USDC for business operations and payroll, without losing the potential gains of ETH
* **Secure-** Coinshift's multi-sig ensures secure transactions by requiring approval from multiple Signers, adding an extra layer of protection

<figure><img src="/files/ZxEVWVgxSStsWBI5oj3X" alt=""><figcaption></figcaption></figure>

We will now outline the process of how Coinshift users can interact with AAVE directly from their Safe using Coinshift Apps.

## Step 1: Go to Apps and connect your Safe with AAVE

Navigate to the **Apps** section on your Coinshift dashboard.

Locate and click on **AAVE** within the Apps section.

A window will show the list of networks the dApp is live on and supported by Coinshift. You can choose a Safe belonging to any network supported by AAVE.

Select the **Safe** you want to use for this operation and click **Open App** to establish a connection between your selected Safe and AAVE.

<figure><img src="/files/FccqD1zKKyKuUzPWOp6c" alt="" width="448"><figcaption></figcaption></figure>

## Step 2: Create a Transaction (Supply to AAVE)

The interface will show your token options and balances available for deposit.

<figure><img src="/files/V2R6QEhVLRkkcBdSuKUk" alt=""><figcaption></figcaption></figure>

Click on the **Supply** button next to the token of your choice, and proceed to enter the deposit amount in the designated field.

For this scenario, we will use USDC to deposit into the AAVE protocol.

**Approve Deposit-** Note that, you need to first approve the deposit before supplying the token. This will trigger a proposal, which needs to be approved by the threshold number of Signers before the deposit is made.

After approval, click again on **Supply** and fill in the deposit amount.

<figure><img src="/files/IlITbJRFO1iPbgaEfI2v" alt="" width="329"><figcaption></figcaption></figure>

To confirm, click on the **Supply USDC** button. This will prompt a proposal on Coinshift.&#x20;

*Note that, transaction details are presented in a clear, human-readable format (see screenshot), providing essential information for other Safe Signers to review.*

<figure><img src="/files/gs51qlZHEVXaa4Z0M4ma" alt="" width="426"><figcaption></figcaption></figure>

A proposal will be created for the designated Signers to either **Approve** or **Discard** as necessary. Add any necessary notes and labels, if required.

<figure><img src="/files/gAcafoNzpqqOG9Ans47z" alt=""><figcaption></figcaption></figure>

## **Step 3:** Action on Proposal

Signers can take one of three actions on a proposal:

* **Proposal Rejection-** If any Safe Signer rejects the proposal, it will be discarded Off-Chain.
* **Proposal Approval and Execution-** If the number of votes in favor of the proposal meets Safe's required threshold, the transaction will be submitted to the network.
* **On-Chain Transaction Rejection-** Even after a proposal has been approved, it can still be turned down in the on-chain stage. This can happen if a Safe Signer initially approves the proposal, moving it into the on-chain queue, but other Safe Signers decide to use the [**On-Chain Rejection**](/business/coinshift-walkthrough/transaction-management/on-chain-transaction-rejection.md) option to stop the transaction.

The proposal has received the necessary signatures, as shown in the screenshot below, and the transaction will be submitted to the network.

<figure><img src="/files/XDwRFuLuilGD0jaWPsqx" alt=""><figcaption></figcaption></figure>

## Step 4: Verify your deposit in the AAVE dashboard

Once the transaction is confirmed, you can review the details on the AAVE dashboard. Your tokens have now been successfully deposited.

<figure><img src="/files/Aul2uQT8A6fyv3La7kae" alt=""><figcaption></figcaption></figure>

**Note:** You can follow the similar steps outlined previously to either borrow or withdraw your assets from AAVE.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coinshift.xyz/business/coinshift-walkthrough/coinshift-apps/aave.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
