Skip to main content
The App Kit SDK includes the Bridge capability that lets you move USDC and EURC across blockchains in a few lines of code. It abstracts the underlying CCTP flow so you can bridge without orchestrating the low-level burn, attestation, and mint steps yourself.

How it works

Bridge moves USDC or EURC from a wallet on the source blockchain to a wallet on the destination blockchain. The SDK handles the underlying CCTP burn, attestation, and mint steps for you.

Quick look

This code snippet bridges USDC between an EVM and non-EVM chain in a single method call:
TypeScript
For a complete end-to-end flow, follow the quickstart.

Installation

Install the App Kit SDK to use Bridge. If you only need to bridge and don’t want to install the full App Kit SDK, follow the steps below to install the standalone Bridge Kit.
1

Install Bridge Kit

2

Install adapters

Install the adapters you need for the chains you plan to bridge between.