Skip to main content

Protocol Overview

Celo's blockchain reference implementation is based on go-ethereum, the Go implementation of the Ethereum protocol. The project team is indebted to the Geth community for providing these shoulders to stand on and, while recognizing that Ethereum is an independent project with its own trajectory, hopes to contribute changes where it makes sense to do so.

In addition to the blockchain client, some core components of the Celo protocol are implemented at the smart contract level and even off-chain (e.g. phone number verification via SMS).

Overall, a number of substantial changes and additions have been made in service of Celo's product goals, including the following:

β†’
Consensus
/celo-codebase/protocol/consensus
β†’
Proof-of-Stake
/celo-codebase/protocol/proof-of-stake
β†’
Governance
/celo-codebase/protocol/governance
β†’
Stability Mechanism
/celo-codebase/protocol/stability
β†’
Transactions
/celo-codebase/protocol/transactions
β†’
Identity
/celo-codebase/protocol/identity
β†’
Optics
/celo-codebase/protocol/optics
β†’
Plumo Ultralight Sync
/celo-codebase/protocol/plumo