Off-Chain

Transactions or actions processed outside a blockchain’s main ledger, often via Layer-2 or intermediaries to improve speed and reduce fees.

Off-chain refers to cryptocurrency transactions or other blockchain-related actions that occur outside a blockchain’s main, on-chain ledger. Instead of being recorded directly on the base layer (such as Bitcoin or Ethereum) for every step, activity is handled in a separate system, then optionally summarized or settled on-chain later.

How off-chain activity works

In an on-chain transaction, the blockchain’s validators or miners confirm and store the transaction in the public ledger. Off-chain systems move some of that work elsewhere. This can happen through Layer-2 networks, sidechains, or even trusted intermediaries like exchanges and payment processors. For example, the Bitcoin Lightning Network lets users open a payment channel on-chain, make many rapid payments off-chain between participants, then close the channel with a final settlement recorded on the Bitcoin blockchain. The result is faster confirmations and lower costs for frequent, smaller payments.
Off-chain can also describe actions beyond payments, such as order matching on a decentralized exchange where trades are negotiated off-chain and only final outcomes are committed on-chain, or application data stored off-chain with proofs anchoring integrity to a blockchain.

Trade-offs vs. on-chain transactions

Off-chain approaches typically improve scalability, speed, and fee efficiency because the base chain does not need to process every interaction. The trade-off is added complexity and, depending on the design, different trust or security assumptions. Some systems rely on cryptography and game theory to minimize trust, while others introduce more reliance on operators, bridges, or custody.

Off-chain matters because it is a key technique for scaling blockchains, enabling practical payments and high-volume applications while keeping the security benefits of eventual on-chain settlement.