Circle CCTP Cross-Chain Automatic Forwarding Implementation on Solana: USDC Liquidity Integration Enters a New Stage

Stablecoins, as the core carriers of liquidity in the crypto market, are undergoing an infrastructure overhaul from “single-chain issuance” to “multi-chain unification.” Since January 2026, Circle has continuously released technical iterations around the cross-chain transfer protocol, with the most critical development being: cross-chain USDC no longer requires users to manually perform target chain operations—after burning on the source chain, the minting and receipt on the target chain will be automatically executed by the protocol. When this capability extends from the EVM ecosystem to Solana, the integration of USDC cross-chain liquidity begins to touch larger-scale real-world use cases.

Cross-chain automatic forwarding expands from CCTP to Bridge Kit, with Solana entering support scope

On January 22, 2026, Circle officially announced that its Cross-Chain Forwarding Service (CFS) was launched on the CCTP testnet. On January 28, this feature officially went live on the CCTP mainnet. The core value of this service is to detach the most complex part of cross-chain transfers—“target chain execution”—from developers or users, and have it automatically handled by Circle’s custodial infrastructure—eliminating the need to manually obtain proofs, submit minting transactions, or manage target chain gas fees.

On March 2, 2026, Circle further announced that the cross-chain automatic forwarding service had been extended to Bridge Kit and Circle Gateway, covering more than 14 blockchains including Arbitrum, Avalanche, Base, Ethereum, Optimism, Polygon, Solana, and others. This means developers building cross-chain applications with the Bridge Kit SDK can access a complete “burn on source chain—automatic mint on target chain” capability in one stop, without deploying any additional infrastructure themselves.

Simultaneously, the technical architecture of CCTP V2 was upgraded. According to Circle’s official developer documentation, CCTP V2 now supports native USDC cross-chain transfers between over 34 blockchain networks. In January 2026, Circle completed a comprehensive overhaul of the CCTP documentation, positioning Bridge Kit as the “simplest and most recommended way to build CCTP applications,” and added functional code examples for Solana. The high coincidence in timing—mainnet launch of the CCTP forwarding service, extension of automatic forwarding via Bridge Kit, and the landing of Solana developer documentation—forms the core narrative chain of this event.

Technical path analysis: from “burn—mint” to “one-stop automatic flow”

Understanding the industry significance of this upgrade requires clarifying the technical relationship between CCTP and Bridge Kit.

CCTP is a cross-chain transfer protocol launched by Circle in 2023. Its core mechanism is not the traditional “asset lock—cross-chain wrapping” model, but rather “destroy on source chain—native mint on target chain.” The specific process: users destroy a certain amount of USDC on the source chain, Circle’s service generates a signed proof, and the contract on the target chain verifies this proof before minting an equivalent amount of native USDC. This design fundamentally avoids the common multi-signature custody risks and liquidity pool locking issues of traditional bridges—USDC’s total supply remains anchored 1:1, with no intermediate token forms during cross-chain transfer.

However, the CCTP protocol itself only defines the standard interface for cross-chain transfer and does not encapsulate a complete developer experience. Developers integrating CCTP directly need to handle approval, destruction, proof acquisition, target chain minting, gas management, retries, and other complex operations. Bridge Kit was born in this context: it encapsulates the core functions of CCTP V2 into a simple SDK, provides detailed step-by-step documentation, ready-to-use production code examples, and built-in monetization logic. From the developer’s perspective, integrating Bridge Kit means completing a full cross-chain transfer with a single API call.

The cross-chain automatic forwarding service further solves the problem of “who executes the mint on the target chain.” Before this service, even if users initiated a CCTP transfer via an application, the final minting operation on the target chain still required a party (usually the application developer) to submit it—meaning the app had to maintain wallets, manage gas, and handle retries on each supported target chain. The automatic forwarding service delegates this entire step to Circle’s custodial infrastructure: when users burn USDC on the source chain and specify forwarding parameters, Circle’s service automatically verifies the request, signs proofs, and broadcasts the minting transaction on the target chain, deducting forwarding fees directly from the minted USDC on the target chain. From the user’s perspective, the entire process—from initiating the transfer to receiving assets on the target chain—requires no additional operation.

Solana becomes a key hub for USDC cross-chain liquidity

The significance of this technical upgrade must be understood in the context of on-chain data. Over the past months, Solana’s position within the USDC ecosystem has undergone a structural shift.

As of late March 2026, the total on-chain USDC supply on Solana exceeded $8 billion, accounting for approximately 10.24% of the total USDC supply across all networks, ranking second after Ethereum, which holds about 66.41%. Circle’s daily cross-chain bridge volume in early 2026 was about $400 million. During the week of March 31 to April 6, 2026, Circle minted approximately 3.25 billion USDC on Solana, setting a new weekly high since 2026. Over the past month, total USDC minted on Solana by Circle exceeded $10.5 billion.

According to DefiLlama data, as of February 2026, the combined supply of 15 major stablecoins on EVM networks, Solana, and Tron surpassed $304 billion, with a 49% year-over-year growth. In February 2026, stablecoin transaction volume on Solana reached about $650 billion, surpassing Ethereum’s approximately $551 billion for the first time in monthly settlement volume, making Solana the blockchain with the highest stablecoin settlement volume.

