Skip to content

Send screen limits decimals, blocking ATM assets withdrawals #22539

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

Open
VolodLytvynenko opened this issue Apr 23, 2025 · 1 comment
Open

Send screen limits decimals, blocking ATM assets withdrawals #22539

VolodLytvynenko opened this issue Apr 23, 2025 · 1 comment
Labels
wallet: Send all issues for the send page of the wallet wallet-core Issues for mobile wallet team

Comments

@VolodLytvynenko
Copy link
Contributor

VolodLytvynenko commented Apr 23, 2025

Description:

When interacting with Bitcoin ATMs (and potentially other external systems) that generate precise crypto asset amounts with many decimal places.

Steps to Reproduce:

  1. Go to a Bitcoin ATM and choose to withdraw, e.g., 100 PLN.
  2. The ATM generates a QR code for a crypto amount, e.g., 26.434343543 ETH
  3. Scan or manually input the USDT or ETH amount into our app's Send screen.

Actual Result:

The Send screen only accepts limited decimal places, so 26.43 (in case this is stablecoin) is allowed, but 26.434343543 is rejected.

This makes it impossible to send the exact required amount, which is often mandatory for successful ATM transactions.

ATM requires 8 decimals for ETH and USDT
Image

Status app allows 6 decimals for ETH and 2 for USDT and other stablecoins

Image

Expected Result:

The Send screen should allow higher precision for assets like USDT, ETH,, especially since USDT supports up to 6 decimals (or more depending on chain).

Ideally, the input precision should match the token’s allowed decimals, or be dynamically adjusted per asset.

ENV:

  • Nightly 23 Apr, 2025
@VolodLytvynenko VolodLytvynenko added wallet: Send all issues for the send page of the wallet wallet-core Issues for mobile wallet team labels Apr 23, 2025
@churik
Copy link
Member

churik commented Apr 23, 2025

The issue might (not sure though) to disappear with CoinGecko. It is better to confirm with @shivekkhurana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wallet: Send all issues for the send page of the wallet wallet-core Issues for mobile wallet team
Projects
Status: Backlog
Development

No branches or pull requests

2 participants