# Borrowing

Portfolios that have pledged collateral receive a line of credit they may draw down to borrow any supported instrument on Superposition.  Note that a customer may use the protocol to borrow an investment instrument (such as APT), or a cash-equivalent (such as USDC).  Borrowing cash is typically employed for leverage or taking tax-free income via loans; borrowing an investment vehicle is typically for the purpose of selling that borrowed instrument and shorting it.

Loans are perpetual and have a floating rate.  They do not have a fixed maturity date.  Nor are their interest rates fixed.  Under this paradigm, borrowers are never forced to repay their debts, so long as their portfolio still meets the minimum equity requirements set by the risk engine.  Borrowers are incentivized to repay their loans only under two conditions:

* The interest rate on their debt is not worth the opportunity of keeping the position open
* They want to unlock collateral their collateral that is securing outstanding debt

## Leverage

Superposition allows for leverage by means of collateralizing borrowed capital. By borrowing and then collateralizing, the user can increase their exposures beyond the value of their initial capital.

\<Borrowing Tutorial to be inserted>


---

# 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.superposition.finance/how-it-works/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.
