> For the complete documentation index, see [llms.txt](https://docs.gamedao.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamedao.co/getting-started/withdrawals.md).

# Withdrawal Proposals

Had a successful fundraising campaign? Here's how to create a Withdrawal Proposals.&#x20;

&#x20;Click on **Voting** in the left navigation to jump to <https://beta.gamedao.co/app/governance>

1. Click "+ New Proposal" on the top right to see the proposal form.
2. Select the Organisation the funded campaign belongs to
3. Select as "Withdrawal" from the Proposal Type select box to trigger the Campaign select box
4. Select your funded campaign&#x20;
5. Give your proposal a title and a good description. Let everyone know what they are voting for.&#x20;
6. Select as Voting Type "Simple Majority"
7. For testing purposes you can select in the Duration select box "20 Minutes" so you dont wait too long for the voting period to end. Select another period if you want.&#x20;
8. enter the amount you want the transfer to the Organisation Treasury Account.
9. You can leave the Beneficiary Account empty (<mark style="color:purple;">coming soon</mark>) &#x20;
10. Click Publish Proposal and sign and submit your transaction
11. The voting is immediately active. Eligible voters are Organisation members and campaign contributors.

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If the majority of eligible voters voted YES the funds will be transferred to the Organisation Treasury Account. When majority is reached the voting is over. </p></div>

{% hint style="info" %}
**Good to know:** depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!
{% endhint %}


---

# 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://docs.gamedao.co/getting-started/withdrawals.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.
