Whitepaper · v1.0 · March 2026

ORIGIN Protocol
Technical Whitepaper

The Intellectual Capital Markets protocol on Base + Arbitrum. Full technical architecture, smart contract design, AI agent pipeline, and economic model.

Download PDF
v1.0·March 2026·ExiDante Corp
Abstract

ORIGIN Protocol is a non-custodial, decentralized intellectual capital market built on Base and Arbitrum. Users submit ideas, receive cryptographic proof of priority via the ERC-8004 standard, and enter a scored, tiered, community-validated pipeline. Ideas that reach a Belief Score of ≥ 85 with ≥ 1Ξ in ETH backing become graduation-eligible — at which point creators choose to sell at on-chain auction, retain IP and build with protocol treasury support, or license to builders for perpetual on-chain royalty streams.

ORIGIN creates the first liquid market for intellectual capital: a place where the best ideas — not the best-connected founders — rise to the top, backed by real ETH from real participants, and settled permanently on-chain.

Protocol: ORIGIN · Chain: Base (primary) + Arbitrum
Token: $CYPH · Standard: ERC-8004 (Intellectual Property Proof)
Domain: originprotocol.space · Version: 1.0 · March 2026

1. The Problem

1.1 Ideas Have No Market

Intellectual capital — the raw material of every company, every product, every breakthrough — has no market. Ideas are unprotectable without expensive legal filings. They cannot be valued, traded, or financed. They exist only in the heads of their creators, on whiteboards, in private documents, and in tweets that nobody remembers posting.

The conventional paths to extracting value from an idea are broken. Patents take years and cost thousands. NDAs are unenforceable at scale. Pitching requires access — networks, warm introductions, geography. The result is systematic underinvestment in early-stage intellectual capital, particularly from independent creators without institutional backing.

1.2 Priority is Unverifiable

The claim “I had that idea first” has no mechanism for verification. Timestamps are easily forged. Emails and Slack messages are private. Twitter posts are mutable. There is no shared, tamper-proof record of who originated an idea — and therefore no way to enforce attribution, derive compensation, or establish the kind of priority that underpins patent law. ORIGIN solves this with ERC-8004.

1.3 Community Signal is Wasted

Communities of experts — engineers, researchers, domain specialists, early adopters — have enormous signal about which ideas are original, feasible, and marketable. This signal is currently captured nowhere. Comment sections and Twitter polls are noise. VC dealflow is opaque. ORIGIN proposes a mechanism for converting community expertise into a quantitative, on-chain market signal — the Belief Score.

2. Protocol Overview

ORIGIN is built around a single core primitive: the on-chain idea. An idea on ORIGIN is an ERC-721 NFT — a tradeable, transferable IP asset — with a structured set of documentation tiers, a live Belief Score, and a defined set of lifecycle stages.

One line:
“The market where ideas become assets, and assets become capital.”

The protocol operates on Base as its primary chain, with Arbitrum as co-primary. Base was chosen for its low transaction costs (critical for micro-backing events), EVM compatibility, Coinbase ecosystem alignment, and strong DeFi infrastructure — particularly Aave V3 for idle ETH yield routing.

$CYPH — the shared access token of the CYPHER ecosystem — gates participation on ORIGIN. Minimum 100 $CYPH to submit; 1,000 $CYPH to bid in auctions.

3. ERC-8004: The IP Proof Standard

ERC-8004 is an extension of ERC-721 designed for intellectual property claims. Fields written to Base at mint:

contentHash keccak256 of full idea text (immutable)
semanticHash Voyage AI embedding hash (near-dupe detection)
priorArtResult Result of corpus similarity check at mint
creatorWallet Submitter wallet address
blockTimestamp Unix timestamp of submission block
ipfsCidTier0 Public IPFS CID (title + thesis)
beliefAtMint Always 0 — belief begins at zero
stage PENDING at mint

The content hash provides an immutable on-chain timestamp. The semantic hash captures meaning — ideas with 92%+ cosine similarity in embedding space are blocked from minting, preventing plagiarism via rewriting.

Belief Score caps (enforced in IdeaRegistry.sol): Missing Tier 1 → cap 60. Missing Tier 2 → cap 75. Tier 2 complete → graduation eligible (100). Only ideas with complete Tier 2 documentation can reach graduation threshold.

4. Idea Lifecycle

Every idea progresses through a defined state machine. Transitions are controlled by BeliefOracle.sol.

PENDINGERC-8004 minted. AI pipeline running. Awaiting seeding.
SEEDING$CYPH holders signal. Community dimension accumulates.
BACKING_OPENBelief Score ≥ 70. ETH backing accepted. Early 1.5× window opens (48h).
ACTIVEETH backing ongoing. Belief Score updated every 24h.
GRADUATEDScore ≥ 85 AND ETH ≥ 1Ξ. Path selection available.
SOLD/BUILDING/LICENSEDPath chosen. Settled.
LEGACYTerminal. Permanent archive in GraduationRegistry.sol.

5. The Belief Score System

The Belief Score is a 0–100 composite metric computed by agent I-05 every 24 hours and written on-chain when it shifts more than 3 points.

Formula (Governance-Locked)
belief_score = (originality × 0.25)
              + (feasibility × 0.20)
              + (market_fit × 0.20)
              + (community × 0.20)
              + (specificity × 0.15)

