PlaygroundBridge

Arc mainnet bridge docs

Arc blockchain bridge documentation

PlaygroundBridge is the inbound Arc network bridge for native USDC onto Arc mainnet. Stablecoin-native gas, deterministic finality, and a dynamic launch premium (3% to 25% by demand) that decays toward parity as the Arc blockchain bridge corridor matures.

Overview

PlaygroundBridge is a specialized bridge surface optimized for source-agnostic USDC ingress into Arc. Origin chains may be EVM L1/L2, SVM, UTXO, or other execution environments; the destination inventory is always native USDC on Arc (ERC-20 interface at the Arc canonical address).

The product abstracts burn/mint attestation, message relay, and inventory rebalancing behind a single quote, approve, execute flow. Relayers observe source finality checkpoints, assemble cross-domain proofs, and mint (or release) USDC on Arc once the attestation quorum is satisfied.

  • Asset: USDC in / USDC out
  • Primary corridor: any supported origin to Arc mainnet
  • Quote unit: 1:1 USD accounting with an explicit inbound premium line

How it works

Each transfer progresses through four settlement epochs:

  1. Intent binding. User locks the send amount and destination address; the router freezes a signed quote TTL.
  2. Source commitment. USDC is burned or escrowed on the origin chain; a transfer message is emitted to the attestation layer.
  3. Attestation and relay. Validators / watchers aggregate signatures; the PlaygroundBridge relayer submits the payload to Arc once the threshold is met.
  4. Destination mint. Native USDC is credited on Arc net of the active launch premium; gas on Arc is paid in USDC.

Outbound or non-Arc destinations do not take the Arc inbound premium; those paths use standard peer inventory without the bootstrap surcharge.

Launch premium

Inbound transfers to Arc apply a dynamic launch premium between 3% and 25% on the notional send amount, priced by corridor demand. The premium funds early inventory, relayer incentives, and corridor bootstrap. It is not a permanent protocol tax.

receive_USDC = send_USDC * (1 - p)
p_min        = 0.03
p_max        = 0.25
demand       = f(corridor_load, send_size)   // 0 .. 1
p_live       = p_min + (p_max - p_min) * demand

// Example at 5% demand-priced rate
send 100 USDC  ->  receive 95 USDC on Arc

The live corridor rate is global and identical for every user at a given time. A discreet premium chip under the hero shows the live rate and refreshes on a shared schedule every few minutes (about 3).

Decay to parity

The entire premium band decreases over time toward 0% (full / parity settlement). As cumulative inbound volume, bonded liquidity, and relayer coverage clear governance thresholds, the band steps down on a published schedule until inbound quotes converge to 1:1 minus ordinary network fees only.

Epoch Premium band Notes
Bootstrap (now) 3% to 25% Demand-priced on all Arc-bound routes
Expansion 6% to 15% Triggered by TVL / throughput milestones
Mature 0% to 3% then 0% Parity target, premium fully retired

The UI always shows the live p for your quote. Historical transfers keep the rate locked at execution time; there is no retroactive rebate on already-settled fills.

Settlement and timing

Arc itself offers sub-second deterministic finality once a transaction is included. Bridge latency is dominated by origin finality, attestation gossip, and relay inclusion, not by Arc block time.

  • Est. time to Arc: 15 minutes to 1 hour under normal attestation load
  • If settlement takes too long, you can cancel the transfer and retry when conditions improve
  • Failed relays are retry-safe; messages are idempotent under the destination nonce scheme

Liquidity and routing

PlaygroundBridge maintains a multi-venue inventory mesh: CCTP-style burn/mint where available, plus bonded AMM buffers for thin origins. The router selects the path with the best effective receive after premium, gas, and slippage bounds.

Soft constraints (max price impact, min attestation quorum, max relay lag) are enforced pre-sign. If no path clears policy, the quote fails closed rather than offering a degraded fill.

Supported networks

Origins span major L1s and L2s (Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, Avalanche, Solana, Bitcoin corridors, and dozens more). Destination for the premium corridor is Arc mainnet only. Source chains are mainnet networks only.

  • Search by network name or chain id in the picker
  • Mainnet sources only (no testnets)
  • Same USDC denomination on both legs of the quote

Security model

PlaygroundBridge assumes a defense-in-depth posture: attested messaging, bounded quote TTL, destination pause switches, and per-route rate limits. Relayers are economically bonded; misbehavior is slashable under the operator charter.

  • No custodial holding of user keys. Wallet signatures authorize spends.
  • Premium and fees are transparent line items in every quote.
  • Emergency guardians may halt inbound minting without touching Arc L1 consensus.

Always verify you are on the official PlaygroundBridge surface before approving USDC allowances.

Wallets

Connect a compatible wallet via Connect wallet to authorize and submit your bridge transaction. Settlement to Arc typically takes 15 minutes to 1 hour on inbound routes. If it takes too long, you can cancel.

FAQ

Why do I receive less than I send to Arc?
A dynamic launch premium (currently between 3% and 25% by demand) is deducted on inbound Arc routes. The band steps down to 0% as the corridor reaches maturity.

Does the premium apply leaving Arc?
No. The surcharge is inbound-only during bootstrap.

Why 15 minutes to 1 hour?
That window covers origin finality, attestation, and relay inclusion. Arc confirmation after mint is near-instant. If the transfer takes too long, you can cancel.

Are testnets supported?
No. PlaygroundBridge lists mainnet sources only and targets Arc mainnet exclusively.