# 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: 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:

```
GET https://info.aspis.finance/for-vault-creators/create-on-chain-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
