Skip to main content
Get Started walks you through connecting to Stable, picking the docs path for what you’re building, and shipping to mainnet — in five pages. Read them in order, or jump to a specific step in the reading order below.
cast chain-id --rpc-url https://rpc.stable.xyz
988
Stable is a Layer 1 where USDT0 is the native gas token, and standard EVM tooling — Solidity, Foundry, Hardhat, ethers, viem, and the eth_* JSON-RPC methods — works unchanged.

Reading order

  1. Quick start — connect to testnet, fund a wallet, send your first transaction. Under five minutes.
  2. Integration paths — pick the docs section for what you’re building: payments, contracts, or infrastructure.
  3. Core concepts — learn the four behaviors that differ from Ethereum.
  4. Production readiness — validate an integration before shipping to mainnet.
  5. FAQ — answers to common onboarding questions.

Quick start

Connect to testnet, fund a wallet with USDT0, and send a transaction in under five minutes.

Differences from Ethereum

See what stays the same and what changes when you port from Ethereum.
Last modified on April 17, 2026