Consensus Mechanism
Pilier uses Proof of Authority (PoA) consensus, where trusted institutional validators secure the network through reputation rather than computational power or economic stake.
This design prioritizes efficiency, sustainability, and civic alignment over decentralization maximalism.
Overview
What is Consensus?
Consensus is the mechanism by which a blockchain network agrees on:
- ✅ Which transactions are valid
- ✅ The order of transactions
- ✅ The current state of the ledger
Without consensus: Every node could have a different version of truth → chaos.
With consensus: All honest nodes agree on the canonical chain → trust.
Why Proof of Authority?
Pilier's mission is to serve as a Civic Trust Layer for European supply chains and public institutions. This requires:
- Predictable costs (no gas price volatility)
- Energy efficiency (no wasteful mining)
- Institutional credibility (validators you can identify and trust)
- EU sovereignty (validators subject to European jurisdiction)
PoA delivers all four.
Pilier's PoA Model
Validators: 5-10 institutional entities (universities, NGOs, chambers of commerce)
Selection: Governance vote (tPIL-weighted) after technical audit
Incentives: Fee revenue + inflation subsidy (~€500/month target)
Accountability: Reputation, legal contracts (Validator Charter), insurance
No slashing: Validators risk institutional reputation, not tokens
Proof of Authority Explained
How PoA Works
Core principle: A small set of pre-approved, identified validators produce blocks in turns.
Validator set: [University-Lyon, NGO-WWF, Chamber-Paris, Pilier-Node-1, Pilier-Node-2]
Block 1000: University-Lyon produces
Block 1001: NGO-WWF produces
Block 1002: Chamber-Paris produces
Block 1003: Pilier-Node-1 produces
Block 1004: Pilier-Node-2 produces
Block 1005: University-Lyon produces (round-robin repeats)
Key properties:
- ✅ Deterministic (you know who produces next block)
- ✅ Fast (6-second block time)
- ✅ Efficient (no mining, minimal energy)
- ✅ Accountable (validators are known entities)
PoA vs. Other Consensus Mechanisms
| Feature | PoA (Pilier) | PoW (Bitcoin) | PoS (Ethereum) | DPoS (EOS) |
|---|---|---|---|---|
| Energy use | Minimal | Massive | Low | Low |
| Speed | 6s blocks | 10 min blocks | 12s blocks | 0.5s blocks |
| Finality | 2-3 blocks (~12s) | ~60 min | ~15 min | Instant |
| Validator identity | Known (institutions) | Anonymous | Pseudonymous | Elected delegates |
| Decentralization | Low (5-10 validators) | High (1000s miners) | Medium (100k+ stakers) | Low (21 delegates) |
| Plutocracy risk | None (governance, not wealth) | None | High (rich stake more) | High (vote buying) |
| Civic alignment | ✅ High | ❌ None | ❌ None | ⚠️ Depends |
| EU sovereignty | ✅ Yes |