# Borrowing

The Fused Trade Ledger (FTL) enables users to borrow inactive liquidity by selecting a price bin either **below** or **above** the current market price (active bin).

* **Borrowing Below Market Price**: The user borrows the inactive quote asset (Y), using the base asset (X) as collateral, by selecting a bin below the current market price.
* **Borrowing Above Market Price**: The user borrows the inactive base asset (X), using the quote asset (Y) as collateral, by selecting a bin above the current market price.

{% hint style="success" %}
When a borrowing transaction is executed, the borrower receives a **debt NFT**—a verifiable record that simplifies tracking and management of their position within the protocol.
{% endhint %}

<figure><img src="/files/gZbR4Em0sCJkGUM1tcZ2" alt="" width="488"><figcaption></figcaption></figure>

### Example 1: Borrowing Below Market Price

Borrowing below the market price is akin to **selling NAD for USDC** at a lower-than-market price. The borrower selects a bin below the active market price to collateralize NAD, receiving USDC and reserving the right to **repurchase NAD** at the borrow bin price within a set borrowing term (e.g., 7 days).

* current market price: 1500 USDC/NAD
* borrow bin price: 1000 USDC/NAD
* borrow fee: 0.3%&#x20;
* collateral size: 1 NAD

to receive; 997 USDC = $$(\text {collateral size} \times \text {borrow price})-\text{borrow fee}$$

### Example 2: Borrowing Above Market Price

Borrowing above the market price is akin to **buying NAD with USDC** at a higher-than-market price. The borrower selects a bin above the active market price to collateralize USDC, receiving NAD and retaining the option to **sell it back** at the borrow bin price within the borrowing term (e.g., 7 days).

* Current market price: 1500 USDC/NAD
* borrow price: 2000 USDC per NAD
* borrow fee: 0.3%&#x20;
* collateral size: 3000 USDC

To receive: 1.495 NAD =$$(\dfrac {\text{collateral size}} {\text{borrow price}})-\text{borrow fee}$$

## Key Features of Borrowing

* **Dynamic Collateralization**:\
  Borrowing capacity depends on the price of the selected bin.
  * If **Bin Price = 1300 USDC/NAD**, you can:
    * Borrow **1300 USDC** for **1 NAD** collateral, or
    * Borrow **1 NAD** for **1300 USDC** collateral.
  * If **Bin Price = 1000 USDC/NAD**, you can:
    * Borrow **1000 USDC** for **1 NAD** collateral, or
    * Borrow **1 NAD** for **1000 USDC** collateral.
* **No Liquidation Risk**
  * Positions are not subject to liquidation. Instead, any unpaid debt expires after 7 days, with collateral absorbed into the pool.
* **Simple, Predictable Fees**
  * Fees are transparent and fixed, with no fluctuating APYs or hidden costs.
* **Liquidity-Dependent**
  * Borrowing relies on the availability of inactive liquidity in targeted bins. Limited liquidity may restrict the amount available for borrowing.
* **Fixed-Term Borrowing**
  * Borrowing positions have a 7-day expiry, requiring repayment or rollover within this period.

{% hint style="success" %}
Borrowing is not permitted within the buffer range. [<mark style="color:purple;">The buffer range</mark> ](/ftl/protocol-overview/protocol-maths.md#buffer-range)is a protected zone around the active price, designed to preserve liquidity and prevent excessive borrowing
{% endhint %}

## BORROW ARCHITECTURE

<figure><img src="/files/RU1Q4h3XKD56bhApZUPR" 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://nitro-finance.gitbook.io/ftl/core-interactions/borrowing.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.
