# Create Small UTXOs

## Small UTXO Design Philosophy <a href="#id-325a" id="id-325a"></a>

{% content-ref url="/pages/nEjNK1mpXnEVBmxYPLZE" %}
[Small UTXO](/product-design/small-utxo.md)
{% endcontent-ref %}

## How to create small UTXO? <a href="#id-325a" id="id-325a"></a>

Go to the small UTXO generation tool at <https://openstamp.io/tools>

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

You can view your BTC balance along with the quantity of your confirmed and total small UTXOs through 'Small UTXO Quantity'(e.g 9 small utxos and 8 of them were confirmed).

If you need to generate additional small UTXOs, simply **enter the desired number into the ‘New UTXO Quantity’ field, leave the ‘Each UTXO Amount’ and ‘Fee Rate’ values at their default settings**, then click submit. This will initiate a transaction to create multiple small UTXOs.

Once the **transaction is confirmed**, you will be able to utilize the newly created small UTXOs to create sell orders.

&#x20;**If you want to list N orders at the same time, you are gonna need N small confirmed UTXOs.** The consumed small UTXOs will be recreated and sent to you once order fulfilled and you can reuse the new small UTXOs to list orders.&#x20;

{% hint style="danger" %}
**WARNING**\
Please do not mix the stamp assets with addresses used for other BTC protocols, as it may result in the loss of other assets.
{% endhint %}


---

# 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.openstamp.io/product-guides/create-small-utxos.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.
