# Supply and Borrow Assets

Go to <https://trade.bluefin.io/lend>.

Click on the **Supply** button for the market you want to add liquidity to.&#x20;

<figure><img src="/files/9V0zBgpFt46TTyoXew0A" alt=""><figcaption></figcaption></figure>

Input the desired amount you want to deposit in the **Supply/Borrow** modal and submit the transaction. You'll be able to see the amount of tokens you hold in your wallet as the available amount to supply.

<figure><img src="/files/pmyWO7qucne68WxVOi5g" alt="" width="328"><figcaption></figcaption></figure>

Afterwards, you'll be able to see your deposits in the top of the dashboard. Once you have supplied funds, these will be used as collateral for your borrows.

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

To borrow assets you can follow the same procedure, clicking on the **Borrow** button for the desired market and inputting the amount to borrow in the modal that opens up. You'll notice that the maximum amount you'll be able to borrow will be lower than your supplied value, capped by the asset's Loan-to-Value (LTV) ratio (learn more [here](/bluefin/lending-on-bluefin/protocol-features.md#loan-to-value-ltv-ratio)).&#x20;

<figure><img src="/files/26mWXHFM8D7dCk3HmDLZ" alt="" width="326"><figcaption></figcaption></figure>

Your borrowed assets will be displayed at the top of the Dashboard. Additionally, you'll be able to see a **Risk Gauge** with real time information on your account's health, and a red mark on the **Liquidation Threshold** for which your collateral is at risk of being partially liquidated. You can learn more about liquidations [here](/bluefin/lending-on-bluefin/protocol-features.md#liquidations).

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


---

# 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://learn.bluefin.io/bluefin/lending-on-bluefin/tutorials/supply-and-borrow-assets.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.
