Skip to content

Execute plugin collects and transmits CCTPv2 attestations #1042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

rstout
Copy link
Contributor

@rstout rstout commented Jun 23, 2025

Implements CCTP v2 token data observation for Chainlink CCIP.

Cross-Chain Transfer Protocol (CCTP) is Circle's protocol for transferring USDC natively across
blockchains.

Attestations are cryptographic proofs that validate cross-chain token transfers. When USDC is
burned on a source chain, Circle's attestation service provides signed attestations that can be
used to mint the equivalent amount on the destination chain. These attestations contain the
original message data and Circle's signature, proving the burn occurred.

The CCTPv2 Token Data Observer implemented in this PR iterates through a batch of CCIP messages, determines which messages' token transfers are CCTPv2 transfers, calls the Circle CCTPv2 API to fetch attestations, and converts the attestations to TokenData that can be processed by on-chain contracts to mint the associated USDC.

@rstout rstout force-pushed the v2_usdc_attestation_client branch 3 times, most recently from c984856 to 29340f9 Compare June 26, 2025 18:02
@rstout rstout force-pushed the v2_usdc_attestation_client branch 2 times, most recently from a1dc2b2 to 654c213 Compare July 16, 2025 15:39
@rstout rstout changed the title Add AttestationV2Client Execute plugin collects and transmits CCTPv2 attestations Jul 16, 2025
@rstout rstout force-pushed the v2_usdc_attestation_client branch from dfc2300 to 5626174 Compare July 16, 2025 20:55
Copy link

Metric v2_usdc_attestation_client main
Coverage 70.2% 69.9%

@rstout rstout marked this pull request as ready for review July 17, 2025 19:34
@rstout rstout requested a review from a team as a code owner July 17, 2025 19:34
@rstout rstout requested a review from winder July 17, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant