You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build/build-multichain-applications/connect/routes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Note that if native USDC is transferred from the CCTP-enabled chains to any othe
33
33
This transfer method needs two transactions: one on the origin chain to burn the USDC and one on the destination chain to mint the USDC. The manual CCTP route does not use Wormhole messaging in the background; it relies on CCTP only. Enable the `cctpManual` route in the configuration to offer this option.
34
34
35
35
#### Automatic Route {: #automatic-route-cctp}
36
-
Trustless relayers can execute the second transaction on the user's behalf, so the user only needs to perform one transaction on the origin chain to have the tokens delivered to the destination automatically - for a small fee. Enable the `cctpRelay` route in the configuration to offer this option.
36
+
Trustless relayers can execute the second transaction on the user's behalf. Therefore, the user only needs to perform one transaction on the origin chain to have the tokens delivered to the destination automatically—for a small fee. To offer this option, enable the `cctpRelay` route in the configuration.
0 commit comments