> 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/resources/glossary.md).

# Glossary

**All-or-nothing.** The standard funding policy. A campaign must reach 100% of its goal by the deadline or contributions are automatically refunded.

**Campaign.** A funding request with a stated purpose, a goal in SOL, and a deadline.

**Charity campaign.** A campaign using the 20% minimum threshold instead of all-or-nothing. See [Charity campaigns](/campaigns/charity-campaigns.md).

**Contribution fee.** The 0.03% fee taken when you contribute. Non-refundable, and does not count toward the goal.

**Escrow.** The campaign-specific Solana account holding contributions while a campaign is active. Public and independently verifiable.

**Escrow address / funding address.** The public Solana address holding a campaign's contributions. You can send SOL to it directly, and you can inspect its balance on any block explorer.

**Fulfillment.** What happens to funds when a campaign succeeds — the money is used to fulfill the campaign's stated purpose. For service-backed campaigns, Vault purchases or arranges the associated deliverable. For beneficiary or charity structures, funds are directed per the campaign's disclosed terms.

**Funding policy.** The rule set determining whether a campaign succeeds. Either standard (all-or-nothing) or charity (20% minimum).

**Permissionless.** An instruction anyone can submit, not just Vault. Vault's state-progression and refund instructions are permissionless, so campaigns can advance and refunds can be recovered without Vault's infrastructure.

**Project identity.** The token or project a campaign supports, which may belong to any supported ecosystem. Distinct from custody — funding is always SOL on Solana.

**Refund processing fee.** The 2% fee applied to refundable principal when a campaign fails, capped per contributor at roughly a $20 equivalent fixed in SOL at campaign creation.

**Settlement.** The on-chain completion of a successful campaign, after which funds proceed to fulfillment. Irreversible once executed.

**SOL.** The native token of Solana. All Vault contributions are made in SOL.

**Tip.** An optional, opt-in amount added after a campaign reaches its goal. Non-refundable, does not count toward the goal, and can accelerate fulfillment past the waiting window.

**Waiting window.** A ten-minute pause after a standard campaign reaches its goal, before fulfillment can proceed. Charity campaigns skip it.


---

# 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/resources/glossary.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.
