# Step 1 - Set up a wallet

## Install an EVM wallet[​](https://docs.linea.build/use-mainnet/set-up-your-wallet#install-metamask) <a href="#install-metamask" id="install-metamask"></a>

Botanix is fully EVM compatible. Because of that, **it works with all EVM wallets right out of the box**, such as [OKX](https://www.okx.com/en-us/download), [Rabby](https://rabby.io/), [Safe](https://app.safe.global/welcome) or [MetaMask](http://metamask.io/).

{% hint style="info" %}
**Things to Consider When Choosing a Web3 Wallet**

Choosing the right Web3 wallet is key to safely managing your crypto, NFTs, and interacting with decentralized apps (dApps). Here are a few things to keep in mind:

**Security** — Look for wallets with strong security features like private key control, seed phrases, and hardware support. Remember: *not your keys, not your coins*.

**Compatibility** — Make sure the wallet supports the blockchains and tokens you use.

**Ease of Use** — Some wallets are beginner-friendly, while others offer advanced features for experienced users.

**Backup & Recovery** — Check how you can back up your wallet and recover access if you lose your device. Never share your seed phrase!

**dApp Integration** — If you want to explore DeFi, NFTs, or DAOs, pick a wallet with good browser or app integration.

**Open Source & Reputation** — Prefer wallets with open-source code and a solid reputation in the community.
{% endhint %}

## Connect to Botanix

There are two different ways you can connect to Botanix.

**Automatically**

If you want to automatically connect to Botanix, simply navigate to our [Bridge](https://bridge.botanixlabs.com/) and we will guide you through the process.

**Manually**

To add Botanix manually to your wallet, use the provided information in [Chain Information](/botanix/user-tutorials/chain-information.md).&#x20;

{% hint style="info" %}
**Rabby information**

As we currently are working on integrating Botanix into Rabby, you can add the network manually.\
For networks that are not yet integrated, you can still access them by adding a custom network through: **More > Add Custom Network**.
{% 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.botanixlabs.com/botanix/user-tutorials/step-by-step/step-1-set-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.
