-
Notifications
You must be signed in to change notification settings - Fork 3
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
Polkadot does not allow the transfer of small amounts of tokens. #961
Comments
Thank you for the report. We do already warn users about the existential deposit and have done so since before we launchd mainnet swapping. If you fill out the destination (and refund address if required) and click "review swap", you will be greeted by the following modal when the quoted output is less than 1 DOT: The link in the modal leads you to this page. Are you requesting a warning in addition to this existing warning or is it possible that the user didn't see/read this warning? |
It looks great! My apologies. Could you let me know if this information can be accessed through your SDK, or is it solely your validation on client side for the Polkadot chain? |
Currently, we don't expose this through the SDK. Is this something that would be useful to you as an SDK user? |
Description
When a user wants to swap a small amount of ETH for DOT (Polkadot), the token will not appear in their account after the transaction.
According to the documentation for substrate chains, users must maintain a minimum balance to remain active. Therefore, if you attempt to transfer tokens to a new account with zero balance, the tokens will not be received. Reference
Steps to Reproduce
Expected Behavior: If the amount is less than 1 DOT, we should notify the user of our expectations with an error message.
Screenshots
Links:
https://scan.chainflip.io/swaps/42975
https://scan.chainflip.io/channels/4515432-Arbitrum-38
Environment:
OS: macOS 14.6.1
Browser: Chrome 116.0
App version: v1.2.3
Additional Context: None
The text was updated successfully, but these errors were encountered: