// PROTOCOL
The Vault Protocol
// Escrow & Custody
Funds live in escrow
Each campaign has its own escrow address on Solana. When you contribute, your SOL goes there - not into a Vault-owned wallet. The program re-verifies custody rules on every contribution and every payout. No operator key can move escrowed funds outside those rules.
All contributions are SOL, all escrow is on Solana. A campaign can display token identity for projects on other chains - Ethereum, Base, BNB, Monad, and others - but that is branding metadata only. There is no bridge, no EVM custody. Escrow and contributions are Solana and SOL, without exception.
// Campaign Lifecycle
From launch to outcome
Every campaign follows a fixed path determined by its goal, deadline, and the SOL raised. No one can skip or reverse these steps.
// Success
What happens when a campaign succeeds
If the campaign satisfies its success conditions, escrowed funds proceed through the campaign’s fulfillment path. Vault purchases or arranges the service or deliverable associated with the campaign’s stated purpose. Campaign creators do not receive the escrow balance as an unrestricted cash payout. The on-chain program verifies that settlement conditions are met before any funds move.
// Refunds
Refunds are processed when the campaign ends
If the campaign does not satisfy its success conditions, it enters the refund path and eligible refunds are processed automatically. The refund fee rate is locked into the campaign at creation and cannot be changed afterward - see the fee schedule for current rates. Tips are non-refundable and do not count toward the goal.
// Campaign Types
Standard vs. Charity
All-or-nothing. The program releases funds only if the campaign reaches 100% of its goal by the deadline; otherwise it moves to the refund path.
A flexible threshold is set at creation, so the program can release below the full goal. Charity campaigns also skip the waiting window. What this means for contributors is covered on How Vault Works.
// NEXT STEP
That's the architecture. Here's what it looks like in practice.