> For the complete documentation index, see [llms.txt](https://docs.nubit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubit.org/usd1/usd1-bitcoins-native-stablecoin/how-it-works.md).

# How It Works

<figure><img src="/files/Rp2WTGHRt3khky4ogcPE" alt=""><figcaption></figcaption></figure>

USD1’s integration with Bitcoin is powered by Bitcoin Thunderbolt. Unlike other stablecoins tied to separate blockchains, USD1 lives natively within Bitcoin’s UTXO model, preserving self-custody and aligning with Bitcoin’s decentralized ethos. Thunderbolt’s trust-minimized programmability ensures that value moves instantly through UTXO rights delegation, allowing dollars, in the form of USD1, to reside directly on Bitcoin.

With USD1, Bitcoin evolves from a store of value into a fully functional platform for stable, everyday finance. Its native integration unlocks a wide range of practical applications:

* Global Payments: Fast, low-cost cross-border transfers, rivaling traditional financial systems.
* Payroll and Remittances: Simplified salary payments and family support, especially in underserved regions with limited banking access.
* DeFi Tools: Stablecoin-based lending, trading, and other decentralized finance applications, all secured by Bitcoin’s robust network.

As the only stablecoin running natively on Bitcoin’s mainnet, USD1 is positioned to dominate stablecoin activity on the network. With Bitcoin’s market cap already exceeding $2 trillion, USD1 could capture over 90% of stablecoin volume, cementing Bitcoin’s role in the global financial landscape.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nubit.org/usd1/usd1-bitcoins-native-stablecoin/how-it-works.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
