Get Bitculator on Android
Marketcap:
$1,932,902,784,075
Volume 24h:
$209,175,082,222
Jun 06 Liquidations:
$0
24H Long/Short:
Coming soon
Address
What does Address mean in crypto terms?
An Address in cryptocurrency refers to a unique string of characters that is used as an identifier for a specific wallet.

What is Address?
An Address is the string you share to receive crypto. Picture a bank account number minted by math, tied to your wallet. Your Address is safe to share and points funds to you without revealing who you are.
“An Address is just a username I choose.” Not quite. It is generated from your wallet’s math and tied to a public key, not a screen name you pick.
How Address works
Here is the quick tour, no tuxedo required.
- Step 1: Your wallet creates a cryptographic key pair behind the scenes.
- Step 2: It derives an Address from your public key with hashing and encoding.
- Step 3: You share that Address with a friend or app.
- Step 4: They send funds by creating cryptocurrency transactions that point to your Address.
- Step 5: Later, your wallet proves you can spend those funds using your secret key.
That is the flow, yes, it is that simple.
Why Address Matters
So why should you care about this string of characters
- Benefit: It lets anyone send you funds without exposing your identity or wallet internals.
- Perspective: Addresses are portable across apps and wallets, which fits internet money vibes where you move on your terms.
- Relevance: You will see an Address in exchanges, wallets, NFT mints, and any app that sends or receives tokens.
Before sending to an Address, test with a tiny amount, verify the network, and use QR when possible. Share your Address freely, but never share your private key.
Key Characteristics of Address
What makes an Address tick
- Shareable: It is public by design and safe to post or paste.
- Derived: Created from a public key in a one way process that keeps the secret safe.
- Checksummed: Many formats include checks to catch typos.
- Networked: The format hints which chain it belongs to, so matching networks matters.
- Fresh: Reusing is common, but new ones improve privacy.
How is Address calculated?
Different chains use different recipes, but the idea is consistent. Start with the public key, hash it, add a version tag, then add a checksum and encode.
Example for classic Bitcoin style addresses
address = Base58Check(version || RIPEMD160(SHA256(public_key))) Ethereum style addresses keep the last 20 bytes of a Keccak hash and show them in hex with a checksum
address = last20bytes(Keccak256(uncompressed_public_key)) Variations
Common Address flavors you will see
- Legacy: P2PKH (Pay-to-PubKey-Hash) style, often starts with a 1 on Bitcoin.
- Scripted: P2SH (Pay-to-Script-Hash) style, often starts with a 3 on Bitcoin.
- Bech32: Modern segwit format that often starts with bc1 on Bitcoin.
- Hex: Ethereum style format that starts with 0x and may include a checksum.
An Address is public and send only. Funds sent to the wrong Address or wrong network are usually gone, so always double check the format and chain.
Example
Mia texts you her Address starting with bc1, you scan it, send a tiny test, then push the full amount after it confirms.
Fun Fact
Vanity addresses exist, where people grind keys until their Address starts with a fun word like 1COFFEE or 0xBEEF. Fashion meets cryptography, Rolex meets Reddit threads.
Wrap-Up
If you remember one line, make it this An Address is the shareable pointer that gets funds to your wallet, while your secret key keeps them spendable.
Explore Other Crypto Terms
Did you find this term clearly defined?
Did we forget anything?
Your input helps us keep things correct. Contact us if anything is incorrect or missing.
Contact











