Chains
Which chains Plaidly settles on today, and where the rest stand
Chains
Plaidly is built for multi-chain stablecoin settlement. Ethereum and Solana are live for settlement today (testnet) — more chains are in active development and coming soon.
Don't hardcode a chain count in your integration. The live, authoritative source is:
GET /v1/payment_methodsThis returns the current set of enabled chain/token/network combinations. Query it at startup (or periodically) rather than assuming a fixed list.
Reference vs. live
The table below links to every per-chain reference page — contract addresses, finality, faucets, fee notes. Having a reference page does not mean the chain is enabled for settlement. Cross-check GET /v1/payment_methods (or the Chains and Networks concept page) before assuming a chain is live.
| Chain | Reference page | Settlement status |
|---|---|---|
| Ethereum | chains/ethereum | Live (testnet) |
| Solana | chains/solana | Live (testnet) |
| Tron | chains/tron | Coming soon |
| TON | chains/ton | Coming soon |
| Polygon | chains/polygon | Coming soon |
| BNB Chain | chains/bsc | Coming soon |
| Base | chains/base | Coming soon |
| Arbitrum | chains/arbitrum | Coming soon |
| Optimism | chains/optimism | Coming soon |
| Avalanche | chains/avalanche | Coming soon |
| Bitcoin | chains/bitcoin | Coming soon |
| Litecoin | chains/litecoin | Coming soon |
| Dogecoin | chains/dogecoin | Coming soon |
| XRP Ledger | chains/xrp | Coming soon |
| Near | chains/near | Coming soon |
| Aptos | chains/aptos | Coming soon |
| Sui | chains/sui | Coming soon |
| zkSync Era | chains/zksync | Coming soon |
| Linea | chains/linea | Coming soon |
| Stellar | chains/stellar | Coming soon |
This table is a snapshot for planning — it can go stale between doc updates. GET /v1/payment_methods never does.
See also
- Chains and Networks — confirmation requirements, fee model, and token support per chain
- Sandbox mode — testnet faucets for the chains that support them