# Overview

{% hint style="warning" %}
The Borrow section covers features that will be available after the initial launch. Documentation will be expanded when these features ship.
{% endhint %}

Bound offers two types of BTC-backed loans, accessible from the **Borrow** tab.

## Two products

| Product                  | Liquidation         | Status      |
| ------------------------ | ------------------- | ----------- |
| Liquidation-free loans   | None - ever         | Coming soon |
| Overcollateralized loans | Standard DeFi model | Phase 2     |

Both products let you access liquidity without selling your BTC.


---

# 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://bound-1.gitbook.io/bound-docs/borrow/overview.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.
