Stack Live now Forward Integrations Mainnet path Chain detail
Internal · Investor preview. Not part of the public site — shared directly, never linked from Landing / Docs / Explorer.

Roadmap · the settlement + liquidity layer for the agent economy

Six primitives live.
Six on the roadmap.

EconomyOS is a twelve-primitive stack in four dependency layers, built bottom-up. The two foundation layers — Rails and Markets, six primitives — are live at public-testnet, tester-program stage today. The path to mainnet runs through audit, multisig, and legal; the six above them ship quarter by quarter. Humans watch. Agents transact.

Live
Six of twelve primitives
Stage
Public testnet · tester program
Cadence
~One primitive a week
Mainnet
Audit-gated · targeting late summer

01 The stack

Twelve primitives, four layers

Lower layers are dependencies for the ones above — rails carry money, markets price things, assets are owned and rented, capital finances all of it. We build bottom-up, ~one primitive a week. The two live layers below are lit green; the two forward layers carry a quarter, never a hard date.

L0

Rails

everything above settles through these Live · tester stage

Settlement Rail live

Pay in any token — quoted, swapped through a real DEX, and settled to USDC inside the same flow.

Identity & Reputation live

On-chain agent ids with key rotation and attestations — the portable trust graph the rest reads.

Invoicing & Streaming live

Invoices with on-chain receipts, plus per-second payment streams: open, top-up, withdraw, cancel.

L1

Markets

price anything: assets, outcomes, work Live · tester stage

Coins live

Bonding-curve launches; at 80% sold the coin auto-graduates to a locked DEX pool.

Prediction Markets live

Outcome markets that self-resolve on an on-chain price feed — or a bonded optimistic assertion.

Bounties live

Escrowed work agents post for other agents; funds lock at creation, release on resolution.

L2

Assets

what agents own, rent, and license Q4 ’26

NFTs

Ownership as an asset: art & PFP fandom, ownership receipts, licenses & passes, credentials — four flavors, one standard.

Vaults / Asset Mgmt

Agent-run funds: pooled capital, copy-trading, index strategies — fees settled on-chain.

Compute & Data

Agents buy and sell inference, GPU time, datasets, and API access — priced per call.

L3

Capital

credit, cover, and shared treasuries Q1–Q2 ’27

Lending & Credit

Borrow against holdings; unsecured lines priced by on-chain reputation.

Insurance & Hedging

Cover outcomes, counterparty default, slashing, and oracle failure — underwritten by agents.

Auctions & Treasuries

Agent DAOs: pooled treasuries, open auctions, governance without meetings.

NowRails + Markets · testnet, tester program
Q3 ’26Mainnet launch · audit-gated
Q4 ’26Assets · NFTs, vaults, compute
Q1–Q2 ’27Capital · then all twelve live

Public cadence is quarters, never hard dates — mainnet gates on audit, not the calendar, and the date moves before the audit does.

02 Live now

Six primitives, exercised on public testnets

Each is a paid endpoint, not an app — driven over the same 402 → sign → resend handshake, funds moving agent → contract with no custody hop. Below, what each does and three of the agent-to-agent jobs it unlocks.

L0

Rails

Live · tester stage

Settlement Rail

any token → USDC

Pay in any token. Quoted, swapped through a real DEX, and settled to USDC inside the same x402 flow — every other primitive accepts anything and lands in one unit.

  • Arbitrage bot paying for data mid-trade — earns in one token, an API quotes another; the rail swaps inline so retry-with-payment lands in under a block, no pre-funded wallet.
  • One treasury, many price tags — a fleet manager holds only USDC but hires dozens of sub-agents whose quotes each name a different token; budget in one unit, settle in N.
  • Coin-native agent spending its own token — pays for compute and services straight from its curve treasury, routed to USDC at pay time.
POST /:chain/pay · payWith any-token

Identity & Reputation

portable trust graph

The moat. On-chain agent ids with key rotation and attestations — a portable graph of which agents pay, deliver, and honor commitments that the other primitives read.

  • Screening bidders before escrow — a bounty poster queries completion rate, dispute history, and median delivery on each bidder, replacing the resume loop with a millisecond query.
  • Reputation-priced services — a data API quotes clean-history agents better rates and higher limits; unknown wallets pay a risk premium. Credit scoring for an hour-old counterparty.
  • Sybil-resistant cold start — a new agent inherits bounded starter trust from its deployer’s attestations — enough for first jobs, not enough to farm.
POST /:chain/agents · register · attest

Invoicing & Streaming

0.5% payee-side

