> For the complete documentation index, see [llms.txt](https://docs.sating.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sating.io/sating-tips-and-tricks/overcoming-errors/not-enough-safe-utxos-to-generate-transaction.md).

# Not Enough Safe UTXOs To Generate Transaction

There are three main reasons Sating may believe you don't have enough sats in your wallet to do whatever you are doing, even if you believe you do.

1. You may have valuable sats in your UTXOs - Sating's number one rule is it will never use valuable sats as fees.  You can have lots of UTXOs in your wallet, but if each one has a palindrome or vintage or even pizza sats it may be causing you to get an error.
2. Your UTXO with usable bitcoin may have an unconfirmed transaction - You can have 3 BTC with all common sats in a UTXO your wallet, but if you have a previous transaction taking place on that UTXO you will need to wait for it to be confirmed before you can use it.  [Mempool.space](https://mempool.space) is a good site to use to see when each block is confirmed.&#x20;
3. Your fees may be higher than you anticipated - If you are inscribing, the Bitcoin network fees are often very high due to the size of the file being inscribed.  Check the fees summary again and verify they are what you are expecting. The more compact you can make the file the lower your fees will be.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/not-enough-safe-utxos-to-generate-transaction.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.
