# Supported Chains

UniSat Wallet currently supports the following chain types, which can be obtained through `unisat.getChain`, and switched through the `unisat.switchChain` method.

<table><thead><tr><th width="203">name</th><th width="310">enum</th><th width="85">unit</th><th>network</th></tr></thead><tbody><tr><td>Bitcoin Mainnet</td><td>BITCOIN_MAINNET</td><td>BTC</td><td>livenet</td></tr><tr><td>Bitcoin Testnet</td><td>BITCOIN_TESTNET</td><td>tBTC</td><td>testnet</td></tr><tr><td>Bitcoin Testnet4 (Beta)</td><td>BITCOIN_TESTNET4</td><td>tBTC</td><td>testnet</td></tr><tr><td>Bitcoin Signet</td><td>BITCOIN_SIGNET</td><td>sBTC</td><td>testnet</td></tr><tr><td>Fractal Bitcoin Mainnet </td><td>FRACTAL_BITCOIN_MAINNET</td><td>FB</td><td>livenet</td></tr><tr><td>Fractal Bitcoin Testnet</td><td>FRACTAL_BITCOIN_TESTNET</td><td>tFB</td><td>livenet</td></tr></tbody></table>

Please note that the term "network" refers to the Bitcoin address format. For example, in the case of Fractal Bitcoin Testnet, the returned network is livenet.


---

# 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.unisat.io/developer-support/open-api-documentation/unisat-wallet/supported-chains.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.
