Paycrest Gateway contracts are deployed across multiple EVM-compatible networks to enable cross-chain stablecoin-to-fiat transactions. The table below shows all current deployments, including networks that may not yet be fully supported by the aggregator.
Networks marked as “Coming Soon” are deployed but not yet fully supported by the Paycrest aggregator. These deployments signal upcoming network support.

Deployment Addresses

NetworkChain IDGateway AddressStatusNotes
Base84530x30F6A8457F8E42371E204a9c103f2Bd42341dD0F✅ LiveFully supported
Polygon1370xfB411Cc6385Af50A562aFCb441864E9d541CDA67✅ LiveFully supported
BNB Smart Chain560x1FA0EE7F9410F6fa49B7AD5Da72Cf01647090028✅ LiveFully supported
Arbitrum One421610xE8bc3B607CfE68F47000E3d200310D49041148Fc✅ LiveFully supported
Lisk11350xff0E00E0110C1FBb5315D276243497b66D3a4d8a✅ LiveFully supported
Celo422200xF418217E3f81092eF44b81C5C8336e6A6fDB0E4b✅ LiveFully supported
Tron728126428THyFP5ST9YyLZn6EzjKjFhZti6aKPgEXNU✅ LiveFully supported
Asset Chain424200xff0E00E0110C1FBb5315D276243497b66D3a4d8a🚧 Coming SoonDeployed, aggregator support pending
Ethereum10x16c9C78Dbb224889E3e2ADef991C8c4438ea797B🚧 Coming SoonDeployed, aggregator support pending
Optimism100xD293fCd3dBc025603911853d893A4724CF9f70a0🚧 Coming SoonDeployed, aggregator support pending
Scroll5343520x663C5BfE7d44bA946C2dd4b2D1Cf9580319F9338🚧 Coming SoonDeployed, aggregator support pending

Network Status Legend

  • ✅ Live: Fully supported by Paycrest aggregator
  • 🚧 Coming Soon: Contract deployed but aggregator support pending
  • ⏳ Planned: Network support planned for future release

Contract Verification

All Gateway contracts are verified on their respective network block explorers:

Integration

To integrate with the Gateway contract, use the appropriate address for your target network:
import { getContract } from "viem";

// Example: Base network
const GATEWAY_ADDRESS = "0x30F6A8457F8E42371E204a9c103f2Bd42341dD0F";

// Initialize contract
const gateway = getContract({
  address: GATEWAY_ADDRESS,
  abi: GATEWAY_ABI,
  publicClient,
  walletClient
});
For detailed integration guides, see:

Network Support Updates

Network support status is updated regularly. Check our contracts GitHub repository for the latest deployment information and contract addresses.
Contract addresses vary by network. Always use the correct address for your target network and verify it on the network’s block explorer before use.