Display units vs base units on chain
Wallets often show BTC or ETH while APIs and transaction fields use satoshis, wei, lamports, or drops. The numbers differ by orders of magnitude even when they describe the same holding.
These converters help you read and copy values accurately. They do not provide prices, fees, or investment advice.
When moving a value back into code, keep the integer your source expects. Display-friendly decimals can lose precision if rounded too early.
Pick the coin that matches your data source, then verify the from and to units in the selector before copying.

