Skip to the article
Crypto Execution Weekly Crypto news on trading systems, liquidity and execution

Stablecoin settlement and bridge flows

Crypto Execution Weekly

Circle Opens CCTP Burn-and-Mint Rail to EURC

Circle added EURC to CCTP on Ethereum and Base, replacing two-swap crosschain routes with a native burn-and-mint path while retaining attester risk.

By The Crypto Execution Weekly Editors 2 min read
Circle Opens CCTP Burn-and-Mint Rail to EURC

Circle added native EURC transfers to Cross-Chain Transfer Protocol on September 2, giving traders a direct burn-and-mint route between Ethereum and Base instead of converting the euro stablecoin or accepting a bridge-issued claim. The shipped change extends the production system already used for USDC; Circle says its existing USDC flow is unchanged.

What happens to a 1,000 EURC transfer?

For a 1,000 EURC move from Ethereum to Base, the source call supplies 1,000 EURC, Base's domain identifier 6, the recipient, and Ethereum's EURC contract as the burn token. The relevant entry point is TokenMessengerV2.depositForBurn: TokenMinterV2 burns the source tokens and MessageTransmitterV2 emits a message carrying the token, amount and recipient.

After the requested confirmation threshold is reached, Circle's offchain Iris service signs that message. An executor fetches the attestation and submits both items to receiveMessage on Base, where the destination minter creates native Base EURC. Circle's technical guide documents that three-stage path, while its address list identifies Ethereum EURC as 0x1aBa...B33c and Base EURC as 0x60a3...b42.

Does this improve execution?

Yes, for a trader who must retain EURC denomination. Before this release, the comparable inventory-light route was EURC-to-USDC on the source chain, CCTP for USDC, then USDC-to-EURC on the destination. Under that stated route, the launch cuts market fills from two to zero, eliminating two spread-and-slippage events and the interim dollar exposure. A liquidity bridge can still deliver faster by fronting destination inventory, but its fee, depth and trust model replace CCTP's attestation wait.

The gain is route integrity, not a proven speed record. Circle's September 2 launch notice claims faster settlement but publishes neither an observed EURC transfer time nor an EURC-specific fee table. Traders should not copy advertised USDC Fast Transfer timings or fees into EURC quotes without testing them. Source and destination gas—and any integrator fee—also remain.

What should traders inspect now?

The trade-off is concentrated attestation dependency, borne by the sender waiting between burn and mint: CCTP is non-custodial, but it is not free of Circle infrastructure. Scope is also narrow at launch, with EURC enabled only between Ethereum and Base.

A live check should pair the source DepositForBurn event with the destination MessageReceived and EURC mint, confirming amount, token address and domain 6 against the published contract interface. Builders can repeat the same trace on Sepolia and Base Sepolia before routing value; that test, not the launch copy, will reveal the actual attestation delay and gas bill.

Filed under

  • Stablecoin settlement and bridge flows
  • Protocol upgrades and trading integrations