# ❓ FAQ

### How do i access gm.DAO community ?

Head over to our discord at <https://discord.gg/gmdao>. We'll first have to verify that you're human in [#verify](https://discord.com/channels/884035600502640663/995110670876029049) by resolving a captcha.&#x20;

Once you're in, verify the ownership of your assets in the [#join-member](https://discord.com/channels/884035600502640663/929478704487342091) channel. You now have access to all of our internal channels.

### **Can I send my tokens to a hardware wallet ?**

Yes you can and you should. However, you'll need to verify ownership through Collab.Land with your hardware wallet to keep access to the private channels.

### Do I need to access my tokens to vote ? <a href="#delegation" id="delegation"></a>

You don't. We enabled delegation of votes, so you can delegate your voting power from your cold wallet to any of your hot wallets.

To do so, please follow the next steps :&#x20;

1. Head over to <https://snapshot.org/#/delegate/gmdao.eth> and connect the wallet holding your gm.tokens&#x20;
2. Copy paste the wallet you wanna delegate to in the first box. Name of our space is `gmdao.eth`
3. Hit the `Confirm` button to confirm your delegation by an on-chain transaction, triggering the `SetDelegate` function.
4. Congrats, you're good to go ! The wallet you delegated to will appear in *your delegations*.


---

# 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.gmdao.org/about/faq.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.
