>_ vibestarter://docs
Escrow & Fund Safety
Smart contract protection for all parties
All funds are held in dedicated smart contract escrow — controlled by code, not individuals. Transparent, verifiable protection for founders and backers.
// 01_HOW_ESCROW_WORKS
BACKER
Deposits ETH
ESCROW_VAULT
[ FUNDS LOCKED ]
Condition: SUCCESS
TRANCHES
6 Month Drip to
Founder Wallet
Founder Wallet
Condition: FAILED
REFUND
100% Capital
Returned to Backer
Returned to Backer
// 02_FUND_STATES
// STATE: FUNDS_LOCKED
ACCESSNo Party Can Withdraw
ISOLATIONPer-Raise Escrow Contract
TRANSPARENCYOn-Chain Verifiable
FAILURE_MODENo Single Point of Control
// STATE: FUNDS_RELEASED
KICKSTART10% at Raise Finalization
TRANCHES15% Monthly (72h Challenge)
TRIGGERAutomatic + Trustless
CONDITIONTime-Based Schedule Met
// 03_SMART_CONTRACT_ARCHITECTURE
// ARCHITECTURE: ESCROW_CONTRACTS
DEPLOYMENTPer-Raise Factory Clone
ISOLATIONFull Risk Isolation
LIBRARIESOpenZeppelin Base
// SECURITY: ADMIN_SURFACE
BACKDOORSNone
EMERGENCY_PAUSEHalts New Activity Only
FUND_REDIRECTImpossible
Full Transparency
All contract code is verified on Basescan. Anyone can inspect the logic, verify balances, and track all transactions on the blockchain explorer.
// 04_REFUND_CONDITIONS
| Type | Condition | Details |
|---|---|---|
| Fixed Goal | Full refund if goal not reached by deadline | Claim directly from contract |
| Open-Ended | Refund only if soft cap set and not reached | No soft cap = no refunds |
| Pro-Rata | Excess over cap claimable by backers | Proportional allocation, claim remainder |
// 05_CLAIMING_REFUNDS
Check Refund Eligibility
Visit the campaign page to see if refunds are available.
Connect Your Wallet
Connect the same wallet you used to contribute.
Claim Your Refund
Refund sent directly from escrow to your wallet.
NOTE
Refunds are available immediately after cancellation and remain available indefinitely.
// 06_SECURITY_GUARANTEES
For Backers
- --Time-based release schedule protection
- --Claimable refunds if conditions not met
- --Challenge suspicious releases
- --Transparent on-chain tracking
- --Founder tokens locked 6mo + 12mo vest
For Founders
- --Guaranteed fund release on schedule
- --Predictable tranche timing
- --18-month founder token vesting
- --No platform interference with releases
- --Build trust through transparent delivery