# Packing Sats Into One UTXO

If you are unfamiliar with the Satchel, take a look at [Bulk Extracting ](/how-to-use-sating/the-satchel/bulk-extracting.md)for a more detailed explanation of how Sating helps you work with multiple sats at once.

Sating lets you Pack multiple sats into a single UTXO.  You might do this to keep group similar satributes, or if you want to sell multiple sats on a marketplace in a single listing.

Add the sats you want to combine together into the Satchel, select them, and use the Pack option.

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

In the example above, the four sats are 10,000,000 sats apart numerically, but with the Pack option you can pull them out and pack them into a smaller UTXO consisting of 546 sats of padding per sat.

Enter the Address you want the packed UTXO to go to.  You can also send the unused Non-packed sats to a different wallet here.

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

### There are three steps to finalize the process.

There are two transactions to sign in your wallet.  The first is the one extracting your sats from the UTXO.  The second is a transaction to pack the sats into the final UTXO.  You will need to approve the transactions for both of these actions, then you will need to confirm to send them to be processed.

Once complete you can check the new UTXO and see your packaged sat.

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


---

# 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.sating.io/how-to-use-sating/the-satchel/packing-sats-into-one-utxo.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.
