Bug Type
UI
Reproduction steps
- Open the Bridge website
- Incorrect Formula in Bridge fee

Actual result
It show's Formula below as the formula for Bridge fee:5 TON + 0.25% of amount
An example:
Assume we have 100 as Ton amount. according to Formula Bridge fee should be:
5 + 0.25% * 100 = 5 + 0.25 = 5.25
But the Fee on the screen is 5.2375

Expected result
Looking at the codebase and calculated fees on the website it's clear that the correct formula is: 5 TON + 0.25% of (amount - 5 )
Following our example in "Actual Result" we would have:
Ton amount = 100
Bridge Fee = 5 + (0.25% * (100 - 5) = 5 + 0.2375 = 5.2375
Suggested Severity
High
Device
Desktop (please complete the following information):
- OS: Windows
- Browser Chrome
- Version win11 21h2
Additional Context
No response
Bug Type
UI
Reproduction steps
Actual result
It show's Formula below as the formula for Bridge fee:
5 TON + 0.25% of amountAn example:
Assume we have 100 as Ton amount. according to Formula Bridge fee should be:
5 + 0.25% * 100 = 5 + 0.25 = 5.25But the Fee on the screen is 5.2375

Expected result
Looking at the codebase and calculated fees on the website it's clear that the correct formula is:
5 TON + 0.25% of (amount - 5 )Following our example in "Actual Result" we would have:
Ton amount = 100Bridge Fee = 5 + (0.25% * (100 - 5) = 5 + 0.2375 = 5.2375Suggested Severity
High
Device
Desktop (please complete the following information):
Additional Context
No response