# Borrowing

Users who want to borrow at a fixed interest rate can mint their fCash and sell it for currency. By selling fCash for currency, borrowers receive currency in exchange for the obligation to repay a fixed amount of currency at a specific future time.&#x20;

First, a borrower deposits collateral into their Notional portfolio.

![](/files/-MIvK6csmeNJFWrFTxsA)

Then the borrower mints a pair of fCash tokens at their chosen maturity.

![](/files/-MIvKAfr_4DoqZVIPyA4)

The borrower can now sell the positive fCash token into its liquidity pool in exchange for currency.

![](/files/-MIvKEgB40CQyTxIOKn5)

Now the borrower has currency they can withdraw and a future obligation to repay a fixed amount of currency collateralized by their ETH.

![](/files/-MIvKIjBt3B9IXi_hPla)

When the debt matures on December 1, 2020, the borrower can either repay the currency that they owe or their collateral can be used to cover their debt to the protocol.


---

# 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.notional.finance/traders/notional-basics/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.
