> For the complete documentation index, see [llms.txt](https://info.aspis.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters/roles-and-responsibilities-for-proposals-creation.md).

# Roles and responsibilities for proposals creation

#### List of all the possible proposals that can be created within the Vault

<table><thead><tr><th width="403.5">Proposal</th><th>Author</th></tr></thead><tbody><tr><td>Create ad-hoc transaction</td><td>Only Fund Manager</td></tr><tr><td>Change General info</td><td>Only Fund Manager</td></tr><tr><td>Make Vault visible for public</td><td>Only Fund Manager</td></tr><tr><td>Change Fundraising Target</td><td>Only Fund Manager</td></tr><tr><td>Change Fundraising start date &#x26; time</td><td>Only Fund Manager</td></tr><tr><td>Change Fundraising length</td><td>Only Fund Manager</td></tr><tr><td>Change Initial LP Token Price</td><td>Only Fund Manager</td></tr><tr><td>Change Deposit limits</td><td>Only Fund Manager</td></tr><tr><td>Change Deposit currencies</td><td>Only Fund Manager</td></tr><tr><td>Change Private / Public fund</td><td>Only Fund Manager</td></tr><tr><td>Add allowlisted wallets for a deposit</td><td>Only Fund Manager</td></tr><tr><td>Remove allowlisted wallets for a deposit</td><td>Only Fund Manager</td></tr><tr><td>Change withdrawal windows</td><td>Only Fund Manager</td></tr><tr><td>Change Rage Quit Fine</td><td>Only Fund Manager</td></tr><tr><td>Change Lockup period</td><td>Only Fund Manager</td></tr><tr><td>Change Fees</td><td>Only Fund Manager</td></tr><tr><td>Change Voting Rules</td><td>Only Fund Manager</td></tr><tr><td>Change Ability to change Manager</td><td>Only Fund Manager</td></tr><tr><td>Replace manager</td><td>All Vault Members</td></tr><tr><td>Change Withdrawals control</td><td>Only Fund Manager</td></tr><tr><td>Add allowlisted wallets for withdrawal</td><td>Only Fund Manager</td></tr><tr><td>Remove allowlisted wallets for withdrawal</td><td>All Vault Members</td></tr></tbody></table>


---

# 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://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters/roles-and-responsibilities-for-proposals-creation.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.
