# Borrowing Assets

**Important Note**:&#x20;

* If you supplied an asset in the Main Pool, you can only borrow assets within this pool.&#x20;
* Similarly, if you supplied an asset in the Veno Pool, you can only borrow assets within this pool.
* The same rule applies to the DeFi Pool. Click [here](https://tectonic.gitbook.io/docs/protocol/isolated-pools) to lean about isolated pools.

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

1\) First, you need supply an asset on Tectonic. The tutorial for supplying an asset can be found [here](/docs/guides/supplying-assets.md)

2\) Once supplied, you will need to enable the asset for use as collateral. You can do this either in the [Dashboard](https://app.tectonic.finance/dashboard/) page or within the individual asset markets page (for example, the individual asset markets page for USDC can be found [here](https://app.tectonic.finance/markets/main/usdc/)). You will need to **confirm** the "Use as collateral" transaction in your wallet.

<figure><img src="/files/EgK2n2aR9rU7JmN7DPzk" alt=""><figcaption><p>Dashboard Page</p></figcaption></figure>

<figure><img src="/files/517f0Sa1pj5uReiEY1eE" alt="" width="375"><figcaption><p>Individual asset markets page</p></figcaption></figure>

3\)  Then, head to the [Markets](https://app.tectonic.finance/markets/) page and select the asset that you intend to borrow. You will be taken to that asset's individual markets page

<div><figure><img src="/files/3eIcIkFVBCr5MAb644w3" alt="" width="375"><figcaption><p>On Markets Page, click on an asset</p></figcaption></figure> <figure><img src="/files/oN2P0sYXF34MgeJF72yv" alt="" width="375"><figcaption><p>Individual asset markets page</p></figcaption></figure></div>

4\) Click on the “Borrow” button and indicate the amount you intend to borrow. See the below example for TONIC.

<figure><img src="/files/i5sCTjXR4u5IRSYBLzOO" alt="" width="375"><figcaption></figcaption></figure>

5\) Confirm your transaction in your wallet

<figure><img src="/files/MSYIgY1G5krRDHGGDlgm" alt="" width="375"><figcaption></figcaption></figure>

6\) A pop-up will appear to indicate a successful transaction

<figure><img src="/files/mhUgeqEr4JhRdUxQFYbP" alt="" width="375"><figcaption></figcaption></figure>

7\) Upon successful completion, you can then view your supply and borrow balances within the [Dashboard ](https://app.tectonic.finance/dashboard/)Page&#x20;

<div align="center"><figure><img src="/files/PLGy3FQpcg9d2eEoTXLz" alt="" width="375"><figcaption><p>The dashboard provides key information such as the supply balance, borrow balance, Net APY, Current Loan-To-Value (LTV), available borrowing power, and the list of supplied and borrowed assets</p></figcaption></figure></div>

## **Commonly asked questions**

<details>

<summary>Q) How do I check the health of my loan to make sure it remains below liquidation levels?</summary>

**A:** The best way to determine the "health" of your loan is to look at the lava bar (shown in the screenshot below).&#x20;

As a rule of thumb, we recommend that you maintain your lava bar below 50%. This loan-to-value ratio could help better protect your position from liquidation during volatile market periods.&#x20;

![](/files/j8R6n5Nn5F8h3aeFzUdW)

</details>

<details>

<summary>Q) What does "Exceeds Borrow Limit" mean?</summary>

**A:** If you attempt to borrow an amount that takes your lava bar **beyond 90%**, you will exceed our specified borrow limit and not be allowed to complete the transaction.&#x20;

![](/files/fw70SeSFwkJCIvjSc6La)

</details>

<details>

<summary>Q) What is Net Borrow APY / Distribution APY?</summary>

**A:** Net Borrow APY = Fees paid by user for borrowing asset - Distribution APY

* If Net Borrow APY is negative, Distribution APY > Fees paid for borrowing asset. This essentially means the **user is being paid to borrow the asset**.

Distribution APY = TONIC rewards paid to user&#x20;

* if Distribution APY = 0%; there are no TONIC rewards paid out for that market

</details>

<details>

<summary>Q) What is "Borrow balance"?</summary>

**A:** Borrow balance is the total amount of loans you have taken out on Tectonic, displayed in USD terms

</details>


---

# 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://tectonic.gitbook.io/docs/guides/borrowing-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.
