> For the complete documentation index, see [llms.txt](https://guide.upstreamapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.upstreamapp.com/dao-members/voting-on-a-proposal/common-voting-issues.md).

# Common Voting Issues

Here's how to address the issue if you come across the "You do not have enough DAO tokens to vote on this proposal" error message on Upstream like the one below.&#x20;

<figure><img src="/files/o0LTTyRkYmREyyscYC1I" alt="" width="375"><figcaption></figcaption></figure>

1. **Ensure your wallet contains governance tokens.** To be eligible to vote in a DAO, your wallet should hold governance tokens issued by the DAO. Verify that the wallet you are using contains these tokens, or switch to another wallet that does. Depending on the wallet provider you are using, you'll find them in different places. Below is an example for where you can find your tokens OR NFTs in the Metamask wallet extension.&#x20;

<figure><img src="/files/xSjSYOpMo33yFo8Ylmwh" alt="" width="563"><figcaption></figcaption></figure>

2. **Make a contribution to the Collective to earn tokens.** In DAOs that aren't controlled by an NFT token, you'll need to make a contribution to the Collective to earn governance tokens. The amount of tokens you receive is directly proportional to your contributions.\
   \
   The standard conversion rate on Upstream is 1 ETH = 1,000 tokens. It's advisable to confirm the current conversion rate within your DAO with the admin or other members. **If the ability to contribute is deactivated, a proposal to reactivate it must be created by the members.** Remember to have sufficient ETH in your wallet to cover the gas fees necessary for the transaction.

<figure><img src="/files/SQdrJKuH2y2DsZX45qY1" alt="" width="563"><figcaption></figcaption></figure>

3. **NFT-governed Collectives:** If your Collective is controlled by an NFT, you need to own or purchase one of the NFTs to be able to participate in the Collective on Upstream. We recommend asking your DAO to understand where you should purchase the required NFT.

Encountering more issues? Reach out to us. If you still have troubles, feel free to send us an email at <help@upstreamapp.com>. We're ready to assist you with your problem.\ <br>


---

# 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:

```
GET https://guide.upstreamapp.com/dao-members/voting-on-a-proposal/common-voting-issues.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.
