# Supported Wallets

Acre app currently supports Unisat, OKX, and Xverse wallets as browser extensions.&#x20;

:warning: <mark style="background-color:$warning;">To use your Ledger hardware wallet, you use must it through Xverse</mark>

All Bitcoin address types are supported, except for Taproot. When you connect your wallet, **please ensure you use one of the following address types:**

| Name          | Script Type | Address Prefix |
| ------------- | ----------- | -------------- |
| Legacy        | P2PKH       | 1              |
| Native SegWit | P2WPKH      | bc1q           |
| Nested SegWit | P2SH-P2WPKH | 3              |


---

# 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.acre.fi/overview/supported-wallets.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.
