# How It Works

Step 1: Create a Bundle

Select a set of UTXOs. These might represent different amounts or origins, that’s okay.

Step 2: Apply a Key Tweak

A cryptographic tweak modifies the spending keys tied to those UTXOs. This tweak creates a secret offset that only the sender and recipient know.

Step 3: Share the Tweak

The recipient receives the tweak (or its derived key) and now holds the exclusive ability to spend the bundle.

Step 4: Optional On-Chain Action

The bundle can sit untouched indefinitely or be spent on-chain later, using the tweaked key, fully compatible with Bitcoin's native rules.


---

# 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/how-it-works.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.
