> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/account-management/understand-account-types.md).

# Understand account types

Currently, SubWallet supports 5 account types, each with its unique features:

<table><thead><tr><th width="196">Account type</th><th width="353">Characteristic</th><th>Displayed on wallet</th></tr></thead><tbody><tr><td>Unified account</td><td><p>Accounts that can be used for <strong>all</strong> ecosystems:</p><ul><li>Substrate (Polkadot)</li><li>EVM (Ethereum)</li><li>TON</li><li>Cardano</li><li>Bitcoin</li></ul></td><td><img src="/files/tLCOsY5LiCTHLTup7kKX" alt=""></td></tr><tr><td>Solo account</td><td><p>Accounts that can be used on <strong>one</strong> ecosystem only. There are 5 types of solo accounts:</p><ul><li>Substrate (Polkadot) account</li><li>EVM (Ethereum) account</li><li>TON account</li><li>Cardano account</li><li>Bitcoin account*</li></ul></td><td><img src="/files/2jOlMuC0zIz02OXjXQQi" alt=""><img src="/files/YHZ0uty2nC0CxujyR8pd" alt=""><img src="/files/eQZvLHXldsYvRPAofN2W" alt=""><br><img src="/files/SUSpvFim0oOe5zUW7S4n" alt=""><img src="/files/HZOEjudRIOGqXZekl9L7" alt=""></td></tr><tr><td>Watch-only account</td><td>Solo accounts in which you can <strong>only view</strong> but cannot make any transactions</td><td><img src="/files/JqxdKFh1c59LktcOzFHw" alt=""></td></tr><tr><td>Ledger account</td><td>Solo accounts created on Ledger devices</td><td><img src="/files/Lu6WkIvULxWaC2nEjRd3" alt=""></td></tr><tr><td>QR-signer account</td><td>Solo accounts created via the Polkadot Vault app or Keystone devices</td><td><img src="/files/28HaMV9T5c7YGPtZSD9A" alt=""></td></tr></tbody></table>

*(\*): Currently, SubWallet supports 3 Bitcoin address types in Bitcoin-supported accounts:*

* *Legacy Bitcoin address (BIP-44)*
* *Native SegWit Bitcoin address (BIP-84)*
* *Taproot Bitcoin address (BIP-86)*


---

# 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:

```
GET https://docs.subwallet.app/main/web-dashboard-user-guide/account-management/understand-account-types.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.
