From f100d999d1b2265e42e0a0aae909336c3110b1f9 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta Date: Tue, 18 Jun 2024 19:34:00 +0530 Subject: [PATCH] added context for cctp + instruction --- .../transfer-usdc-with-instruction-via-circle.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/develop/asset-transfer-via-nitro/different-flows/transfer-usdc-with-instruction-via-circle.md b/docs/develop/asset-transfer-via-nitro/different-flows/transfer-usdc-with-instruction-via-circle.md index 2dc7a782..c454f29c 100644 --- a/docs/develop/asset-transfer-via-nitro/different-flows/transfer-usdc-with-instruction-via-circle.md +++ b/docs/develop/asset-transfer-via-nitro/different-flows/transfer-usdc-with-instruction-via-circle.md @@ -1,8 +1,10 @@ --- -title: Transfer of USDC with instructions via CCTP +title: Transfer of USDC with Instructions via CCTP sidebar_position: 1 --- +Unlike the current crop of bridges, Nitro allows for the transfer of arbitrary instructions with the the transfer of USDC via Circle. In this approach, USDC is burnt on the source chain and minted on the destination chain, and an instruction is passed specifying what to do with the minted USDC. + # Transfer USDC with Message via CCTP ```javascript