# Setting Up a Wallet

LEVEL is compatible with all the major wallet providers. Please choose one of the following wallets to begin using LEVEL and unlocking the world of Web3:

* [Metamask](https://metamask.io/)
* [WalletConnect](https://walletconnect.com/)
* [Trust Wallet](https://trustwallet.com/download)
* [Coinbase Wallet](https://www.coinbase.com/wallet)

Also consider purchasing a hardware wallet for added security, such as a [Ledger](https://www.ledger.com/ledger-live) or a [Trezor](https://trezor.io/trezor-suite).

If you are facing RPC Issues when trading, please visit [chainlist.org](http://chainlist.org), navigate to your chain of choice,  access the RPC URL List, and select one with a green score.


---

# 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.level.finance/tutorials/setting-up-a-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.
