Tokens

Transaction

A signed instruction that moves value or data on a blockchain, recorded permanently once miners or validators confirm it.

A transaction is the basic unit of activity on any blockchain. Someone signs it with a private key and broadcasts it to the network, then waits for it to land in a block. On Bitcoin it usually moves coins between addresses. On Ethereum it can also trigger a smart contract or mint a token.

Every transaction carries a fee that compensates the network for processing and storage. Once it is included in a block and buried under later blocks, it becomes effectively irreversible. There is no chargeback and no undo button. Send to the wrong address and the funds are gone for good.

Related terms