# Dashboard

On the Dashboard page, users can:

1. Review a breakdown of their total rewards
2. Review their health factor
3. Review the composition of their deposits and borrows
4. Deposit, withdrawal, borrow and repay assets
5. Stake AQUA tokens, unstake, claim or even re-stake all your rewards in a single transaction.

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

In the top left you'll find whatever assets you have supplied to the Lendle market. You can withdraw and supply using the buttons and the following dialogue popup.

In the top right, you will find all your borrows, which can be repaid or increased by using the buttons.

And lastly, in the bottom right you can open new borrow positions and see how much is available for you to borrow. The availability depends on both market size and your Health Factor.

## Deposits and Borrows

In this section, a user can deposit, withdraw, borrow and repay. Users also have the ability to enable or disable deposits to be used as collateral.

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

## Collateral <a href="#collateral" id="collateral"></a>

After depositing an asset, you can determine whether or not to utilize it as collateral. An asset that is collateralized will activate your borrowing power, but will be made available to be partially liquidated, should your balance become insolvent (see [Liquidation](/aqualoan/protocol/borrow/liquidations.md)). You can enable collateralization on both the asset details page and also the Dashboard.

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

All deposits are enabled as collateral, by default. An opt-out option for each asset is available in the "Deposits" section on the **Dashboard** page. Simply toggle the "Collateral" button on the asset you would prefer to withhold from use as collateral, and confirm the transaction.

## Supported Assets <a href="#supported-assets" id="supported-assets"></a>

{% tabs %}
{% tab title="Volatile" %}

* <img src="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/ethereum-eth-icon.png" alt="" data-size="line"> ETH (Ethereum)
* <img src="/files/J9vO7mGxlDiMP6si2x54" alt="" data-size="line"> WBTC (Wrapped Bitcoin)
* <img src="https://gastcoin.com/wp-content/uploads/2021/12/Diseno-sin-titulo-8.png" alt="" data-size="line"> BNB
* <img src="https://s2.coinmarketcap.com/static/img/coins/200x200/1975.png" alt="" data-size="line"> LINK
* <img src="https://cdn.iconscout.com/icon/premium/png-256-thumb/aave-aave-6888750-5645374.png?f=webp&#x26;w=256" alt="" data-size="line"> AAVE
  {% endtab %}

{% tab title="Stablecoins" %}

* <img src="/files/fn0dntH0LDKGD2fqdNY5" alt="" data-size="line"> DAI
* <img src="/files/03GeqalUZ54AUpoROKfx" alt="" data-size="line"> USDC (USD Coin)
* <img src="/files/sj824C7XWM1xSU1RGlUU" alt="" data-size="line"> USDT (USD - Tether)
* <img src="https://cryptologos.cc/logos/first-digital-usd-fdusd-logo.png" alt="" data-size="line"> FDUSD (First digital USD)
  {% endtab %}
  {% endtabs %}

## Depositing, withdrawing, borrowing and repaying info found below <a href="#depositing-withdrawing-borrowing-and-repaying-info-found-below" id="depositing-withdrawing-borrowing-and-repaying-info-found-below"></a>

{% content-ref url="/pages/AtkRiHbo32ry3MXtQrpV" %}
[Deposit](/aqualoan/protocol/deposit.md)
{% endcontent-ref %}

{% content-ref url="/pages/TnahWaUXMbPgEcRtRqpJ" %}
[Withdraw assets](/aqualoan/protocol/deposit/withdraw-assets.md)
{% endcontent-ref %}

{% content-ref url="/pages/WwldRAnr9ITDkS321OnU" %}
[Borrow](/aqualoan/protocol/borrow.md)
{% endcontent-ref %}


---

# 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://aqualoan.gitbook.io/aqualoan/protocol/dashboard.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.
