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

# Wallet creation

To operate within the DeFi landscape, such as swapping tokens on YAD, you'll first need a secure digital wallet. This wallet not only holds your assets but also acts as your unique identifier in the decentralized world.

## Supported wallets

YAD supports a bunch of popular wallets. Here's the list of wallets that we support:

<img src="/files/17Qv6YxKahwos4siY2qM" alt="" data-size="line"> [Metamask](https://metamask.io/download/)

<img src="/files/3QB40qL8Q5NCp5mwhbQ3" alt="" data-size="line"> [WalletConnect](https://walletconnect.com/)

<img src="/files/vz33SL2VfHKvdtxM92x7" alt="" data-size="line"> [Coinbase Wallet](https://www.coinbase.com/wallet/articles/getting-started-extension)

<img src="/files/EOaXKUIzSqZgWMmNvA6n" alt="" data-size="line"> [Binance Wallet](https://www.bnbchain.org/en/binance-wallet)

![](/files/43NJGtr1f8NHxULbohGX) [Exodus](https://www.exodus.com/)&#x20;

![](/files/Vf9kr9Za8xvM7uGjHIK2) [Trezor](https://trezor.io/trezor-suite)

![](/files/XF9p6a8iMMhvSt0YIrW5) [Noone Wallet](https://noone.io/)

### What is a wallet? <a href="#how_do_i_create" id="how_do_i_create"></a>

Think of your wallet as your home base in an unchartered territory:

* **Safe storage**: Just like you keep your belongings in your home, your wallet is where you store your digital assets.
* **Unique address**: Your home has an address to help others locate it; similarly, your wallet has a unique address to receive funds from your crypto neighbors or communicate in the wider DeFi world.
* **Security is paramount**: Always lock your home's doors to keep intruders out. In the same way, ensure your wallet is secure and protected from potential threats.
* **Don't lose your keys**: You need a key to enter your home. Likewise, you need a private key to access and manage your digital assets in your wallet. Guard it with your life!

### How do I create a wallet? <a href="#how_do_i_create" id="how_do_i_create"></a>

If you're new to crypto, the number of wallet providers may seem intimidating. But don't worry, you can create a wallet for free using any of the above options for free, and can easily export/import it to another whenever you want (continuing the analogy, your home base has wheels and just needs somewhere to plug in).&#x20;

This is possible because Web3 wallets are noncustodial. Noncustodial means that the keys are in your hands, and no one else is responsible. You have full control over the access to your funds, just so long as you have the key.&#x20;

While all of the wallets supported by YAD Finance are safe and easy to use, they each offer various UI/UX configurations and distinct features. You can compare the options to choose which best suits your goals and desires, or click [here](https://metamask.io/download/) to install MetaMask — the most popular option.


---

# 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.yad.finance/getting-started/wallet-creation.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.
