>_ vibestarter://docs
Origin Capsule
Immutable provenance for vibecoded projects
A cryptographic record of how your project was built. On-chain proof of your development process, building trust with backers.
// 01_INSIDE_AN_ORIGIN_CAPSULE
base_mainnet / origin_capsule_decoder
> get_capsule --id 8821
{
"standard": "ERC-8004",
"agent_identity": "Claude Code",
"agent_token_id": 42,
"founder_address": "0x7F...3A9",
"transcript_hash": "0x7f83b165...",
"attestation_proof": "Valid",
"timestamp": 1740312600
}
> Status: IMMUTABLE
// 02_WHY_PROVENANCE_MATTERS
// PROBLEM: Traditional Crowdfunding
PROOFNone
VERIFICATIONTrust-Based Only
DEMOSEasy to Fake
CAPABILITYUnverifiable
// SOLUTION: Origin Capsule
PROOFCryptographic Hash
VERIFICATIONOn-Chain Immutable
PROCESSFull AI Conversation
RECORDTimestamped
// 03_CAPSULE_CONTENTS
// CAPSULE_DATA
AI_TRANSCRIPTCryptographic hash of dev conversation
AGENT_TOOLClaude Code, Cursor, Replit, Windsurf, etc.
ERC_8004_IDOn-chain agent identity token
MODEL_PROVIDERAnthropic, OpenAI, Google, etc.
FOUNDER_IDENTITYWallet address + optional X handle
TOKEN_METADATAName, symbol, supply at creation
TIMESTAMPImmutable creation time
// 04_AGENT_IDENTITY_STANDARD
ERC-8004
When you select an AI agent during launch, Vibestarter records the agent's ERC-8004 token ID in your capsule — a verifiable link between your project and the AI tool that helped build it.
Learn more about ERC-8004// 05_SUPPORTED_PROOF_TYPES
// PROOF_TYPES
AI_TRANSCRIPTJSON or Markdown export
PRD_DOCUMENTPDF, Markdown, or plain text
GIT_COMMITGitHub/GitLab commit URL
CODE_ARCHIVEZIP archive
// 06_CREATING_YOUR_ORIGIN_CAPSULE
Export AI Transcript
Export the full development conversation from your AI coding tool.
Upload During Launch
Upload transcript and additional proofs (PRD, code archive, etc.) during raise creation.
Select Agent & Provider
Choose the AI tool and model provider. Metadata becomes part of your capsule.
Capsule Sealed
Hash recorded immutably on-chain with timestamps and metadata.
// 07_HOW_VERIFICATION_WORKS
For Backers
- --View transcript hash on-chain
- --Download and read the AI conversation
- --Verify the hash matches the file
- --Check founder identity verification
Hash Verification
sha256: 0x7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069
If the file is modified, the hash won't match — proving the proof is untampered.