Что такое Proof-of-Stake (PoS)
Proof-of-Stake (PoS) — это механизм консенсуса, в котором валидаторы выбираются для создания новых блоков на основе количества криптовалюты, которую они хранят и готовы стейкать.
Proof-of-Stake (PoS) — это тип механизма консенсуса, используемый многими блокчейнами для достижения распределенного консенсуса. Вместо того, чтобы полагаться на вычислительную мощность, как Proof-of-Work (PoW), PoS выбирает валидаторов на основе количества токенов, которые они хранят и готовы 'стейкать' или блокировать.
PoS был создан как альтернатива PoW для решения проблем энергопотребления и улучшения масштабируемости. Ранние реализации PoS начали появляться в начале 2010-х годов, с более широким распространением в последующие годы. Переход Ethereum на PoS, известный как The Merge, в сентябре 2022 года, стал важной вехой.
Валидаторы в системе PoS выбираются для создания новых блоков и проверки транзакций. Чем больше токенов стейкает валидатор, тем выше его шансы быть выбранным. Валидаторы получают вознаграждение за успешную проверку блоков. Системы PoS разработаны так, чтобы быть более энергоэффективными и масштабируемыми, чем системы PoW, что делает их привлекательными для различных блокчейн-приложений.
Технические детали включают использование slashing, когда валидаторы могут потерять свои застейканные токены за злонамеренное поведение; реализацию различных моделей стейкинга (например, delegated PoS); и использование различных криптографических методов для обеспечения безопасности и целостности блокчейна.
graph LR
Center["Что такое Proof-of-Stake (PoS)"]:::main
Pre_logic["logic"]:::pre --> Center
click Pre_logic "/terms/logic"
Rel_consensus_mechanism["consensus-mechanism"]:::related -.-> Center
click Rel_consensus_mechanism "/terms/consensus-mechanism"
Rel_consensus_mechanisms["consensus-mechanisms"]:::related -.-> Center
click Rel_consensus_mechanisms "/terms/consensus-mechanisms"
Rel_mining["mining"]:::related -.-> Center
click Rel_mining "/terms/mining"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Проверка знаний
🧒 Простыми словами
💰 It's like a 'Security Deposit' system for a shared map. To be allowed to update the map, you have to lock up some of your own coins in a safe. If you follow the rules, you earn more coins as a tip. If you try to cheat, the system takes away your deposit (this is called 'slashing'). No huge computers or electricity wasted—just math and [collateral](/ru/terms/collateral).
🤓 Expert Deep Dive
Proof-of-Stake (PoS) is a type of consensus mechanism used by many blockchains to achieve distributed consensus. Instead of relying on computational power like Proof-of-Work (PoW), PoS selects validators based on the number of tokens they hold and are willing to 'stake' or lock up.
PoS was created as an alternative to PoW to address its energy consumption concerns and to improve scalability. Early implementations of PoS started appearing in the early 2010s, with more widespread adoption in the following years. Ethereum's transition to PoS, known as The Merge, in September 2022, was a major milestone.
Validators in a PoS system are chosen to create new blocks and validate transactions. The more tokens a validator stakes, the higher their chances of being selected. Validators earn rewards for successfully validating blocks. PoS systems are designed to be more energy-efficient and scalable than PoW systems, making them attractive for various blockchain applications.
Technical details include the use of slashing, where validators can lose their staked tokens for malicious behavior; the implementation of different staking models (e.g., delegated PoS); and the use of various cryptographic techniques to ensure the security and integrity of the blockchain.