Skip to content

Paper Trading

Paper Trading mirrors Arenaton behavior without real value. It uses separate contracts, order books, data, and collateral from production.

SurfaceChainCollateralPurpose
ProductionPolygon mainnetPolygon USDCReal trading when production launches.
PaperPolygon AmoyPaperUSDCPublic testing and practice with no real value.

Paper balances, orders, fills, and positions never appear in real portfolios. Production builds refuse to sign Amoy orders, and paper builds refuse to sign Polygon mainnet orders.

Arenaton uses Gnosis Conditional Tokens Framework mechanics for Outcome Shares where possible. Contract addresses must come from the active environment registry, not from copied third-party docs.

  • Production reads /api/contract-registry.
  • Paper Trading reads /api/paper/contract-registry.
  • External CTF market data can support browsing, but it is not Arenaton settlement authority.
TypeDescriptionData Source
Crypto TemplatesBuilt-in price markets (BTC, ETH, SOL)On-chain prices
Custom MarketsUser-created prediction marketsUser-defined outcomes
CTF Mirror MarketsReal CTF markets mirrored for paper tradingPolymarket CLOB API

The PaperUSDC faucet is for public paper testing only.

  • PaperUSDC is not redeemable for real USDC.
  • Faucet rate limits protect public test infrastructure.
  • Faucet mints must never target production collateral.
DRAFT → SCHEDULED → OPEN_PRE_EVENT → OPEN_LIVE → CLOSING → CLOSED_PENDING_RESOLUTION → RESOLVED

Paper markets support the full lifecycle including:

  • Live state versioning for stale-order invalidation
  • Incident controls (pause, hide, close-only)
  • Settlement simulation
  • Resolution and redemption flows
  1. Fund your Smart Account with PaperUSDC from the faucet
  2. Browse paper markets or CTF mirror markets
  3. Place EIP-712 signed orders (buy/sell)
  4. Orders matched off-chain, settled via paper exchange
  5. Track positions and P&L in your paper portfolio
  6. Redeem winning positions after market resolution
  • Browse public paper markets.
  • Browse real CTF markets bridged from Polymarket.
  • Fund a paper Smart Account with PaperUSDC.
  • Place and cancel orders with EIP-712 signatures.
  • Watch live-market version changes invalidate stale live orders.
  • Simulate market settlement and redemption.
  • Confirm portfolio projections without treating them as real balances.

See API and app and docs.arenaton.com for the REST and WebSocket surface.