# What is UTXO Bundling?

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

UTXO Bundling lets you securely reassign the right to spend a group of UTXOs, without ever moving them on-chain. Rather than merging coins, Thunderbolt reassigns control off-chain. Using a cryptographic trick called a key tweak, users can hand over control of coins instantly, without touching the blockchain.

It’s not just batching. It’s not just compression. It’s a delegation system that preserves Bitcoin’s trust model while unlocking speed and scale.


---

# 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/what-is-utxo-bundling.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.
