> 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.md).

# For Vault Creators

- [Create on-chain Vault](https://info.aspis.finance/for-vault-creators/create-on-chain-vault.md): Here we will guide you step-by-step on how you can create your own Vault using ASPIS.
- [Before creating the Vault](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/before-creating-the-vault.md)
- [General Information](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/general-information.md)
- [Capital onboarding rules](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/capital-onboarding-rules.md): LP Agreement
- [Capital offboarding rules](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/capital-offboarding-rules.md)
- [Fees & Commissions](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/fees-and-commissions.md)
- [Voting Rules](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/voting-rules.md)
- [Investment Manager(s) appointment](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/investment-manager-s-appointment.md)
- [Controlling](https://info.aspis.finance/for-vault-creators/create-on-chain-vault/controlling.md): Set up security for your investors.
- [Transact from Vault's Balance](https://info.aspis.finance/for-vault-creators/transact-from-vaults-balance.md)
- [Wallet Connect Transaction](https://info.aspis.finance/for-vault-creators/transact-from-vaults-balance/wallet-connect-transaction.md)
- [Trading on 1inch](https://info.aspis.finance/for-vault-creators/transact-from-vaults-balance/trading-on-1inch.md): Here we will show you how to do trades on 1inch directly from your Vault.
- [Direct Transfer from Vault's Balance](https://info.aspis.finance/for-vault-creators/transact-from-vaults-balance/direct-transfer-from-vaults-balance.md)
- [Create proposals to change Vault's parameters](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters.md)
- [Roles and responsibilities for proposals creation](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters/roles-and-responsibilities-for-proposals-creation.md): Who can create what proposals
- [Create Proposal](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters/create-proposal.md): How to create proposal
- [Execute proposal](https://info.aspis.finance/for-vault-creators/create-proposals-to-change-vaults-parameters/execute-proposal.md)
- [Claim Fees](https://info.aspis.finance/for-vault-creators/claim-fees.md)


---

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