The community dimension is derived from weighted $CYPH seeding signals. Seeder tier multiplies each signal — Architect-tier (2.5×) through Observer (1.0×). The only path to graduation score ≥ 85 requires complete Tier 2 documentation and strong multi-dimension performance.

6. AI Agent Pipeline

Six specialized AI agents run on every submission via BullMQ queues (origin-idea-structuring, origin-ip-scoring).

I-01
IDEA_STRUCTURER
Structures raw submission. Scores completeness 0–100. Rejects < 40 with improvement guidance. Creator has 7 days to revise.
DEDUP
DEDUPLICATION
Blocking agent. 92%+ semantic similarity = HALT. Security-critical — the only agent whose failure mode is halt, not accept.
I-02
ORIGINALITY_SCORER
Computes originality dimension via Pinecone corpus search + Tavily prior art detection.
I-03
FEASIBILITY_ANALYZER
Technical complexity, build time, team requirements, key risk identification.
I-04
MARKET_ESTIMATOR
TAM/SAM/SOM estimation, comparable companies, revenue model scoring using live Tavily data.
I-05
BELIEF_ORACLE
Scheduled 24h. Computes final Belief Score. Writes on-chain when delta > 3 points.
I-06
GRADUATION_ASSESSOR
Triggers at score ≥ 80. Full graduation report, recommended path, VC intro list.

7. Tiered Documentation Disclosure

Four tiers, each gated by increasing on-chain participation. Tier 3 is encrypted with Lit Protocol — never plaintext on IPFS.

Tier 0PublicTitle, thesis (200 words), category, Belief Score, creator wallet (anonymized), ERC-8004 hash
Tier 1Hold $CYPHEverything in Tier 0 + full description (2,000 words), market hypothesis, AI assessment summary
Tier 2ETH backerEverything in Tiers 0–1 + tech spec, competitive analysis, creator background, roadmap, risk factors
Tier 3Bid ≥ 50% + 1,000 $CYPHEverything + full architecture, IP chain of title, creator identity (opt), financial model (3 scenarios) · LIT ENCRYPTED

8. Graduation Paths

Graduation requires Belief Score ≥ 85 AND ETH backed ≥ 1Ξ simultaneously. Proceeds distributed 70% Creator / 20% Backers (pro-rata, early 1.5×) / 5% Seeders / 5% Protocol.

Path A — Sell

72-hour English auction on IdeaAuction.sol. Bidder must hold ≥ 1,000 $CYPH. Anti-snipe: any late bid extends clock 10 minutes. Creator may reject final bid once. NFT + IP transfers to winner.

Path B — Build

Creator retains full IP. 3× treasury release on milestone completion (Phase 4+). VC intro pipeline + co-founder matching access.

Path C — License

Creator retains full IP. One-time license fee + ongoing royalty % streams on-chain from every revenue event. Creator sets max licensees and duration. IdeaLicense.sol enforces automatically.

Creator attribution is permanent in all cases. GraduationRegistry.sol (ERC-5192 soulbound) — no delete function, ever.

9. Smart Contract Architecture

IdeaRegistry.solERC-721 + ERC-8004

Core contract. Mints idea NFTs, manages stage machine, enforces Belief Score caps.

IdeaVault.solETH escrow

Holds ETH backing. Phase 2+: routes idle ETH to Aave V3 on Base for yield. Distributes graduation proceeds.

IdeaAuction.solEnglish auction

72h on-chain auction. Anti-snipe. Tier 3 unlock at 50%+ bid. Single-tx settlement.

IdeaLicense.solLicense registry

On-chain license agreements. Enforces royalty streams. Automatic suspension on non-payment.

GraduationRegistry.solERC-5192 soulbound

Permanent archive. NO DELETE — EVER. Creator attribution immutable post-sale.

BeliefOracle.solChainlink Any-API

Accepts scores from authorized backend oracle. Enforces doc-completeness caps.

10. Token Economics

$CYPH (Current)

$CYPH gates four functions on ORIGIN: submission (100 $CYPH stake), seeding signal weight, Tier 1 documentation access, and auction bidding qualification (1,000 $CYPH). Shared utility across the CYPHER ecosystem.

$ORIG (V2 — Post-Mainnet, Not Yet Live)

ORIGIN-specific governance token planned for V2 post-mainnet. Enables Architect-tier seeding staking, governance proposals, treasury participation. Details published before TGE. Does not currently exist.

11. Roadmap

Phase 0 · Complete
  • origin-site scaffold
  • Design system established, domain purchased
Phase 1 · In Progress
  • 7 marketing pages + waitlist infrastructure
  • Supabase ORIGIN project
Phase 2 · Backend
  • Fastify API + BullMQ agents I-01/I-02/I-03
  • origin-app + Privy auth + public feed page
Phase 3 · Contracts
  • IdeaRegistry.sol + IdeaVault.sol on Base Sepolia
  • Full 6-agent pipeline + tiered disclosure UI
Phase 4 · Graduation
  • IdeaAuction.sol + IdeaLicense.sol + GraduationRegistry.sol
  • Aave V3 yield + first engineered graduation
Phase 5 · Admin
  • ORIGIN admin tabs in MAGMA shell
  • Full API + SECURITY_AGENT
Phase 6 · Mainnet
  • External security audit
  • Gnosis Safe multisig
  • Public launch on Base + Arbitrum