# Introduction

Bitcoin’s UTXO model is reliable, but not built for speed or scale. Each UTXO (Unspent Transaction Output) is processed one by one. That works well for final settlement, but when volume spikes, it clogs the network, raises fees, and slows everything down.

UTXO Bundling, a core innovation in Bitcoin Thunderbolt, rewrites the rules, without touching Bitcoin’s base layer. It lets users transfer the spending rights of many UTXOs at once, securely and instantly, all off-chain. No merge. No movement. Just delegation, powered by cryptographic tweaks.

<br>


---

# 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.nubit.org/utxo-bundling/introduction.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.
