> For the complete documentation index, see [llms.txt](https://support.keyst.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.keyst.one/3rd-party-wallets/bitcoin-wallets.md).

# Bitcoin Wallets

One of the core design principles of the Keystone Hardware Wallet is to be **compatible** with as many software wallets as possible.

By integrating with different bitcoin wallets, the Keystone Hardware Wallet can be used for various purposes:

{% content-ref url="/pages/-MkpBGPcelERWFQflli\_" %}
[Casa](/3rd-party-wallets/bitcoin-wallets/casa.md)
{% endcontent-ref %}

Casa is a key management protocol. You can check [here](https://keys.casa/keystone) for more related tutorial and details.

{% content-ref url="/pages/-MW7JjU4MJsyCBlEQdIq" %}
[Enhance the security of BlueWallet](/3rd-party-wallets/bitcoin-wallets/bluewallet.md)
{% endcontent-ref %}

BlueWallet creates seamless UX with Keystone on the mobile devices.

{% content-ref url="/pages/-MW7JyMLhkbyPQnAGzj9" %}
[Specter](/3rd-party-wallets/bitcoin-wallets/specter.md)
{% endcontent-ref %}

Specter emphasizes on a full node connection and multi-sig.

{% content-ref url="/pages/-MVyPn\_yLMfkxVguGxt6" %}
[Sparrow Wallet](/3rd-party-wallets/bitcoin-wallets/sparrow.md)
{% endcontent-ref %}

Sparrow is one of the best bitcoin wallets for multi-sig.

{% content-ref url="/pages/-MVyPfx1gnjhrcoPt9AF" %}
[BTCPay Server](/3rd-party-wallets/bitcoin-wallets/btcpayserver.md)
{% endcontent-ref %}

BTCPay Server provides any merchant the function to receive Bitcoin without any middle-man.

{% content-ref url="/pages/-MVyPRneulZeH1WoxoaV" %}
[Electrum](/3rd-party-wallets/bitcoin-wallets/electrum.md)
{% endcontent-ref %}

Electrum the one of the earliest software wallets for bitcoin.

{% content-ref url="/pages/-MVyPYuZK6BMVgx3ND0l" %}
[Wasabi Wallet](/3rd-party-wallets/bitcoin-wallets/wasabi.md)
{% endcontent-ref %}

Wasabi Wallet emphasizes on maximizing privacy when sending & receiving bitcoin.

{% content-ref url="/pages/IGQTcrQZo0SkoaxNWL9V" %}
[Nunchuk](/3rd-party-wallets/bitcoin-wallets/nunchuk.md)
{% endcontent-ref %}

Nunchuk is a safe and advanced self-custody solution for bitcoin.

{% content-ref url="/pages/vuBbbtkDZYqOZsrjZhfh" %}
[Simple Bitcoin Wallet](/3rd-party-wallets/bitcoin-wallets/simple-bitcoin-wallet.md)
{% endcontent-ref %}

Simple Bitcoin Wallet is an open-source and autonomous wallet for Android devices.


---

# 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://support.keyst.one/3rd-party-wallets/bitcoin-wallets.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.
