Skip to main content
Amplify SDK supports accounts across multiple chains. This guide shows how to:
  1. Discover chain-specific accounts/assets
  2. Route users to supported chains
  3. Execute chain-correct deposit/withdraw flows
As of v0.5.2, Base mainnet (chainId 8453) is a first-class built-in network alongside Ethereum, Sepolia, HyperEVM, and Stable Testnet—use the same discovery and transaction patterns with chainId: 8453 when your account and assets are on Base.

Discover by Chain

Chain Guard Before Write

Use this before signing transactions.

Deposit Flow (Chain-Safe)

Withdrawal Flow (Chain-Safe)