Address Verification
Confirming the true owner of an address before sending funds.
Confirming the true owner of an address before sending funds.
entity.trust_high
Sep 2026 · Freshness Score: 50%
Was ist Address Verification?
Confirming the true owner of an address before sending funds.
- Category
- concept
- Type
- Authority Node
- Quellen
- 1
Wallet software validates an address by checking its format and checksum (e.g., Base58Check for legacy Bitcoin addresses, Bech32 for SegWit). Users are advised to compare the first and last characters of the address against the destination
Sending funds to a malformed or incorrect address is irreversible on most blockchains — there is no "undo" or customer service to recover funds. Address verification is the primary defense against typo errors, clipboard malware, and address
Wissensgraph
2 relationsClick a node to keep exploring
Verwandt
1. What Is Address Verification
Address verification is the process of confirming that a cryptocurrency address is valid and belongs to the intended recipient before sending funds. It typically involves checksum validation, format checking for the specific chain, and sometimes visual confirmation of the full address.
2. How It Works
Wallet software validates an address by checking its format and checksum (e.g., Base58Check for legacy Bitcoin addresses, Bech32 for SegWit). Users are advised to compare the first and last characters of the address against the destination and to verify it on the sender's and recipient's screens independently. Hardware wallets often display a full-address confirmation screen to prevent clipboard-swap attacks.
3. Why It Matters
Sending funds to a malformed or incorrect address is irreversible on most blockchains — there is no "undo" or customer service to recover funds. Address verification is the primary defense against typo errors, clipboard malware, and address-poisoning attacks that substitute a lookalike address.
4. Key Facts
- Checksums catch the vast majority of typos and truncated addresses
- Bech32 (SegWit) addresses include a stronger error-detection code
- Address poisoning is a growing scam: attackers send tiny dust transactions from lookalike addresses
- Hardware wallets require on-device address confirmation
5. Related Concepts
- bitcoin-address
- crypto-wallet
- approval-scam
- two-factor-auth
Frequently Asked Questions
What is Address Verification?
Confirming the true owner of an address before sending funds.
How does Address Verification work?
Address verification is the process of confirming that a cryptocurrency address is valid and belongs to the intended recipient before sending funds. It typically involves checksum validation, format checking for the specific chain, and sometimes visual confirmation of the full address. Wallet softw
Why does Address Verification matter in Web3?
- crypto-wallet - approval-scam - two-factor-auth