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: src/content/ccip/billing.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,12 @@ For messaging (only data): The network fee is a static amount, denominated in US
110
110
111
111
The table below provides an overview of the network fees charged for different use cases on different lanes. Percentage-based fees are calculated on the value transferred in a message. USD-denominated fees are applied per message.
112
112
113
+
> **Note:** On the source side, "Not Ethereum" includes Solana. On the destination side, "Not Ethereum" excludes Solana.
114
+
>
115
+
> <br></br>
116
+
> When Solana is the destination for Token Transfers or Programmable Token Transfers, an additional fee of 0.10 USD
117
+
> applies for [ATA](https://solana.com/docs/tokens#associated-token-account) generation.
Copy file name to clipboardExpand all lines: src/content/ccip/llms-full.txt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1132,6 +1132,11 @@ For messaging (only data): The network fee is a static amount, denominated in US
1132
1132
1133
1133
The table below provides an overview of the network fees charged for different use cases on different lanes. Percentage-based fees are calculated on the value transferred in a message. USD-denominated fees are applied per message.
1134
1134
1135
+
> **Note:** On the source side, "Not Ethereum" includes Solana. On the destination side, "Not Ethereum" excludes Solana.
1136
+
>
1137
+
> When Solana is the destination for Token Transfers or Programmable Token Transfers, an additional fee of 0.10 USD
1138
+
> applies for [ATA](https://solana.com/docs/tokens#associated-token-account) generation.
1139
+
1135
1140
<br id="network-token-calculator" />
1136
1141
1137
1142
You can use the calculator below to learn the network fees for a specific token. Select the environment (mainnet/testnet), the token, the source blockchain, and the destination blockchain to get the network fee:
`| Token Transfers / Programmable Token Transfers | Lock and Unlock | All Lanes | ${lockAndUnlockAllLanes.linkFee} | ${lockAndUnlockAllLanes.gasTokenFee} |`,
498
-
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Non-Ethereum | ${restMechanismNonEthereum.linkFee} | ${restMechanismNonEthereum.gasTokenFee} |`,
499
-
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | From: Ethereum | ${restFromEthereum.linkFee} | ${restFromEthereum.gasTokenFee} |`,
500
-
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | To: Ethereum | ${restToEthereum.linkFee} | ${restToEthereum.gasTokenFee} |`,
`| Token Transfers / Programmable Token Transfers | Lock and Unlock | All Chains | All Chains | ${lockAndUnlockAllLanes.linkFee} | ${lockAndUnlockAllLanes.gasTokenFee} |`,
514
+
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Ethereum | Not Ethereum | ${restFromEthereumToNonEthereum.linkFee} | ${restFromEthereumToNonEthereum.gasTokenFee} |`,
515
+
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Ethereum | Solana | ${restFromEthereumToSolana.linkFee} | ${restFromEthereumToSolana.gasTokenFee} |`,
516
+
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Not Ethereum | Solana | ${restFromNonEthereumToSolana.linkFee} | ${restFromNonEthereumToSolana.gasTokenFee} |`,
517
+
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Not Ethereum | Ethereum | ${restFromNonEthereumToEthereum.linkFee} | ${restFromNonEthereumToEthereum.gasTokenFee} |`,
518
+
`| Token Transfers / Programmable Token Transfers | Lock and Mint / Burn and Mint / Burn and Unlock | Not Ethereum | Not Ethereum | ${restFromNonEthereumToNonEthereum.linkFee} | ${restFromNonEthereumToNonEthereum.gasTokenFee} |`,
0 commit comments