Makecrypt

Reference

A working glossary

Definitions written against how terms are actually used, including where common usage is wrong. Meant for looking things up, not reading through.

Where a term is routinely misused, the entry says so. That is more useful than a definition that quietly disagrees with everything you will read elsewhere.

Keys and custody

TermWhat it means
Seed phraseTwelve or twenty-four words encoding one large random number, from which all keys derive. Also called a recovery or mnemonic phrase. Whoever reads it has complete, irreversible control.
Private keyThe secret that authorises a transaction. Derived from the seed; never shared, never entered anywhere.
Public keyDerived from the private key, one way only. Safe to share.
AddressDerived from a public key. What you give someone to receive funds.
CustodialSomeone else holds the keys. Your balance is a claim on that company.
Self-custodyYou hold the keys. No recovery, no permission required, no counterparty.
Hardware walletA device holding keys in a chip that signs but will not export them. Protects against a compromised computer, not against a revealed seed.
Cold / hotCold means keys never touch an internet-connected device. Hot means they do. A hardware wallet plugged into an online computer is still cold, because the key does not leave the chip.

Transactions

TermWhat it means
ConfirmationA block containing your transaction, plus each block after it. More confirmations means more expensive to reverse.
Gas / feePayment to have a transaction included. Varies with demand, not with the amount sent.
MempoolBroadcast but not yet included. A transaction here can still be replaced on some networks.
FinalityThe point after which reversal is considered infeasible. Probabilistic on some networks, explicit on others.
Approval / allowanceStanding permission for a contract to move your tokens. Persists until revoked. A frequent cause of loss with no key compromise involved.
BridgeMoves value between networks, usually by locking on one side and issuing on the other. Historically the most attacked component in the ecosystem.

Assets and structures

TermWhat it means
Token vs. coinA coin is native to its own network; a token exists as a contract on someone else's. Used interchangeably in practice, but the distinction matters for how it can fail.
StablecoinA token intended to hold a fixed value. How it does so varies enormously — full reserves, partial reserves, or an algorithm — and that mechanism is the actual risk, not the label.
Market capPrice multiplied by circulating supply. Routinely misread as money invested. It is not: a thin market can produce a very large figure from very little capital.
LiquidityHow much can be sold before the price moves against you. The gap between a quoted price and an achievable one.
StakingLocking assets to support a network's operation, in return for issuance. Real, but often used loosely to describe arrangements that are simply lending with counterparty risk.
YieldA return from somewhere. The only question that matters is where — if nobody can explain who pays it and why, the answer is usually new depositors.

Terms used loosely, and what they hide

  • "Decentralised" — describes a spectrum, not a property. Ask specifically: who can change the code, who holds the keys that can, and who runs the interface you actually use.
  • "Audited" — a firm reviewed some version of some code at some point. It is not a guarantee, and the audited version is frequently not the deployed one.
  • "Insured" — almost always covers a specific narrow scenario, often only the custodian's own hot-wallet breach, and never market losses.
  • "Community" — in the context of a token's promotion, usually means holders with a financial interest in more buyers arriving.

Last reviewed: 11 September 2026

← Home