These figures reveal a trend: Solana is becoming a high-throughput channel for on-chain dollar liquidity. With low transaction fees and high-performance architecture, Solana has attracted substantial real demand from trading, payments, and DeFi protocols. The support of CCTP and Bridge Kit for Solana coincides with the sharp rise in USDC demand on Solana, creating a positive feedback loop of “demand-driven supply and optimized user experience.”

If Circle proceeds as planned to extend automatic forwarding support to all CCTP-supported chains before the first half of 2026, Solana—an ecosystem outside EVM—may become a benchmark case for supporting heterogenous chains like Aptos and Sui in subsequent phases.

Public opinion analysis: mainstream views and controversy points

The industry discourse around this upgrade shows several clear discussion directions.

Cross-chain liquidity integration enters the “protocol-as-a-service” stage. Some analysts point out that Circle is no longer just an issuer of USDC but is transforming into an interoperability protocol provider. With over $140 billion processed via CCTP and support for more than 20 blockchains, this data is seen by some as key evidence of Circle establishing dominance in the cross-chain standard layer. The launch of Bridge Kit is interpreted as a “strategic expansion from protocol layer to developer tools layer,” aiming to lower integration barriers and accelerate USDC network effects.

The burn—mint model is considered safer than traditional cross-chain bridges. The “destroy on source chain—mint on target chain” mechanism of CCTP avoids the common asset wrapping and liquidity pool locking issues of traditional bridges, and does not require users to entrust assets to third-party multi-signature addresses, aligning more with “trustless” design goals. Given the multiple bridge attacks in recent years, this security advantage is widely recognized.

Circle’s centralization and regulatory intervention risks. During the recent Drift Protocol security incident, Circle was asked by law enforcement to freeze certain USDC addresses, sparking community debate over the issuer’s intervention capabilities. Circle’s Chief Strategy Officer Dante Disparte publicly responded that the company only intervenes when legally obligated. This clarifies the boundary at the compliance level but also reminds the market: while CCTP’s cross-chain process lacks third-party multi-sig trust risks, Circle as the issuer still retains control over certain addresses.

Industry impact analysis: three dimensions of structural change

The integration of CCTP automatic forwarding and Bridge Kit support for Solana could trigger several structural impacts at the industry level.

Impact on developers: significantly reduced cross-chain application development costs

Traditionally, cross-chain application development requires managing RPC connections, gas funds, monitoring, retries, etc., on each target chain. Bridge Kit encapsulates CCTP V2’s core functions into a single API call, and the automatic forwarding service takes over the entire execution process on the target chain. For teams deploying payment, trading, or fund management apps across multiple chains, this reduces development complexity from “adapting to each chain separately” to “integrating a unified SDK,” significantly lowering time and technical risks.

Impact on liquidity landscape: accelerated network effects for USDC on high-performance chains

Ethereum still dominates USDC supply (~66.41%), but Solana’s settlement volume has already surpassed it. With reduced cross-chain friction, user decisions to move USDC across chains will increasingly depend on actual usage scenarios—fees, settlement speed, DeFi protocol richness, etc. High-frequency use cases naturally favor low-cost, high-performance networks, likely driving more USDC liquidity from storage-focused chains to active ecosystems like Solana, forming a “usage-driven liquidity concentration” pattern.

Impact on stablecoin competition: shifting from issuance volume to interoperability infrastructure

USDC’s total circulating supply is about $78.65 billion. As the overall market grows, the competition dimension shifts from simply issuing volume to the completeness of cross-chain interoperability infrastructure. Circle’s layered architecture of protocol—tools—services (CCTP, Bridge Kit, Gateway, auto-forwarding) is effectively transforming USDC from a “homogeneous token scattered across multiple chains” into a “unified cross-chain liquidity network.” Some compare this strategy to “building the TCP/IP protocol in finance”—a metaphor that still needs time to verify but accurately describes Circle’s strategic intent to dominate the infrastructure layer.

Conclusion

Circle’s CCTP cross-chain auto-forwarding landing on Solana appears as a feature update on the surface, but in essence, it marks a key step in evolving cross-chain USDC liquidity from “available” to “user-friendly.” As cross-chain transfer friction diminishes, USDC as a unified on-chain dollar identity will further amplify its network effects across multi-chain ecosystems. Meanwhile, tools like Bridge Kit lower application development barriers, enabling more innovative scenarios—from AI-powered micro-payments to on-chain foreign exchange markets—supported by robust infrastructure.

Key questions to watch include: when will auto-forwarding support all chains? when will Circle’s promised “Fast Transfer” instant settlement be realized? when will CCTP expand to assets like EURC, USYC, cirBTC? The answers to these will determine whether USDC can truly become the settlement layer standard for internet-scale financial infrastructure. The story of cross-chain liquidity integration is far from over; Solana’s support is just the beginning of a new phase.

SOL-2,75%
ARB-2,33%
AVAX-2,88%
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pin