Plaidly Docs

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_methods

This 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.

ChainReference pageSettlement status
Ethereumchains/ethereumLive (testnet)
Solanachains/solanaLive (testnet)
Tronchains/tronComing soon
TONchains/tonComing soon
Polygonchains/polygonComing soon
BNB Chainchains/bscComing soon
Basechains/baseComing soon
Arbitrumchains/arbitrumComing soon
Optimismchains/optimismComing soon
Avalanchechains/avalancheComing soon
Bitcoinchains/bitcoinComing soon
Litecoinchains/litecoinComing soon
Dogecoinchains/dogecoinComing soon
XRP Ledgerchains/xrpComing soon
Nearchains/nearComing soon
Aptoschains/aptosComing soon
Suichains/suiComing soon
zkSync Erachains/zksyncComing soon
Lineachains/lineaComing soon
Stellarchains/stellarComing 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

On this page