> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/send/bitcoin.md).

# Send Bitcoin

Payment vs ordinals addresses, and fees.

Open **Bitcoin** under *Other networks* on Home, then **Send**.

{% stepper %}
{% step %}

### Recipient and amount

Enter the **Recipient** (`bc1…`, `1…` or `3…`) and the amount. **Spendable** is your balance minus anything locked in ordinals.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-39b236a1dd3e0748424cf027b043dc487d3bb4ff%2F01-send-btc.png?alt=media" alt="send btc"><figcaption><p>The Bitcoin send form.</p></figcaption></figure>
{% endstep %}

{% step %}

### Ordinals stay safe

Your account has two addresses: **Payment (bc1q)** and **Ordinals (bc1p)**. Coins on the Ordinals address are *never auto-spent*: the wallet says *+ X BTC locked in N ordinals UTXO(s)*. Inscriptions are listed under the Ordinals address.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-5b74cd1b4b516a2d8db365b7be903a97fc2a9316%2F02-ordinals-warning.png?alt=media" alt="ordinals warning"><figcaption><p>Locked ordinals are shown separately.</p></figcaption></figure>
{% endstep %}

{% step %}

### Fee and signature

Pick a fee rate, review, then the QR loop. The Vault shows the full PSBT: inputs, outputs (**MINE** / **change** / **external**) and the fee.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-8dfb4a702e6cc324876bc3d7fb96a9ea6c6bc652%2F03-fee.png?alt=media" alt="fee"><figcaption><p>Fee choice and review.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## Learn more

* [Bitcoin review screen (Vault)](/vault/sign-a-transaction/bitcoin.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/browser-extension/send/bitcoin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
