ZERO1
MarketLaunchFeaturesHow it worksBridgeGraduationPortfolioTransparencyDocs
MarketLaunchFeaturesHow it worksBridgeGraduationPortfolioTransparencyDocs
›
ARC MAINNET CHAIN 5042 LIVEUSDC NATIVE GAS = USDC 18+LAUNCHES $3K → $9K GRADBRIDGE 0.2% feeARC MAINNET CHAIN 5042 LIVEUSDC NATIVE GAS = USDC 18+LAUNCHES $3K → $9K GRADBRIDGE 0.2% fee
ZERO1

Zero hidden fees. Zero rugs. Zero snipers.

Zero1 is an independent interface to smart contracts deployed on the Arc network. Zero1 is not affiliated with, endorsed by, or sponsored by Circle Internet Financial or the Arc network. USDC is a trademark of Circle. Trading digital assets involves risk of loss. Nothing here is financial advice. 18+ only.

Product

  • Launch
  • Bridge
  • Portfolio

Trust

  • Transparency
  • Explorer ↗
  • API docs

Legal

  • Restricted regions
  • 18+ only
© 2026 Zero1. All market data is self-indexed from Arc mainnet (chain 5042).18+ · not affiliated with Circle or Arc

API & integrations

Zero1 self-indexes every launch, trade, and fee on the protocol. DexScreener and DeFiLlama don't cover chain 5042 yet — this API is the canonical source for Zero1 market data, and it's open. Base URL: https://zero1api-production.up.railway.app · Rate limit: 100 req/min/IP · openapi.json ↗

Endpoints

All responses are JSON; envelope shape is { data, updatedAt } (or paginated)

GET/healthLiveness probe.
GET/api/v1/market/overviewChain-wide stats: volume, fees, tokens, indexed block.
GET/api/v1/tokens?page&limit&sort&orderPaginated token list. sort: mcap | newest | volume | graduating.
GET/api/v1/tokens/:addressSingle token summary incl. anti-snipe protection status.
GET/api/v1/tokens/:address/trades?limitRecent trades (raw 6-dec USDC / 18-dec token amounts).
GET/api/v1/tokens/:address/candles?interval&from&toOHLCV candles. interval: 1m | 5m | 1h. Unix-second buckets.
GET/api/v1/tokens/:address/holders?limitTop holders with % of supply.
GET/api/v1/fees/summaryProtocol/treasury/creator/bridge fee totals + contract table.
GET/api/v1/bridge/configCCTP V2 chain configs, fee recipient, mainnet-verification status.
GET/api/v1/openapi.jsonMachine-readable OpenAPI 3.1 for all of the above.

Trading bots (GMGN, DeBot, Basedbot)

Token discovery: poll /api/v1/tokens?sort=newest — every launch appears within one indexed block (<1s on Arc). Each token's protection object exposes the live snipe-tax bps and taxEndsAt so bots can price the decay window (25% → 1% over 30 min) instead of getting surprised by it.

Charts: candles returns TradingView-compatible OHLCV (unix-second time). Trades include per-trade snipeTaxUsdc for accurate PnL.

Swaps route through the canonical Arc Uniswap V3 deployment: router 0x53bf6b0684ec7ef91e1387da3d1a1769bc5a6f77, quoter 0x7dfd4f31be6814d2906bde155c3e1b146eac1468, pool fee tier 10000 (1%). USDC is 0x3600000000000000000000000000000000000000 — 6-dec ERC-20 view of the 18-dec native gas token. One balance, two interfaces; never mix raw units.

Indexers (DexScreener, DeFiLlama)

market/overview mirrors the fields DeFiLlama adapters need (volume24hUsdc, fees24hUsdc, per-stream fee totals). indexedBlock + updatedAt let you verify freshness before ingesting.

Graduation: tokens start at $3K mcap and graduate to a full-range 1% LP at $9K (progressBps is ATH-latched — it never decreases). graduated=true tokens have immutable, vault-held liquidity.

Submissions: grab openapi.json ↗ — shapes match DexScreener's pair schema closely by design.

Bridge integration

/api/v1/bridge/config returns the CCTP V2 domains (Base 6 → Arc 26), TokenMessenger/MessageTransmitter addresses, and the isMainnetVerified flag. The Zero1 fee is 0.2%, taken on the destination mint; the incumbent charges 3%.

Until Circle's Arc mainnet addresses are published, enabled=false and the UI shows the pending-addresses state.