ARC TESTNET — CHAIN 5042002naming for the economic os

The address book for
stablecoin payments.

Names you can read out loud, settled in USDC, resolved by immutable contracts on Arc. Replace 42-character addresses with jerallaire.arc — and let value move with sub-second finality.

WAITINGType a name above — we check availability and price live against the registrar contract.
registrar.available(label)
// resolves toresolver.addr(node)
name.arc
0x7a23…1b41
//R.02 — pricing

Flat rates. Paid in USDC. No auctions.

One-time annual fee, settled in native USDC at register time. Renewals at the same rate. Pricing is enforced on-chain by registrar.priceFor().

3 chars
100USDC / yr
  • Premium short names — limited supply
  • Best for protocols, treasuries, and brands
  • Same on-chain mechanics as 4+ char names
pay.arcfwd.arcusd.arc
4 chars
20USDC / yr
  • Memorable and brand-friendly
  • Practical for orgs and payroll groups
  • Renewals at the same annual rate
acme.arcflow.arcpool.arc
5+ chars
5USDC / yr
  • Standard pricing for personal & long names
  • No discount, no markup, no auction
  • Multi-year terms (1–10 yr) supported
jerallaire.arctreasury.arcinvoices.arc
//R.03 — mechanics

Three calls, one resolvable name.

Arcname is a registrar plus a resolver. Both are immutable contracts on Arc. No off-chain dependencies, no oracles, no upgradeable proxies.

//STEP.01

Reserve a name

Search any name on Arc Testnet. If available, register on-chain for 1–10 years, paid in USDC.

registrar.register("jerallaire", years)
//STEP.02

Point it at an address

Set a resolver record once. The resolver maps your .arc name to any Arc address you control.

resolver.setAddr(node, 0x7a23…b41)
//STEP.03

Get paid by name

Anyone can send USDC to jerallaire.arc from a wallet, payment app, or CSV payroll batch. Resolution is read-only and free.

resolver.addr(node) → 0x7a23…b41
//R.04 — built on arc

Settlement-quality infrastructure, end to end.

<1sfinality
Deterministic block finality on Arc — payments confirm before the recipient closes the tab.
USDCnative gas
Gas paid in USDC, not a volatile gas token. Predictable, dollar-based fees.
6decimals
Stablecoin-native precision. Names, prices, and fees all settle in tabular USDC.
0upgrades
Registrar and resolver are non-upgradeable. What you register today resolves the same way in ten years.
//R.05 — secondary market

A built-in marketplace for names already taken.

Bid, list, and transfer in USDC. Listings settle atomically on-chain via a single marketplace.fillOrder() call.

preview · open marketplace for live listingsOpen marketplace
//R.06 — ready when you are

Claim your name on the
stablecoin internet.

Arc Testnet is live with native USDC gas. Connect a wallet, register a name, and start receiving payments by name in the next minute.

CHAIN_ID  5042002
NATIVE_GAS  USDC (6 dp)
EXPLORER  testnet.arcscan.app