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

# How to Set up your Wallet

In order to receive tokens from a project, you must have a vault set up in your wallet.

### 1. Choose your Wallet

The most popular options are Blocto, [Flow Ref](https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm), or [Shadow](https://chromewebstore.google.com/detail/shadow-aptos-flow-wallet/lmmpaefggfcmnoddemmgdppddppnmhek). You cannot use Dapper Wallet for tokens.

### 2. Log in to Toucans

Next, go to the project's homepage (ex. [https://toucans.ecdao.org/p/](https://toucans.ecdao.org/p/Freely)[ADUToken](https://toucans.ecdao.org/p/ADUToken)) and click the green "Connect" button in the top right corner.&#x20;

Then click your chosen wallet.

<figure><img src="/files/Vbo8fXfXX1FvaCu7pOHM" alt=""><figcaption></figcaption></figure>

### 3. Set Up Vault

On the project's page (ex. <https://toucans.ecdao.org/p/ADUToken>), you should now see a section that looks like this at the top:

<figure><img src="/files/9SdxTqvnGQ3j0Fq5qImw" alt=""><figcaption></figcaption></figure>

Click "Set Up Vault" and approve the transaction.

### 4. Done!

###


---

# 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.ecdao.org/products/toucans/how-to-set-up-your-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.
