# How do I join the Bancor DAO?

To join the DAO:

1. Stake your BNT or vBNT [here](https://app.bancor.network/vote).&#x20;
2. Participate in ongoing discussions on the [governance forum](https://gov.bancor.network/) to help develop BIPs (Bancor Improvement Proposals).
3. Visit [vote.bancor.network](https://vote.bancor.network/) to vote on live proposals.

{% hint style="info" %}
Voting uses a **snapshot block** - government tokens need to be staked prior to the snapshot block in order to vote on an active proposal. If you've staked after the proposal went live, you will only be able to vote on future proposals.
{% 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://support.bancor.network/bancor-dao/how-do-i-join-the-bancor-dao.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.
