Wanchain - We Are All Connected!
WebsiteBridgeExplorerEcosystem
  • 👋 Welcome to Wanchain
  • Products
    • WanBridge
      • Bridge-to-Earn
      • XP
    • XFlows
      • XP
    • XPort
      • XPort developer handbook
      • Supported chains
    • XStake
  • Cross-Chain Infrastructure
    • Wanchain Bridge Node Group
    • Wanchain L1 blockchain
      • Network information
    • WAN coin
      • How to get WAN coins
      • WAN coin faucets
      • xWAN
  • The Convert n' Burn System
    • Overview
    • Bridge fees
      • Conversion and distribution
    • Discounts
  • Developers
    • WanBridge API
      • 1. Information Retrieval
        • 1.1 Supported Chains and Tokense 1
        • 1.2 Cross-chain Quota and Fees
        • 1.3 Asset Lock Address
        • 1.4 Storeman Group ID (smgID)
      • 2. Creating Cross-chain Transactions for WanBridge
        • 2.1 Direct Interaction with On-chain Contracts
        • 2.2 Creating Cross-Chain Transactions Using API
      • 3. Circle CCTP Cross-Chain
        • 3.1 EVM Compatible Chains
      • 4. Status Query
    • XFlows API
      • 1.1 Basic Information
      • 1.2 Request Parameters
      • 1.3 Response Parameters
      • 1.4 Examples
      • 1.5 Notes
      • 1.6 Status Query
    • XPort Developer Handbook
  • PoS Validator Nodes
    • Important Terms and Parameter
    • Recommended Hardware & Software
    • Mainnet Node Setup (Quick Start)
    • Mainnet Node Setup (Manually)
    • Getting Started With AWS
    • Common Operations (CLI)
    • Delegation Guide
    • Commonly Used Scripts
    • GWAN PoS API
    • Partner Model Staking Guide
    • Staking FAQ
  • Wanchain Bridge Nodes
    • Fact Sheet
    • How to deploy a Bridge Node
  • External Links
    • Blog
    • Email
    • GitHub
    • Telegram
    • Telegram Tech Support
    • Twitter/X
    • WanBridge
    • XFlows
    • XStake
    • WanScan
    • Website
Powered by GitBook
On this page
  1. Developers
  2. WanBridge API
  3. 3. Circle CCTP Cross-Chain

3.1 EVM Compatible Chains

The following table lists the contract addresses and corresponding domain values for supported EVM-compatible chains:

Chain Name

Contract Address

domainValue

Ethereum

0xeC0D8Cfd081ccce2D6Ed4E3dd8f248D3cAa3d24B

0

Avalanche

0x0D4d2595B1d83AB6110b4291816D62d1417C5A8B

1

OP Mainnet

0x592dE30Bebff484B5a43A6E8E3ec1a814902E0b6

2

Arbitrum

0xD4B5f10D61916Bd6E0860144a91Ac658dE8a1437

3

Base

0x012297F3d1Cb0D685B195A70231730F4c8c86F86

6

Polygon PoS

0x30b8d9e757595B5cbAEcdFD81e9Eeccf4B31e53D

7

The usage method of WanBridge's CCTP is as follows:

  1. Call the contract interface estimateFee on the From chain to get the cross-chain fee (native coin). Provide the domainValue of the To chain as input.

  2. Call the contract interface depositForBurn function on the From chain to initiate the USDC cross-chain transfer, pass the native coin fee as payableAmount, the cross-chain amount as amount, the domain value as destinationDomain, the receiving address on the To chain as mintRecipient, and the USDC token address on the From chain as burnToken.

  3. The WanBridge backend will monitor events and help users complete the claim operation on the To chain.

Previous3. Circle CCTP Cross-ChainNext4. Status Query

Last updated 1 day ago