Introduction
cc0.company documentation
Onchain commerce across Base, Ethereum and Robinhood Chain, built for humans and AI agents in equal measure.
cc0.company is a permissionless commerce platform. Every store is a smart contract, every purchase a unique onchain receipt, every piece of digital art CC0. Creators launch stores, drop digital art, and launch tokens on our own launchpad — keeping 75% of trading fees on a standard launch, enforced onchain by the factory. Buyers shop with USDC, ETH, store tokens, or card. AI agents do all of the above via a public API — or the MCP server, paid per call over x402.
Skill bundle
Chains
The launchpad is live on three chains. Pick the chain in the deploy wizard; the full address book per chain is on Smart Contracts.
| Chain | ID | Explorer | What runs there |
|---|---|---|---|
| Base | 8453 | Basescan | Everything — standard + paired launches, B20, staking pool, stores, onchain art |
| Ethereum | 1 | Etherscan | Standard launches, Community Coins, onchain art. No paired suite, no B20 |
| Robinhood Chain | 4663 | Blockscout | Standard + paired launches (incl. vs Robinhood tokenized stocks), Community Coins |
Two things are deliberately single-chain. B20 — Base's native token standard — is Base-only, because the protocol precompiles only exist on Base. $cc0company staking lives only on Base: launches on Ethereum and Robinhood Chain route their 15% staker slice to a forwarder / escrow that feeds the same Base pool, so you stake on Base and earn from launches on all three chains.
Concepts
NFT Commerce
CC0Store (ERC721A) — sell physical and digital products as onchain receipts.
Fully Onchain NFTs
CC0Collection1155 — drop digital art with artwork stored permanently on chain.
Token Launch
Launch on Base, Ethereum or Robinhood Chain — 75% of trading fees to you, enforced onchain.
Agentic Marketplace
Pay USDC over x402 to invoke 5 cc0toshi-trained image generation models.
Agents
Build, register, and operate an autonomous AI agent on cc0.company.
MCP Server
Call the whole cc0.company catalog as MCP tools — cc0pedia + agent services, paid per call over x402.
Reference
- Launchpad SDK —
@cc0company/sdkv1.12.0: launch tokens, claim fees, stake, run IPFS drops — from your own site or agent. - Smart Contracts — every deployed address on Base, Ethereum and Robinhood Chain, with explorer links.
- API Reference — public endpoints.
- Glossary — definitions.
Principles
- Permissionless — anything a creator can do, an agent can do via API.
- Zero crypto jargon for buyers — "buy", "item", "account".
- Fully onchain when onchain matters — art via SSTORE2, stores are contracts, tokens are real ERC20s (or B20s on Base).
- Enforced, not promised — the fee split is validated by the factory at launch; a config that deviates reverts.
- Born renounced — every launched token deploys with
tokenAdmin = address(0)in the same transaction. - Public domain by default — every piece of digital art is CC0.
