πŸ”
bloXsafe
  • πŸ•ΈοΈWelcome to bloXbook
  • πŸ“šKnowledge Base
    • 🌏Understanding Blockchain
      • What is a Blockchain?
      • What is a blockchain address?
    • πŸ—οΈUnderstanding Private & Public Keys
      • What is a private key
      • What is a public key?
      • How are Private and Public keys generated?
      • Seed Phrases
        • What is a Seed Phrase?
        • Why to use Seed Phrases
        • How a Seed Phrase works?
        • Types of Seed Phrases
        • The BIP39 Standard
        • Types of Backup
      • Can someone guess my keys?
      • What if I lose my Private Keys or Seed Phrase?
      • What if I lose my public key?
    • 🌱Understanding Send & Receive processes
      • Basic Concept
      • Detailed but Simplified
    • πŸ’°Understanding Wallets
      • What is a Crypto Wallet?
      • Cold vs Hot Wallets
      • Categories of Wallets
      • Why not to use a Hot Wallet?
      • What is a Hardware Wallet?
        • Why Trezor?
        • BitBox02
      • Multi-Sig(nature) Wallets
    • 🧾Understanding Decentralisation & Blockchains.
      • What is Decentralisation in the Blockchain era?
      • Decentralized Network
      • Censorship Resistance and Security
      • Consensus Mechanisms
      • Immutable Ledger
      • Decentralized Applications (dApps)
      • Pros and Cons of a decentralised Blockchain network
      • Pros and Cons of a centralised Blockchain network
      • Hybrid Blockchain Networks
        • Pros and Cons of a hybrid Blockchain network
    • 🧭Understanding Decentralized Autonomous Organizations (DAOs)
    • βš™οΈUnderstanding Decentralised Applications (DApps)?
    • πŸ“”Understanding Smart Contracts
      • Risk associated to Smart Contracts
    • πŸ”What is a Blockchain explorer?
  • πŸ’±Understanding Centralised Exchanges (CEX)
    • Why it's not the best place to be?
    • Mitigating the risk of CEXs
    • Why Proof of Reserves says nothing
    • Key ellement of CEXs
  • πŸ’±Understanding Decentralised Exchanges (DEX)
    • What is a DEX
    • Types of DEXs
    • Risk involved using DEXs
  • Understanding coins & tokens
    • Understanding ERC, BRC, TRC, etc
  • πŸ’²Understanding Stablecoins
    • What is a Stablecoin?
    • Main types of Stablecoins
    • What is the risk involved in stablecoins?
    • Mitigating the risk of stablecoins
  • Understanding DeFi
    • Understanding liquidity pools
    • Understanding lending & borrowing protocols
    • Understanding yield farming
    • Understanding oracles
    • Understanding slippage
    • Understanding how DEXs work
      • Understanding AMMs
      • Understanding order book
      • Understanding aggregators
    • Risk involved using DeFi DAPPs
  • πŸ„β€β™€οΈStaying Safe
    • Safety
    • Security
    • Privacy
  • Recommendations
    • Recommended Practises
      • First thing to do after you setup your wallet
      • Using VPN Kill Switch
      • Software Updates
    • Recommended Software
      • Wallet Clients
        • Frame Wallet
        • Trezor Suite
        • Metamask
      • Password Managers & 2FA clients
        • Bitwarden
        • KeePass2.x
      • OS
        • Arch Linux
        • Windows without the Bloatware
    • Recommended Services
      • DNS Services
        • Quad9 DNS
        • Mullvad DNS
      • VPN Services
        • Proton VPN
        • Mullvad VPN
      • Mail Sevices
        • Protonmail
        • Tutanota
    • Recommended Hardware
      • Trezor hardware wallet
      • VPN compatible routers
  • How to
    • Transfer funds
    • Trade on DEX
    • Check my balance
  • πŸ‘©β€πŸš€Common Misconceptions
    • Where my coins are stored?
    • Are all Blockchains decentralised?
    • Crypto is a scam
  • ⁉️Answering the most common questions
    • What is FIAT money?
    • What is a commodity?
    • What is blockchain and why is it important?
    • What is Bitcoin and how does it work?
    • How do I buy Bitcoin?
    • Is Bitcoin the only cryptocurrency?
    • What is a wallet and how do I get one?
    • How do I keep my cryptocurrency safe?
    • Can I make money with cryptocurrency?
    • How do I sell cryptocurrency and convert it back to cash?
    • Are there any risks associated with cryptocurrencies?
    • What are altcoins and how do they differ from Bitcoin?
    • How can I learn more about cryptocurrency and blockchain technology?
    • My wallet shows 0 balance! Are my funds lost?
    • What is the KISS concept?
      • Professional Context
Powered by GitBook
On this page

Was this helpful?

  1. Knowledge Base
  2. Understanding Send & Receive processes

Detailed but Simplified

In super simple terms, sending and receiving crypto is like signing a message with your private key and sharing it with everyone, so they know it's from you. Then, your friend can use your address (public key) to check your signature and get the digital money you sent!

When you want to send digital money to your friend, you use your private key to create a special code, like your signature, on a message saying how much you want to send and where it's going. This signature is unique to you and shows that the message came from you.

Then, you share this message, along with your public key (your address), with everyone on the internet. This way, they know it's from you because of your unique signature, and they can see where the digital money is going because of your public key.

Your friend, who has their own private and public keys, can use your public key to check your signature and make sure the message is really from you. Once they're sure it's from you, they can use their private key to unlock the digital money and add it to their account.

Interesting info: These people that hold the blockchain ledger and they are able to verify that you actually hold the funds you want to send, are not humans! They are computers, called nodes, connected at the blockchain network. They are also making a small profit for each transaction transmitted on the network. This fee is called transaction fee (tx fees), and the actual cost depends on the network congestion.

PreviousBasic ConceptNextUnderstanding Wallets

Last updated 1 year ago

Was this helpful?

πŸ“š
🌱