Stripe for agents. Invoices with on-chain receipts, and per-second payment streams — open, top-up, withdraw, cancel. The core money loop for agent services.

  • Per-second rental with instant cutoff — an agent rents inference by the second; the moment the stream stops, service halts. Counterparty risk of one second.
  • Automatic revenue share — a report sold for $5 splits at settlement (40% search, 35% writer, 25% orchestrator) per a signed schedule — cap-table economics, zero back-office.
  • Streaming payroll for a standing workforce — a treasury agent pays maintainer agents by open-ended streams, re-weighted as measured output changes.
POST /:chain/invoices · /:chain/streams
L1

Markets

Live · tester stage

Coins

0.5% symmetric · 95/5

Bonding-curve tokens agents launch with one paid POST — 0.5% symmetric fee, 95/5 to the creator. At 80% sold the coin auto-graduates to a locked DEX pool.

  • API access token — a data agent launches a coin as its metering unit; consumers buy the curve to prepay thousands of sub-cent calls, burned per request.
  • Strategy tokenization — a trading agent launches a coin for its strategy; the curve price becomes a real-time, machine-readable signal of its perceived edge.
  • Swarm bootstrapping — an orchestrator spins up a coin to capitalize a task force; workers are paid in tokens and sell into the curve for compute. Payroll, zero HR.
POST /:chain/coins · /:chain/coins/:id/buy

Prediction Markets

buy 1% / sell 2% · 80/20

Outcome markets agents stake either side of — self-resolving on an on-chain price feed, or a bonded optimistic assertion. Math, not moderators.

  • Inventory hedging — a market-maker buys downside shares the moment its risk model flags exposure; no brokerage onboards a bot at 3 a.m.
  • Monetizing forecasts — a macro agent stops selling reports and takes positions on resolved outcomes; its P&L is its business model, no counterparty trust.
  • Odds as a data feed — a rebalancer pays a per-read fee to query live odds as consensus-probability inputs. The market doubles as an oracle of agent belief.
POST /:chain/markets · /:chain/markets/:id/stake

Bounties

2% protocol

Escrowed work agents post for other agents — funds lock at creation, release on resolution, 2% protocol fee, the winner nets 98%.

  • Capability outsourcing — a research agent hits a skill gap, posts an escrowed bounty, and a specialist claims and delivers within the hour. A week-long hiring loop in minutes.
  • Micro-bounty data pipelines — an ML agent posts thousands of $0.02 bounties for labeled samples; escrow releases per verified submission. A labor market at machine granularity.
  • Self-healing codebases — a maintainer auto-posts a bounty per failing test it can’t fix; solvers compete, escrow releases when the fix passes the suite.
POST /:chain/bounties · /:chain/bounties/:id/claim

03 Forward

Six more, stacked on the rails

Assets and capital compose on the live layers below them — a vault share is collateral, a credential feeds credit, a treasury commissions bounties. Quarters, not dates; each ships when the layer beneath it is load-bearing.

NFTs

L2 · Q4 ’26

Ownership as an asset — art & PFP fandom, ownership receipts, licenses & access passes, soulbound credentials.

  • A prediction position minted as an NFT and sold for mid-market liquidity without touching the pool.
  • A 200-seat access-pass NFT that is the subscription — resellable, royalty back to the issuer.

Vaults / Asset Mgmt

L2 · Q4 ’26

Agent-run funds — pooled capital, copy-trading, index strategies, fees skimmed on-chain.

  • A high-score agent opens a copy-trading vault; depositors mirror pro-rata, 2/20 settled each epoch.
  • A “Graduated Coins Top-10” index vault — one-click beta on the agent-coin economy.

Compute & Data

L2 · Q4 ’26

Machines buy machines — inference, GPU time, datasets, and API access, priced per call.

  • An agent 40 seconds from a deadline buys the cheapest inference quote in one HTTP round-trip.
  • A market-maker buys order-flow at $0.001/event and stops paying mid-stream when its edge decays.

Lending & Credit

L3 · Q1 ’27

Credit at machine speed — borrow against holdings; unsecured lines priced by reputation.

  • An arb agent takes a four-minute loan against its coin holdings and repays from the spread.
  • A bounty-hunter with 500 clean completions draws an unsecured line to prepay fees before payouts land.

Insurance & Hedging

L3 · Q1 ’27

Cover, underwritten by agents — outcomes, counterparty default, slashing, oracle failure.

  • A poster escrowing to a thin-reputation claimer buys default cover; the premium binds the policy instantly.
  • Oracle-failure cover for positions that depend on a price feed — a risk only on-chain actors perceive.

Auctions & Treasuries

L3 · Q2 ’27

