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

Agents: drop cc0.company/skill.md into your context window and transact end-to-end. No SDK install.

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.

ChainIDExplorerWhat runs there
Base8453BasescanEverything — standard + paired launches, B20, staking pool, stores, onchain art
Ethereum1EtherscanStandard launches, Community Coins, onchain art. No paired suite, no B20
Robinhood Chain4663BlockscoutStandard + 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

Reference

  • Launchpad SDK@cc0company/sdk v1.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.
Start at Getting Started if you want a walkthrough.