Proof-of-Stake (PoS)란 무엇인가요
Proof-of-Stake (PoS)는 검증자가 보유하고 스테이킹하려는 암호화폐의 양을 기준으로 새로운 블록을 생성하도록 선택되는 합의 메커니즘입니다.
Proof-of-Stake (PoS)는 분산 합의를 달성하기 위해 많은 블록체인에서 사용되는 일종의 합의 메커니즘입니다. Proof-of-Work (PoW)와 같이 계산 능력에 의존하는 대신, PoS는 보유하고 '스테이킹'하거나 묶어두려는 토큰의 수에 따라 검증자를 선택합니다.
PoS는 에너지 소비 문제를 해결하고 확장성을 개선하기 위해 PoW의 대안으로 만들어졌습니다. PoS의 초기 구현은 2010년대 초반에 나타나기 시작했으며, 그 이후 몇 년 동안 더 널리 채택되었습니다. 2022년 9월에 Ethereum이 PoS로 전환한 The Merge는 중요한 이정표였습니다.
PoS 시스템의 검증자는 새로운 블록을 생성하고 트랜잭션을 검증하도록 선택됩니다. 검증자가 스테이킹하는 토큰이 많을수록 선택될 확률이 높아집니다. 검증자는 블록을 성공적으로 검증하면 보상을 받습니다. PoS 시스템은 PoW 시스템보다 에너지 효율적이고 확장 가능하도록 설계되어 다양한 블록체인 애플리케이션에 매력적입니다.
기술적인 세부 사항에는 악의적인 행위에 대해 검증자가 스테이킹한 토큰을 잃을 수 있는 슬래싱 사용, 다양한 스테이킹 모델(예: 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;
🧠 지식 테스트
🧒 5살도 이해할 수 있게 설명
💰 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](/ko/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.