Tip | The DYM address of the Keplr wallet does not match the trading platform?
What should I do if the address of the exchange does not match the wallet when withdrawing DYM from the exchange to the Keplr wallet?
Taking Binance as an example, when we withdraw DYM to the Keplr wallet, the wallet has a receiving address that starts with dym, but when copying and pasting (or scanning) to fill in the "withdrawal address," the exchange prompts "Withdrawal address format error, please check the length and character content of the withdrawal address and try again."
That's right, the exchange only supports transferring to addresses that start with 0x. So what should we do?
In fact, every native address that starts with dym corresponds to an EVM format address that starts with 0x. Finding this correspondence and solving the above transfer issue is quite simple:
- Open the DYM (Dymension) block explorer dym.fyi;
- Copy and paste the dym starting address from the Keplr wallet to search;
- The results page will automatically display the corresponding 0x starting address for that address (and vice versa, searching for a 0x starting address will show the dym starting address);
- Copy the corresponding 0x address to the withdrawal address on Binance to complete the withdrawal;
In short, the dym starting address and the 0x starting address are two sides of the same coin; they are just different aliases for the same account—every dym starting address has a corresponding 0x starting address, and regardless of which format of address you transfer to (depending on what format the exchange supports), the Keplr wallet can receive DYM assets.