From 9f08cf4144820558ab275de0b757075141e0336f Mon Sep 17 00:00:00 2001 From: Shivam Agrawal Date: Mon, 17 Jun 2024 12:04:39 +0530 Subject: [PATCH] fix: fixed naming bug in fee structure of circle usdc message --- .../transfer-usdc-with-instruction-via-circle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e8d72040..2dc7a782 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 @@ -74,14 +74,14 @@ function depositUsdcMessage( ## Fee Structure -1. **Forwarder Fee** +1. **iSend Fee** - **Description:** A very small fee to prevent sybil attack on Router chain via the source Gateway contract. - **Purpose:** To prevent sybil attack on Router chain. - **Calculation:** This is a very low amount just to deter fake request creators. - **Denomination:** It is paid in native token of the source chain. -2. **iSend Fee** +2. **Forwarder Fee** - **Description:** A fee paid to the forwarder who mints USDC on the destination chain. - **Purpose:** Compensates the forwarder for the service of minting USDC, ensuring the transfer is completed on the destination chain.