docs / token / contract

Contract address

Where the real address is published, and how to verify it.

Status

contract
network   Arc mainnet (5042)
address   not deployed
explorer  —

The CA button in the site header and footer copies the address above. When the address is not set, the button says so and copies nothing.

Verify before you sign

  • The address on this site and the address on the official X account must match exactly.
  • Open it on explorer.arc.io and confirm the token name and symbol.
  • Anyone DMing you a different address is not him.

For whoever deploys the site

The address is read from one environment variable at build time. Set it only after the deployment is verified on the explorer.

.env.local
NEXT_PUBLIC_CONTRACT_ADDRESS=0x…
NEXT_PUBLIC_X_URL=https://x.com/…