> 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/creating-proposals/unable-to-create-a-proposal.md).

# Unable to Create a Proposal

Here are some troubleshooting tips if you've seen the "You do not have enough tokens to create a proposal" error message on Upstream.

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

1. **Confirm your current wallet has governance tokens.**

   To take any action in a DAO you must hold some governance tokens issued by the DAO. Ensure the wallet you connect with holds your token or try switching to the correct wallet.<br>

   If you don't hold tokens then [follow the steps outlined in this article.](/dao-members/contributing-funds.md)
2. **Review your DAOs proposal threshold.**

   The proposal threshold is the number of tokens a DAO member must hold in order to create a proposal in the DAO. This number can be changed by creating a proposal on Upstream.<br>

   <figure><img src="/files/oOsPEjFcsd8cDvk7vCdh" alt=""><figcaption></figcaption></figure>
3. **Still, having trouble? Shoot us a message.**

   Send us an email at <help@upstreamapp.com> and we're happy to help you troubleshoot.


---

# 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://guide.upstreamapp.com/dao-members/creating-proposals/unable-to-create-a-proposal.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.
