> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/network-governance/how-to-use-commonwealth/community-spend-proposal.md).

# Community Spend Proposal

*Note: These are only the directions for creating a Community Spend Proposal on Commonwealth. The full process for requesting community funds can be found* [*here*](/guides/network-governance/community-spend-pool/how-to-request-community-pool-funds.md)*.*&#x20;

### 1. Access the [Regen Network Discussion Page](https://commonwealth.im/regen/) on Commonwealth

a. You will need to be logged in to create a proposal. Confirm your account name is listed in the upper right hand corner and not a log in prompt.&#x20;

![](/files/Kpuca7ZoFwvLBdCHJKcf)

### 2. Create a New Thread

a. Click the "New thread" button indicated by the green arrow in the image above. It will prompt you to select a new thread or a new on-chain proposal. Select "New On-Chain Proposal".&#x20;

![](/files/kKc0IWXBLpBbALZhw69F)

b. You will be redirected to a form for your Proposal. For "Proposal Type" select "Community Spend". Provide your Proposal a title and a thorough description. The deposit amount is in uregen and six zeros will need to be added to the amount of $REGEN being used. 200 $REGEN is required to submit a proposal, or 200000000 uregen. For "Recipient", provide the Regen wallet address the funds should go to and for "Amount" provide the amount to be allocated.&#x20;

![](/files/7G5eiA9amHxWeuwK9AOn)

c. Click "Send transaction" to submit your proposal. You will be prompted to approve a transaction with your Keplr wallet and then Commonwealth will redirect you to the new proposal's page.&#x20;


---

# 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://guides.regen.network/guides/network-governance/how-to-use-commonwealth/community-spend-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.
