
A crypto address is a string of characters that identifies a destination on a blockchain. It is mathematically derived from your public key—typically by hashing it and adding a checksum—and shortened to a form humans can copy without it being completely unmanageable. Bitcoin addresses start with 1, 3, or bc1. Ethereum addresses start with 0x and have exactly 40 hexadecimal characters.
Sharing your address is safe by design. It reveals nothing that lets anyone access your funds—only your private key can authorize spending. You can post addresses publicly to receive donations, payments, or airdrops. Most wallets generate a fresh address for each incoming transaction to preserve some privacy, since reusing addresses links every payment to the same identity on the public ledger.
The danger lies in mistakes. Crypto transfers are irreversible. Send to the wrong address—a typo, a clipboard hijack, the wrong network—and the funds are gone with no way to claw them back. Always verify the first and last several characters of any address before confirming, especially for large transfers, and never trust an address from an unverified source. ENS domains on Ethereum and similar services on other chains help by replacing raw addresses with human-readable names.