Quick answer: The Stellar Consensus Protocol (SCP) is the method the Stellar network uses to agree on transactions without mining. It runs on an idea called federated Byzantine agreement (FBA), in which every node picks the other participants it trusts through “quorum slices,” and overlapping slices produce network-wide agreement. SCP deliberately favors safety (never confirming conflicting transactions) over liveness (never stalling), which is why it appears in serious research on cross-border payments and trade settlement.
Updated 07/17/2026. By Jake Claver. Educational content, not investment advice.
Most people meet Stellar as a payments network. Underneath it sits a consensus design that is unusual enough to have its own peer-reviewed literature. The short version: SCP does not use proof of work, and it does not use a fixed, pre-approved validator list. It lets each participant decide who it trusts, then relies on the math of overlapping trust to keep the whole system in agreement.
That design choice is the reason the same protocol keeps turning up in central bank and multilateral research on moving money and trade documents across borders. This piece explains how SCP works, what makes federated Byzantine agreement different, and where the research trail leads.
What the Stellar Consensus Protocol is
SCP is a consensus mechanism: the rules a distributed network follows to agree on a single, ordered history of transactions. On Stellar it settles transactions in roughly five seconds and does so without mining, using rounds of voting messages between nodes instead of raw computation. The Stellar Development Foundation’s SCP page frames it as agreement reached through “overlapping Quorum Slices that agree,” and stresses that validators identify themselves publicly rather than hiding behind anonymous mining power.
The formal description comes from David Mazières of the Stellar Development Foundation in the protocol’s founding paper, “The Stellar Consensus Protocol: A Federated Model for Internet-level Consensus”. The paper introduces federated Byzantine agreement and argues that trust decisions can knit a network together “much the way individual networks’ peering and transit decisions now unify the Internet.”
How federated Byzantine agreement differs
Classical Byzantine agreement assumes a single membership list that everyone accepts in advance. FBA drops that assumption. Instead:
- Each node defines one or more quorum slices: sets of other nodes whose agreement it will accept.
- A quorum is any set of nodes that contains a slice for each of its members.
- Membership is open, so the network can grow organically without a central authority approving each new participant.
Safety in this model rests on quorum intersection: as long as any two quorums share at least one honest node, they cannot decide on conflicting values. Independent researchers have formalized exactly this point. The peer-reviewed analysis “Deconstructing Stellar Consensus” (OPODIS 2019) re-derives SCP’s guarantees, which matters because a consensus protocol is only as trustworthy as the proofs behind it.
Safety over liveness: the core tradeoff
SCP makes a deliberate choice that shapes everything else. In a blog post written alongside the protocol, Mazières explains that Stellar prioritizes safety over liveness because “the consequences of a safety failure (namely double-spent digital money) are far worse than those of a liveness failure.” A liveness failure means payments pause; a safety failure means money is created or double spent. You can read the reasoning directly in his note on safety versus liveness in the Stellar network.
That tradeoff has a practical knob. Larger quorum slices improve safety but make the network more likely to stall; smaller slices do the opposite. Mazières’s guidance is to build slices from validators run by important anchors and exchanges, and he encourages asset issuers to run public validators, noting the running cost is modest. In other words, the security of the network is a function of how carefully its participants choose whom to trust.
From research paper to running network
What sets SCP apart from a marketing claim is the paper trail. The original Mazières paper is the specification; the OPODIS analysis is an outside check; and a broader academic literature on federated Byzantine agreement systems (including work published in Distributed Computing) continues to probe when these systems stay safe and when they can fracture. For a technology that ultimately moves value, that scrutiny is the point: the guarantees are stated as theorems, not slogans, so they can be tested.


Why cross-border payments and trade research use it
Cross-border payments and trade finance run on trusted records passing between parties who do not share a single database. That is close to the problem FBA is built for: agreement among participants who each maintain their own view of who is trustworthy. It is why Stellar’s design shows up repeatedly in official research. The World Bank has published on central bank digital currencies for cross-border payments (see its review of current experiments and ideas), the Bank for International Settlements tested a Stellar-based settlement layer in its Project Genesis report, and the IMF has examined digital currencies and energy consumption, where non-mining consensus like SCP is directly relevant.
Why this matters
If you care about whether a network can move regulated value safely, the consensus layer is where the real risk lives. SCP’s answer is to make trust explicit and to fail toward pausing rather than toward double-spending. That is a defensible engineering position, and it is documented well enough that outside researchers can and do argue with it. None of this speaks to price or investment merit. It speaks to whether the plumbing behaves the way its designers claim, which is a separate question from whether any token attached to it is a good idea.
Common questions
What is the Stellar Consensus Protocol in simple terms?
It is the way the Stellar network agrees on transactions without mining. Each participant chooses which other participants it trusts, and when those trust decisions overlap across the network, the system reaches agreement in about five seconds.
What is federated Byzantine agreement (FBA)?
FBA is the model behind SCP. Unlike classical Byzantine agreement, it does not require a single pre-approved membership list. Nodes define their own “quorum slices” of trusted peers, and open membership lets the network grow without a central gatekeeper.
Does SCP prioritize safety or liveness?
Safety. Its designer, David Mazières, argues that a safety failure (double-spent money) is far worse than a liveness failure (delayed payments), so SCP is built to stop rather than to confirm conflicting transactions.
Is SCP proof of work or proof of stake?
Neither. SCP reaches agreement through rounds of voting messages among nodes that publicly identify themselves, which avoids the energy cost of mining and does not rank votes by coins staked.
Why do central banks study Stellar’s consensus?
Because cross-border payments and trade settlement involve parties who keep separate records and must still agree. Bodies including the World Bank, BIS, and IMF have examined Stellar-style designs in that context, as their published reports show.
This content is educational only. It is not tax, legal, or investment advice. Check primary sources and speak with a qualified professional before making financial decisions.
