# Prepare Your Listing

Note: For listing, Sating supports Bitcoin address types P2TR and P2WPKH.  For more information on address types check the link below.

* [Bitcoin Address Types Compared](https://unchained.com/blog/bitcoin-address-types-compared/)

It is important to know how the Sating marketplace works before you start selling. The listing option is set up to include everything in a UTXO. This means if you have 10 palindromes in a single UTXO and list it, you will be selling all 10. It is important to understand how to divide your valuable sats into individual UTXOs if you want to list them individually. Fortunately this is easy to do and inexpensive.

You can see in the wallet below there are 4 million JPEG sats and one of them is a Numeric Palindrome (yellow). You can also see all of the sats are in a single UTXO (green). If I want to sell the palindrome I want to separate it from the other 4 million sats.&#x20;

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

This is easy to do with the [Transfer Sats](/how-to-use-sating/transferring-sats.md) option Sating offers.  Click the palindrome to pull up the sat information, and choose Transfer.  I can send it to the same wallet. Sating is going to extract it from the large UTXO and a new UTXO will be created with just the sats I request.  I can then list everything in the new UTXO without affecting the other 4 million sats.

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

It is not necessary to include extra padding for a listing. Above only 546 sats were added after the palindrome.  However, an extra 5000 in padding may make it easier for the buyer to move the sat in the future.

Also note... Sating will not use valuable sats, such as JPEG or Vintage sats, to pay fees.  If these are the only sats in your wallet you will need to move some additional 'common' sats in for fees.  If you are trying to pull a palindrome that is surrounded by valuable sats you will need to pull it out using the technique in [Transfer Sats From Valuable Ranges](/sating-tips-and-tricks/overcoming-errors/transfer-sats-from-valuable-ranges.md).

The result of success is an additional UTXO with just the palindrome you want to list and 545 common sats after it.

<figure><img src="/files/Ei3Q9ZziF2rBJH1FZhJQ" 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/sat-marketplace/prepare-your-listing.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.
