> For the complete documentation index, see [llms.txt](https://docs.vault.ky/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vault.ky/readme.md).

# Welcome to Vault

Vault is a decentralized crowdfunding platform built around on-chain escrow. Campaigns raise funds toward a defined goal and deadline, and the campaign's outcome — not Vault's discretion — determines what happens to the money.

Every contribution goes into that campaign's own escrow account on Solana. It does not go to the campaign creator, and it does not go to a Vault company wallet. When a campaign succeeds, the funds are used to fulfill its stated purpose. When it fails, refunds are processed automatically.

## Start here

| Section                                              | What it covers                                                                 |
| ---------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Getting Started](/getting-started/what-is-vault.md) | What Vault is, how a campaign works, and what you need to take part.           |
| [Campaigns](/campaigns/campaign-lifecycle.md)        | The campaign lifecycle, funding policies, and the charity threshold.           |
| [Contributing](/contributing/how-to-contribute.md)   | How to contribute, what fees apply, and how refunds work.                      |
| [Smart Contracts](/smart-contracts/overview.md)      | The on-chain programs, account model, instruction set, and deployed addresses. |
| [Security](/security/security-model.md)              | Custody, the trust boundary, and how to verify you are on a real Vault domain. |
| [Company](/company/about-vault.md)                   | Who builds Vault, partnership models, and brand resources.                     |
| [Resources](/resources/faq.md)                       | FAQ, glossary, restricted regions, and legal documents.                        |


---

# 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://docs.vault.ky/readme.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.
