> 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/proposal-commands.md).

# Proposal Commands

Proposal commands are on-chain actions that are associated with proposals. These commands allow you to manage and modify your DAO in various ways, such as managing the wallet, handling members, and tweaking DAO settings.

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

Below, you'll find the commands categorized under Wallet, Members, and Settings. Each command is accompanied by a brief description of its function.

### Wallet Commands

<table data-full-width="false"><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>Send ETH</td><td>Send ETH from the DAO's wallet to a specified wallet address.</td></tr><tr><td>Disburse ETH</td><td>Distribute ETH from the DAO's wallet to all token holders proportional to their ownership.</td></tr><tr><td>Mint Tokens</td><td>Mint new DAO tokens, and send them to a given recipient (in or outside the DAO)</td></tr><tr><td>Transfer Assets</td><td>Send an Asset (Tokens, NFTs) from the DAO’s wallet to a given recipient</td></tr><tr><td>Link Wallet</td><td>Link and track an external wallet.</td></tr><tr><td>Unlink Wallet</td><td>Unlink and stop tracking an external wallet.</td></tr></tbody></table>

### Members Commands

| Command                           | Description                                                                                          |
| --------------------------------- | ---------------------------------------------------------------------------------------------------- |
| Add Member                        | Add a new member to the DAO (specified by their wallet address).                                     |
| Remove Member                     | Remove an existing DAO member (specified by their wallet address).                                   |
| Remove All Zero-Balance Members   | Remove all existing DAO members that have zero DAO token balance (specified by their wallet address) |
| Allow/Disable Membership Requests | This setting determines whether new members can join the DAO.                                        |
| Designate Signature               | Designate an existing DAO member as a signature, granting them permission to execute proposals.      |
| Revoke Signature                  | Revoke an existing DAO signatories permission to execute proposals.                                  |

### Settings Commands

| Command                          | Description                                                                                                                                                                                                                     |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Change Exchange Rate             | Set the exchange value between ETH and your DAO's tokens.                                                                                                                                                                       |
| Change Token Transferability     | This setting determines whether members can transfer DAO tokens between wallets.                                                                                                                                                |
| Change Quorum                    | Percentage of total members who must vote for a Proposal to meet quorum                                                                                                                                                         |
| Allow Anyone to Join             | This setting determines wether users must submit a membership request to join the DAO. To learn more, [click here](/dao-members/joining-a-dao/request-to-join-a-dao.md)[.](/dao-members/joining-a-dao/request-to-join-a-dao.md) |
| Remove Signature Request to Vote | This will determine if you sign votes with your wallet.                                                                                                                                                                         |
| Change Voting Privacy            | Proposal votes will be completely anonymous. No one will be able to tell who voted, or how they voted.                                                                                                                          |
| Enable/Disable ETH Contributions | ETH sent to the Collective will result in new DAO token minted & sent back to the depositor.                                                                                                                                    |
| Change Minimum Signators         | Change the amount of signators needed to execute a proposal.                                                                                                                                                                    |
| Call Remote Contract             | Sync with an external contract. To learn more, [click here](/dao-members/creating-proposals/call-remote-contract.md)[.](/dao-members/creating-proposals/call-remote-contract.md)                                                |
| Change Minimum ETH Contributions | Adjust the minimum required amount of ETH to join the DAO.                                                                                                                                                                      |
| Enable/Disable Withdrawals       | Disable DAO members to remove ETH from the DAO wallet.                                                                                                                                                                          |

Understanding these commands will help you navigate your DAO management tasks efficiently. Remember, changes to your DAO are significant decisions often requiring a consensus from the DAO members. Be sure to use these commands judiciously and with the agreement of your DAO's community.

\ <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, and the optional `goal` query parameter:

```
GET https://guide.upstreamapp.com/dao-members/creating-proposals/proposal-commands.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.
