# Transfer Sats From Valuable Ranges

Sometimes you have a palindrome or other individual valuable sat in the middle of a range of valuable sats.  For example, you could have a Palindrome in the middle of a range of Vintage sats, but Sating won't let you use the Vintage sats to pay the fees.

The trick is to go to the sat after your valuable sat and move it and the sats after it to a new UTXO.  If you are trying to move a palindrome numbered 100020001, then you would search for the next sat 100020002 and transfer it and the rest of the sats after it.  You can send them to the same wallet.  The object here is to leave the valuable palindrome as the last sat in a UTXO.

<figure><img src="/files/h2uG9BAuPTx4YknkYEZI" alt=""><figcaption><p>If the yellow arrow is the sat you want but you are receiving an error, move all of the sats after it.</p></figcaption></figure>

Note: If all you have in the wallet are vintage sats you will need to move some common sats in for fees.

Now that the palindrome you want to move is the last sat in the UTXO you can choose to Transfer it.  There will not be any valuable Vintage sats behind it.  Sating will search the other UTXOs in the wallet until it finds one with common sats to use for fees so your valuable sats are always safe.

Other wallets do not protect your valuable sats.  Sparrow, for example, will let you pay fees with Vintage sats.  If you are comfortable locating and moving sats in Sparrow and don't mind potentially using your Vintage sats to pay fees that is another alternative.


---

# 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/sating-tips-and-tricks/overcoming-errors/transfer-sats-from-valuable-ranges.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.
