# How to switch between Mainnet and Testnet

FairyVault currently runs on the aelf blockchain, with both Mainnet and Testnet environments. Mainnet is the official network where tokens have real-world value, while Testnet is a sandbox environment for testing, and Testnet's tokens do not have any real-world value.

Note that wallets on the Mainnet are not compatible with the Testnet, and vice versa.

<figure><img src="/files/oCyzK2vbDnzL0onKyNAl" alt=""><figcaption></figcaption></figure>

To switch networks, click your account name on the FairyVault home screen, and select "Switch network" from the dropdown list. By switching networks, your account on the current network will remain logged in, and you simply need to log in or [create an account](/fairyvault-docs/wallet-creation-and-login/quickstart.md) on the target network.


---

# 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://fairyvault.gitbook.io/fairyvault-docs/how-to-switch-between-mainnet-and-testnet.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.
