Docs/Developers/Contract addresses

Contract addresses

Verified contract addresses, ABIs, and source links. Pin these in your integration; they are the canonical record for V3.

● Last updated May 08, 20262 min readEdit on GitHub →

Overview

All Atomic contracts are verified on Arbiscan. Source is open and reproducible from the verified bytecode. Treat this page as the authoritative list.

!
V3 addresses pending

The addresses below are placeholders for V3, which is in final development. Final addresses will be published before launch alongside the Halborn audit report. V2 addresses (live since 2022) are listed at the bottom for reference.

V3 - Arbitrum One

ContractAddressSource
AtomicTrading0x0000…0000Arbiscan / GitHub
AtomicLendingPool0x0000…0000Arbiscan / GitHub
AtomicPositionRegistry0x0000…0000Arbiscan / GitHub
AggregatorRouter0x0000…0000Arbiscan / GitHub

ABIs

ABIs are published in the SDK package at @atomic/sdk/abis. To consume them directly:

typescript
import {
AtomicTradingAbi,
AtomicLendingPoolAbi,
AtomicPositionRegistryAbi,
} from '@atomic/sdk/abis';

For non-TypeScript projects, fetch them from Arbiscan's contract page or from the GitHub release artifacts.

Subgraph

text
https://api.thegraph.com/subgraphs/name/atomic-protocol/atomic-arbitrum-v3

See Subgraph for the schema and example queries.

REST API

text
https://api.atomic.green/v3

See REST API for endpoints and rate limits.

Frontend

text
https://app.atomic.green

The reference frontend; source is not open. Anyone is free to build alternative interfaces against the contracts and SDK.

V2 - historical reference

V2 contracts are live and operational; new development targets V3. V2 addresses are kept for users with positions opened before V3 launches.

| Contract | Address | |---|---| | AtomicV2Trading | 0x0000…0000 | | AtomicV2LendingPool | 0x0000…0000 |

V2 audit report by Halborn is linked from Audits.

How to verify a deployment

If you want to confirm an address belongs to Atomic:

  1. Check this page. It is the canonical list.
  2. Cross-reference Arbiscan. Verified contracts show source matching the published GitHub release.
  3. Check the announcement channel. New deployments are announced in the official Discord and on the X account before they go live.
  4. When in doubt, do not interact. If a UI prompts you to approve a contract not on this page, stop and ask in Discord.
×
Phishing reality check

The most common attack on DeFi users is a fake frontend pointing at a malicious contract. Bookmark app.atomic.green directly; never click links from DMs or unfamiliar tweets. The address bar is the source of truth, not what the page looks like.