Proof of Staked Authority (PoSA)
Mecanismo de consenso que combina prova de participação e prova de autoridade, com validadores selecionados que comprometem recursos para validar a rede.
Key points
- PoSA combines elements of proof of stake with those of proof of authority in a single consensus mechanism.
- A selected set of validators commits resources and validates the network, aiming for high speed and low cost.
- This design tends to be more centralized, trading part of decentralization for performance.
What is PoSA?
PoSA stands for Proof of Staked Authority. It is a consensus mechanism, that is, the way a network agrees on which transactions are valid, that combines two approaches. From proof of stake, it inherits the idea of committing resources as collateral; from proof of authority, it inherits the idea of relying on a selected and identified set of validators. The result is a hybrid that seeks to balance security and performance.
How it works
In a PoSA network, a limited number of validators is responsible for processing transactions and producing blocks. These validators are selected and commit resources, which act as a guarantee of good behavior: acting dishonestly can lead to the loss of that committed stake. At the same time, because they are a small and known group, they can reach agreement quickly, which allows transactions to be processed with high speed and low fees.
This design represents a conscious trade-off. By limiting the number of validators, the network gains performance, but gives up part of its decentralization, since validation power is concentrated in few hands. It is a deliberate trade: efficiency and low cost are prioritized, accepting a greater degree of centralization than in networks with widely distributed validation.
For this reason, PoSA tends to be adopted by networks that seek to offer fast and cheap transactions, often aimed at applications that require this kind of performance. The trade-off is that security and censorship resistance depend heavily on the integrity and diversity of the validator set. A network like this is only as trustworthy as the behavior and independence of its few validators, which makes it more vulnerable to concentrated pressures or failures than more distributed networks.
Understanding PoSA helps assess the balance between performance and decentralization of a network.
Why it matters
Understanding PoSA helps clarify why some networks offer very fast and cheap transactions and what the trade-off is in terms of centralization. For a company choosing where to operate, this balance is a relevant factor. This is a technical concept and does not represent any operating recommendation.
Risks and limitations
PoSA tends to be more centralized, concentrating validation power among few participants, which reduces censorship resistance and creates points of vulnerability. Its security depends heavily on the integrity and diversity of the selected validators. The performance gain therefore comes at the cost of lower decentralization. None of this represents an operating recommendation.