Official site — always check you are on kripicard.comVerify
Web3 tools
Paste a crypto address to confirm it is well formed before you send anything. Checks EIP-55 on Ethereum, base58 and bech32/bech32m on Bitcoin, and tells you when an address is valid but has no checksum to protect it.
Runs entirely in your browser. Nothing is sent to a server, so this works offline and the address never leaves your device.
Paste an address above, or try one of the examples.
An Ethereum address written entirely in lowercase (or entirely uppercase) is structurally valid, but the capitalisation is what carries the EIP-55 checksum. With no mixed case there is nothing to verify, so a mistyped character would pass unnoticed. Always copy the checksummed version this tool produces, because wallets can then catch a typo for you.
No, and no address checker can. Validation is purely mathematical: it confirms the address is well formed and internally consistent. A scammer's address is just as valid as anyone else's. This matters because clipboard-hijacking malware replaces a copied address with a different, entirely valid one — so always compare the first and last several characters against the source.
The most common cause is a single mistyped character, which the base58 or bech32 checksum catches. A subtler cause affects Taproot: addresses starting bc1p use bech32m, while older bc1q SegWit addresses use plain bech32. An address with the wrong checksum variant for its witness version is unspendable, and this tool reports that specifically rather than just saying invalid.
No. All validation runs in your browser using local checksum maths, so nothing is transmitted and the tool works with no network connection. That is deliberate: a wallet address is sensitive, and there is no reason to send it to a server just to check its format.
Ethereum and every EVM chain (they share the same address format), Bitcoin including legacy P2PKH, P2SH, SegWit and Taproot, and Solana. Testnet addresses for Ethereum and Bitcoin are recognised and labelled as such.