The basics: keys, addresses, and signatures
- Private key: A secret number that proves ownership. If someone has it, they have your funds.
- Public key: Derived from the private key; it generates your wallet address (the shareable “bank account” on-chain).
- Digital signature: When you “send,” your wallet signs the transaction with your private key. Nodes verify the signature and add the transaction to the blockchain.
Custodial vs. non-custodial; hot vs. cold
- Custodial wallets (e.g., some exchanges) hold keys for you. Easier, but you trust a third party.
- Non-custodial wallets (like React Wallet) keep keys on your device. You control access—and responsibility.
- Hot wallets are internet-connected (fast, convenient).
- Cold wallets (hardware or air-gapped) are offline (high security, less convenient). Many users combine both: daily spending in a hot wallet; long-term holdings in cold storage.
What actually happens when you “send crypto”
- You enter an address and amount (and pick a network, like Ethereum, Tron, or another supported chain).
- Your wallet simulates costs and prepares the transaction (including network fees/gas).
- You sign with your private key.
- The transaction is broadcast to the network, validated, and settled into a block.
- You and the recipient can verify it via a block explorer.
Where React Wallet fits
React Wallet is a non-custodial, multi-chain wallet designed to make the above painless. It supports many EVM and non-EVM networks, integrates WalletConnect v2 for dApps, and implements account-abstraction/EIP-7702 patterns where supported to simplify approvals and reduce friction around gas. Features like advanced price alerts and gas-saving tools aim to help users make smarter, cheaper transactions—without handing custody to a third party.
Tip: If you’re new, start with a small test transfer on the network you plan to use.
Safety basics you shouldn’t skip
- Back up your recovery phrase (12/24 words) offline. Anyone with it can restore your wallet.
- Double-check addresses (use QR or an address book). Consider allow-listing known contacts.
- Beware signatures: Read what you’re approving; malicious dApps can request dangerous permissions.
- Keep your device clean: OS updates, screen lock, and phishing awareness go a long way.
- Use cold storage for large balances and a hot wallet for everyday use.