Wallet Address

Wallet Updated Sep 2026

What is a Wallet Address?

A wallet address is the public identifier of a crypto account — the string you hand out to receive funds. It is safe to share: an address can receive cryptocurrency, but it cannot spend anything. Moving funds requires the private key, which never leaves your wallet.

An address is not the same as the public key, though people often mix them up. On most chains the address is a shorter, checksummed derivative of the public key — a hash of it, formatted for human use. For a full walkthrough of how the pair works, see public key vs private key vs wallet address.

What Addresses Look Like

Chain familyFormatExample shape
Ethereum & EVM (Base, Arbitrum, etc.)0x + 40 hex characters0x71C7...F3e8
BitcoinBase58, starts with 1, 3, or bc1bc1q...
SolanaBase58, 32–44 characters, no prefix7xKX...gA2y

EVM addresses include a checksum (EIP-55): the mix of upper- and lower-case letters encodes a hash, so a mistyped address usually fails the checksum instead of silently sending funds into the void. All-lowercase addresses have no checksum protection — always copy, never retype.

Sharing Rules

Safe to share:

  • Your receiving address (that is its purpose)
  • Addresses published by exchanges and protocols

Never share — and never type anywhere:

No legitimate service, support agent, or “airdrop verification” will ever need these. Any page or bot that asks is running a wallet drainer or phishing attack.

Address Hygiene

  • Copy, then verify. Check the first and last 6 characters after pasting. Address poisoning attacks seed your history with look-alike addresses hoping you will copy the wrong one from your transaction log.
  • Consider a fresh address per purpose. Reusing one address links your entire history into a single public trail — exchanges, employers, and anyone with a scanner can total your activity. Modern wallets derive unlimited addresses from one seed, so this costs nothing.
  • Send a test transaction first for large transfers to a new address. Fees are trivial compared to a typo.
  • Beware vanity addresses generated by third-party tools — a sloppy generator can know the private key behind your pretty address.

One address, one analogy: the address is your account number; the keys are the only thing standing between your funds and everyone else. Treat them accordingly.