# Bitcoin

- [How do I retrieve uninscribed BTC from Ordinal Inscription (Taproot) addresses?](https://leather.gitbook.io/guides/bitcoin/how-do-i-retrieve-uninscribed-btc-from-ordinal-inscription-taproot-addresses.md): How do I retrieve uninscribed BTC from Ordinal Inscription (Taproot) addresses?
- [How do I recognize an Ordinals Inscriptions (Taproot) address?](https://leather.gitbook.io/guides/bitcoin/how-do-i-recognize-an-ordinals-inscriptions-taproot-address.md): How do I recognize a taproot address?
- [How do I inscribe an ordinal via gamma.io using the Leather extension?](https://leather.gitbook.io/guides/bitcoin/how-do-i-inscribe-an-ordinal-via-gamma.io-using-the-leather-extension.md): How do I inscribe an ordinal via gamma.io using the Leather extension?
- [Retrieving an Ordinal from the BTC balance address](https://leather.gitbook.io/guides/bitcoin/retrieving-an-ordinal-from-the-btc-balance-address.md): How to retrieve an ordinal inscription from the BTC balance (native segwit) address?
- [How can I send Ordinals, how does it work?](https://leather.gitbook.io/guides/bitcoin/how-can-i-send-ordinals-how-does-it-work.md): How can I send Ordinals, how does it work?
- [What address should I use for ordinals?](https://leather.gitbook.io/guides/bitcoin/what-address-should-i-use-for-ordinals.md): What address should I use for ordinals?
- [Why is it best practice to store a single Ordinal Inscriptions per Taproot address?](https://leather.gitbook.io/guides/bitcoin/why-is-it-best-practice-to-store-a-single-ordinal-inscriptions-per-taproot-address.md): Why is it best practice to store a single Ordinal Inscriptions per Taproot address?
- [Are wallets provably multisig?](https://leather.gitbook.io/guides/bitcoin/are-wallets-provably-multisig.md): Is it possible to mathematically prove that a specific BTC wallet address is multisig?
- [BRC-20 guide to transfer via ordinalsbot.com and Leather](https://leather.gitbook.io/guides/bitcoin/brc-20-guide-to-transfer-via-ordinalsbot.com-and-leather.md): Guide to Creating a Transfer Inscription with Ordinalsbot.com on your Leather
- [Accessing account 2 and up from the wallet extension in Sparrow wallet](https://leather.gitbook.io/guides/bitcoin/accessing-account-2-and-up-from-the-wallet-extension-in-sparrow-wallet.md): How to I access account 2 in the Wallet extension on Sparrow wallet?
- [Sending BRC-20 tokens](https://leather.gitbook.io/guides/bitcoin/sending-brc-20-tokens.md): How can I use Leather to mint a transfer inscription and then send BRC-20 tokens by sending that transfer inscription?
- [Fast & Easy BRC-20 Inscription Guide with Leather](https://leather.gitbook.io/guides/bitcoin/fast-and-easy-brc-20-inscription-guide-with-leather.md): This guide shows you the fastest and cheapest way to send BRC-20 tokens using the Leather extension.
- [Bitcoin Stamps](https://leather.gitbook.io/guides/bitcoin/bitcoin-stamps.md): What are Bitcoin stamps?
- [Manually unravelling inscriptions from a single UTXO with Sparrow wallet (experimental)](https://leather.gitbook.io/guides/bitcoin/manually-unravelling-inscriptions-from-a-single-utxo-with-sparrow-wallet-experimental.md): How can I separate inscribed sats that share a single UTXO using Sparrow Wallet?
- [Getting an address Private Key](https://leather.gitbook.io/guides/bitcoin/getting-an-address-private-key.md): How can I get the Private Key for a specific address in Leather rather than the Mnemonic Seed Phrase that gives access to all accounts?
- [Increasing the fee using another wallet](https://leather.gitbook.io/guides/bitcoin/increasing-the-fee-using-another-wallet.md): How can I access the account in Leather wallet on another Bitcoin wallet to increase the fee on a transaction.


---

# 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://leather.gitbook.io/guides/bitcoin.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.
