# Install a Crypto Wallet

Nusa is a multi-chain platform, make sure you are using a wallet that supports the intended Blockchain network

Here are some of our recommendations:

* [Download Metamask](https://metamask.io/download/)
* [Download Rabby Wallet](https://rabby.io/)
* [Download Zerion](https://zerion.io/download)

#### **When you're setting up a wallet, be sure to:**

* Download and install only the **latest version from an official source.**
* **Follow** the setup guide carefully.
* Safely back up your **recovery phrases.**
* **NEVER share** your recovery phrases with anyone, **under any circumstances.**
* **NEVER input** your recovery phrase to a website or app, **other than your wallet app.**

{% hint style="danger" %}
In any situation, **NEVER** give someone your private key or recovery phrase ("seed phrase"). This will give someone complete access to your crypto!

The **genuine** Nusa site and staff will **never ask you to input** your seed phrase.
{% endhint %}


---

# 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.nusa.io/about/get-started/install-a-crypto-wallet.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.
