# No available UTXOs 2024/3/10

{% hint style="info" %}
**This guide is temporary, and the issue will be fixed next week**
{% endhint %}

If you are a user of the Xverse wallet, you may encounter the "No available UTXOs" or "Not enough UTXOs" issue during inscribe transfer.

The Xverse wallet provides two addresses:

* Bitcoin address / Segwit (3…)
* Ordinals & BRC-20 Tokens / Taproot (bc1p…)

Currently, SatsX only supports inscribing using Taproot addresses.

| SatsX    | Segwit (3…)    | Taproot (bc1p…) |
| -------- | -------------- | --------------- |
| Trading  | ✅              | ✅               |
| Inscribe | ❌  (next week) | ✅               |

**Q1:** Why does it tell me "No available UTXOs" when there is enough BTC in my payment address? What should I do?                                                                                                                                                          &#x20;

**A1:** When you inscribe transfer, the website defaults to connecting to the Taproot address (bc1p…). Please check if there is enough BTC in this address. Send some BTC to this address. You don't need a lot, just enough for inscribing transfer.

{% hint style="info" %}
**If your Taproot address has BTC but shows "No available UTXOs," these BTC might be occupied by inscription and cannot be used.**
{% endhint %}

***

**Q2:** I sold tokens, why haven't I received BTC? Why don't I see an increase in BTC in my wallet?

**A2:** First, check if the transaction is confirmed through [mempool.space](https://mempool.space/)&#x20;

If the transaction is confirmed, you might have set the ***Funding Receive Address*** to the Taproot address (bc1p…) when listing. The Xverse wallet only displays the BTC balance of Segwit addresses (3…).

<figure><img src="/files/Z6YeYnQG55UCq0VQp2fd" alt="" width="536"><figcaption><p><mark style="color:red;"><strong><code>Coppy address</code></strong></mark></p></figcaption></figure>

<figure><img src="/files/Z7lHQfZO2HqktUEeJzyQ" alt="" width="563"><figcaption><p><mark style="color:red;"><strong><code>Check balance</code></strong></mark></p></figcaption></figure>

***

**Q3:** How do I transfer BTC from a Taproot address?

**A3:** You can import the mnemonic phrase into an Unsiat wallet.

Select the address type, Taproot (P2TR).

<figure><img src="/files/yRBMFQnHS1w451Nd8A8R" alt="" width="563"><figcaption><p><mark style="color:red;"><strong><code>Import</code></strong></mark></p></figcaption></figure>

<figure><img src="/files/glepw8GBdSM4u1xc1Dny" alt="" width="563"><figcaption><p><mark style="color:red;"><strong><code>Change address type</code></strong></mark></p></figcaption></figure>

<figure><img src="/files/BQjOZpe3g2PEP8YowAB7" alt="" width="536"><figcaption><p><mark style="color:red;"><strong><code>Send BTC</code></strong></mark></p></figcaption></figure>

{% hint style="info" %}
**Just be cautious with inscription assets inside, and remember to check for inscription assets before sending. If it's all ordinals assets, it should be fine.**
{% 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://satxio.gitbook.io/satx/support/guidance/no-available-utxos-2024-3-10.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.
