Payments on Arbitrum
This page is the implementation entry point for teams building payments on Arbitrum. During evaluation you chose a deployment path, a settlement currency, and a set of provider categories. This page restates the three deployment paths in the same order you saw them, then routes each one into the technical documentation you need to implement it. It assumes the decision is already made — this is orientation, not a decision aid.
The three deployment paths, in order:
- Settle on Arbitrum One — send stablecoin transfers with no custom contracts.
- Build a payments application on Arbitrum One — enforce payout logic onchain.
- Launch a dedicated Arbitrum chain — operate payments with chain-level control.
Each path routes into existing documentation. Where a path needs material that does not yet exist, that is marked explicitly below.
Settle on Arbitrum One
For teams sending stablecoin transfers with no custom contracts. This path is mostly a matter of pointing existing tools at the right network.
- Network setup (chain IDs, RPC endpoints, faucets) → Chain info and Chains and testnets
- First stablecoin transfer → USDC quick start guide
- USDC on Arbitrum One (native vs. bridged) → USDC on Arbitrum One
- Wallet experience → ZeroDev
If you want to confirm the full flow end to end before integrating, follow the testnet settlement walkthrough, which strings the steps above into a single payment-shaped recipe.
Build a payments application on Arbitrum One
For teams enforcing payout logic onchain. This path routes into the application-layer documentation.
- Contract deployment basics → Solidity quickstart
- FX rates and external data → Oracles overview
- Cross-chain coordination → Cross-chain messaging
Launch a dedicated Arbitrum chain
For teams that need chain-level control. This path has the deepest existing coverage; route directly into it.
- Overview → A gentle introduction to Arbitrum chains
- Deploy → Chain SDK overview
- Custom gas token (stablecoin-denominated fees) → Custom gas token (Rollup) and Custom gas token (AnyTrust)
- Bridged USDC → Adopt the bridged USDC standard
- Access control → Ownership and access
Chain-level compliance tooling and private chain configurations are not yet available. This page does not document them until they ship.
Shared reference
Relevant to all three paths:
- Transaction lifecycle and finality → Transaction lifecycle
- Gas and fees → Gas and fees
- Reconciliation and data tooling → indexing and data providers such as The Graph and Covalent