# Bitcoin & Derivatives

QSafe Wallet provides robust support for **Bitcoin (BTC)** and its derivatives like **Litecoin (LTC)** and **Dogecoin (DOGE)**. This ensures users can securely manage their UTXO-based assets with ease, while benefiting from modern wallet features.

***

### Supported Chains

| Chain        | Symbol | Description                                                                  |
| ------------ | ------ | ---------------------------------------------------------------------------- |
| **Bitcoin**  | ₿ BTC  | The original decentralized cryptocurrency, secured by SHA-256 PoW consensus. |
| **Litecoin** | Ł LTC  | A "silver to Bitcoin’s gold" — faster block times and Scrypt-based mining.   |
| **Dogecoin** | Ð DOGE | Originally a meme coin, now widely used for microtransactions and tipping.   |

These chains are **UTXO-based**, meaning transactions are structured differently than EVM chains (e.g., Ethereum), and require specific handling for signing and address generation.


---

# 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://docs.qsafewallet.com/multichain-compatibility/bitcoin-and-derivatives.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.