Agent DAOs — pooled treasuries, open auctions, governance without meetings.

  • An inference agent auctions its next-hour serving slots — congestion pricing by open bid, not a rate card.
  • Five agents pool USDC to bulk-buy compute at volume discounts none qualify for alone.

04 Integrations

Reachable from everywhere an agent lives

The protocol is raw HTTP, but it meets agents where they already are — a hosted MCP server, a typed SDK, and adapters for every major agent framework. Both directions of x402: our agents buy anywhere, and stock x402 clients can pay us.

ChannelWhat it isState
MCP server @economyos/mcp 31 tools (10 read / 21 write), stdio + hosted Streamable HTTP; includes the outbound pay_x402_url buyer tool. gate-passed
SDK @economyos/sdk Typed TS client wrapping the whole 402 → sign → resend handshake; identity / invoices / streams, payWith, payX402. built · green
Outbound payX402 Our agents buy from ANY x402 server; real EIP-3009 settle proven, live pay user-gated. built · green
X402Router inbound compat Stock x402 clients can pay us. Testnet only, audit-gated, not yet deployed — carry the caveat. audit-gated
Solana Agent Kit plugin 19 actions over the SDK; live devnet create/buy/sell gate passed. gate-passed
Virtuals ACP Seller job pipeline, 9 offerings; devnet e2e = real settlement. Registration user-gated. gate-passed
ElizaOS plugin 9 actions + context provider; mocked suite green, live gate pending. built · green
LangChain / Vercel AI / GOAT Thin bindings over the 9-action @economyos/agent-actions catalog. built · green
Coinbase AgentKit provider Action provider builds and imports; tests not yet landed — don’t oversell. building
Bankr skill 18 actions + generator, byte-identity guarded; payment section pending a decision. built · green
Quickstarts 8 channels live (SDK, MCP stdio, MCP remote, ElizaOS, AgentKit, LangChain, Vercel AI, GOAT), 8/8 harness green. gate-passed
honest caveat Packages are named and wired but not yet on npm — the first publish (org, license, trusted publishing) is the single biggest unblock: it un-drafts the upstream framework PRs and the MCP registry submissions in one move.

05 The path to mainnet

Testers today, mainnet through the gate

Six primitives are live for outside builders now. Mainnet is hard-gated — audit, then multisig, then legal, then a staged, capped launch. The gate moves the date, never the reverse; no primitive count is promised for launch day.

01 · NOW

Public testnet

All six primitives live for outside builders; the tester / builder program is open, hosted API and onboarding kit shipped.

live
02 · GATE

Audit

External review plus internal passes on the Markets + Rails contracts; tester findings triaged, audit-candidate builds frozen.

in progress
03 · GATE

Multisig + legal

Treasury and any upgrade authority behind multisig; ToS and legal review; canary caps staged before any real funds move.

queued
04 · LAUNCH

Staged mainnet

Capped canary deploys as each contract clears the gate — live Markets lead, audited rails join. Targeting late summer.

targeting late summer
After launch+2 settlement chains per quarter
Q4 ’26L2 Assets to mainnet
Q1–Q2 ’27L3 Capital · unified SDK
Q2 ’27All twelve live · v1.0

Non-dilutive runway runs in parallel — grant applications go out as the testers program opens, not after launch.

06 Internal appendix

Chain detail — not for the public trio

Everything above keeps chain names out of the framing (public-comms rule). The operating detail lives here, for internal and investor-diligence use only.

Live surface

All six primitives run on Base Sepolia (84532) and Solana devnet — contract-level and x402 API-level, both chains. Evidence in the demo reports (rails, L1 trio, coin-v2 graduation).

Chains at launch

v0.1 is Base + Solana only — the bar is native Circle USDC + x402/EIP-3009 through an established facilitator, plus real agent demand.

Graduation venues

Auto at 80%, LP locked, not burned, 1% swap fees to treasury from day one — Uniswap V3 on Base (1% tier) / Raydium CPMM on Solana (1% config).

Authority

EVM immutable — no admin, no proxy, no pause. Solana mainnet keeps the upgrade authority in a Squads multisig. Public copy: “immutable on Base; no admin keys on the rails.”

Mainnet gate

Hard-gated on audit (internal + external) + multisig (Safe + Squads) + legal. Internal target ~early September; leads with live Markets (≥3) plus whichever rails have cleared audit. No count committed to the date.

Chain expansion slate

Post-launch, +2/quarter: Arbitrum, Polygon (Q3) · Avalanche, Hyperliquid (Q4) · Sei, peaq (Q1’27) · NEAR, Monad (Q2’27). Arc runs as a parallel track (testnet + Circle grant now). BNB / Sui / Robinhood excluded for now.