Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet does not account bonder fee in transactions which include Hop bridging #21097

Open
pavloburykh opened this issue Aug 21, 2024 · 0 comments · May be fixed by #21116
Open

Wallet does not account bonder fee in transactions which include Hop bridging #21097

pavloburykh opened this issue Aug 21, 2024 · 0 comments · May be fixed by #21116
Assignees
Labels
bug high-prio wallet-core Issues for mobile wallet team
Milestone

Comments

@pavloburykh
Copy link
Contributor

pavloburykh commented Aug 21, 2024

Our wallet currently does not account for the bonder fee, which results in the following discrepancies:

1. Incorrect Calculation of Maximum Amount: The maximum amount available for transfer is inaccurately displayed, leading to confusion for users.

2. Misleading Final Value(which has higher priority): The final amount received by users is not accurately reflected, particularly in transactions involving smaller amounts. For instance, when sending 0.5 DAI from Optimism to Arbitrum, users are shown that the receiver will receive 0.497 DAI. However, the actual amount received is only 0.23642046 DAI due to the bonder fee deducted by the Hop bridge (so on small amount it can easily be more 50% of the initial value)

While this discrepancy may be less noticeable in larger transactions, it misleads users and undermines their trust in our platform.

Steps:

  1. Perform transaction which includes bridging. For example: send 0.5 DAI from Optimism to Arbitrum
  2. Before Signing the transaction pay attention what final receiver amount is shown on Confirmation screen in Status App
  3. Compare the actual received amount to the amount shown on confirmation screen after transaction is completed.

Actual result:

  1. 0,497 DAI is shown in Receiver gets

photo_2024-08-21 10 00 46

  1. Actual amount received by receiver is 0.23426246 DAI
received

Link to transaction at hop explorer https://explorer.hop.exchange/?transferId=0x86e020584d98b600cde1f2d284b90162de2b2e773229adccfe6126b7ac9c5a29

Status-debug-logs - 2024-08-21T101234.382.zip

Additional Information

  • Status version: nightly, release
  • Operating System: Android, iOS
@churik churik added the wallet-core Issues for mobile wallet team label Aug 21, 2024
@churik churik changed the title Wallet does not account boundary fee in transactions which include Hop bridging Wallet does not account bonder fee in transactions which include Hop bridging Aug 21, 2024
@clauxx clauxx self-assigned this Aug 21, 2024
@clauxx clauxx linked a pull request Aug 22, 2024 that will close this issue
@shivekkhurana shivekkhurana added this to the 2.31.0 Beta milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high-prio wallet-core Issues for mobile wallet team
Projects
Status: QA
Development

Successfully merging a pull request may close this issue.

4 participants