Protocol

A set of rules and standards that let computers coordinate, validate transactions, and reach consensus in a blockchain network.

A protocol is a shared set of rules that lets computers communicate and coordinate. In cryptocurrency, a protocol defines how a blockchain network operates, including how transactions are formatted, broadcast, verified, and recorded, and how participants agree on the state of the ledger without relying on a central operator.

How protocols make blockchains work

At the network level, the protocol specifies what a valid transaction looks like, how nodes relay messages, and how blocks are produced and checked. It also defines the consensus mechanism, the process that helps independent nodes agree on a single history of transactions. Whether a network uses proof of work, proof of stake, or another approach, the protocol sets the rules that nodes follow to accept or reject blocks. Cryptography is a core part of these rules, ensuring users can authorize transfers with private keys and that the ledger resists tampering.

Protocols vs applications and standards

It helps to separate the base protocol from the applications built on top of it. The base protocol governs the chain itself, while smart contracts and decentralized apps use the protocol’s guarantees, like finality rules and data availability, to run reliably. Some systems also use interfaces that connect blockchain protocols to applications, such as the ABCI in the Cosmos ecosystem, which standardizes how an application can interact with the underlying consensus engine.

Protocols can also exist at higher layers. For example, Ethereum Name Service is often described as a protocol for naming, providing human-readable identifiers that map to blockchain addresses and resources. In each case, the “protocol” is the rule set that makes the system interoperable.

Understanding protocols matters because they determine a network’s security model, upgrade process, and the trust assumptions users inherit when they transact, build, or hold assets in the crypto ecosystem.