# bUSD Technical Spec

## What is bUSD

bUSD is Bound's native stablecoin on Bitcoin - a **Runes-based token backed 1:1 by other stablecoins**. It serves as the settlement layer for all Bound structured products: loans, options, and escrow all settle in bUSD.

## Role in the stack

* **Loans** - borrowed funds are denominated in bUSD
* **Options** - collateral and settlement use bUSD
* **Escrow** - all structured product settlement goes through bUSD
* **Integration** - other Bitcoin-native protocols can integrate bUSD as a stable settlement layer

## Mint & redeem

bUSD is live with mint and redeem functionality.

{% hint style="info" %}
**VERIFY** - Technical mint/redeem mechanics, supported backing stablecoins, fees, limits, and proof of reserves approach to be confirmed with engineering team before publishing.
{% endhint %}


---

# 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/protocol-architecture/busd-technical-spec.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.
