> For the complete documentation index, see [llms.txt](https://docs.beefy.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefy.finance/get-started/how-to-set-up-a-wallet.md).

# How to set up a wallet

In DeFi (Decentralized Finance), you are the true owner of your crypto. Your funds sit in a wallet that is controlled and managed by you. Before doing anything, it is important that you always follow these safety practices:

{% hint style="success" %}

* 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 when you are importing your wallet on a new device.
* Be wary of fake websites, giveaways, or other malicious acts.
* Download and install only the latest wallet version from official sources.
* Follow the setup guides of your wallet of preference carefully.
* Safely back up your recovery phrases, preferably somewhere offline.
  {% endhint %}

## MetaMask <img src="/files/z9DGfmYNZUzWfs3oi7VS" alt="" data-size="line">

MetaMask is a very popular browser-based wallet plugin. It supports Ethereum by default, and every other Ethereum compatible blockchain, such as BNB Chain, Avalanche, and Polygon, can be added manually. MetaMask is also compatible with hardware wallets like Ledger and Trezor.

* [Download MetaMask](https://metamask.io/download.html)
* [MetaMask Frequently Asked Questions](https://metamask.io/faqs/)
* [MetaMask Setup Guide by Binance](https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain)
* [Step-by-step guide by Creatorbread](https://www.creatorbread.com/blog/how-to-set-up-a-metamask-wallet-step-by-step-guide)

## Trust Wallet <img src="/files/mGDmDCXCnkvQhJL5ohUb" alt="" data-size="line">

Trust Wallet is a popular mobile wallet. It is user-friendly as many blockchain networks are preconfigured and it has a build in DApp Browser. It is however not as configurable as MetaMask.

* [Download Trust Wallet](https://trustwallet.com/download)
* [Trust Wallet Community Setup Guide](https://community.trustwallet.com/t/how-to-create-a-multi-coin-wallet/41)
* [Trust Wallet Setup Guide by Binance](https://www.binance.com/en/blog/ecosystem/how-to-set-up-and-use-trust-wallet-for-bnb-smart-chain-421499824684901157)

## Rabby Wallet <img src="/files/IBAc2u9YWRfrXQwTtx4N" alt="" data-size="line">

Rabby is an open-source, non-custodial crypto wallet that supports multiple EVM & non-EVM chains. It is designed to be user-friendly and secure, and it offers a number of features, including a simplified UX and seamless multi-chain support making it a good choice for both beginners and experienced crypto users. It is generally supported where Metamask is used.

* [Download Rabby](https://rabby.io/)
* [A Brief Introduction To Rabby by Rugdoc](https://wiki.rugdoc.io/docs/introduction-to-rabby/)
* [Rabby Setup Guide](https://medium.com/@rabby_io/rabby-wallet-easy-onboarding-for-new-users-6fb1ab26ef40)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.beefy.finance/get-started/how-to-set-up-a-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
