> 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-on-chain-vault.md).

# Create on-chain Vault

During the Vault creation process, you need to specify terms for the contract between the fund manager and investors. It consists of 4 main parts:&#x20;

1. **Capital Onboarding**: Who can deposit, in which currency, deposit range, fundraising details (period, start date, etc), and initial lock up for a deposit.
2. **Capital Offboarding** - Rules for withdrawing capital from the fund: when people can withdraw their funds (check how our Withdrawal Windows work)
3. **Fees and commissions**: What fees and commissions are payable to the fund manager
4. **Voting (Consensus) rules**: How does the decision-making work in the Vault
5. **Control over the manager rules:** What assets, on what DEXes manager able to buy, and is the manager able to initiate the voting to withdraw the funds from the Vault&#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://info.aspis.finance/for-vault-creators/create-on-chain-vault.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.
