Proof-of-Stake (PoS)

Proof-of-Stake (PoS) to mechanizm konsensusu, w którym walidatorzy są wybierani do tworzenia nowych bloków na podstawie ilości kryptowaluty, którą posiadają i są gotowi stakować.

Proof-of-Stake (PoS) to rodzaj mechanizmu konsensusu używanego przez wiele blockchainów do osiągnięcia rozproszonego konsensusu. Zamiast polegać na mocy obliczeniowej, jak Proof-of-Work (PoW), PoS wybiera walidatorów na podstawie liczby tokenów, które posiadają i są gotowi 'stakować' lub zablokować.

PoS został stworzony jako alternatywa dla PoW, aby rozwiązać problemy związane ze zużyciem energii i poprawić skalowalność. Wczesne implementacje PoS zaczęły pojawiać się na początku 2010 roku, z szerszym przyjęciem w kolejnych latach. Przejście Ethereum na PoS, znane jako The Merge, we wrześniu 2022 roku, było ważnym kamieniem milowym.

Walidatorzy w systemie PoS są wybierani do tworzenia nowych bloków i walidacji transakcji. Im więcej tokenów walidator stakuje, tym większe ma szanse na wybór. Walidatorzy zarabiają nagrody za pomyślne walidowanie bloków. Systemy PoS są zaprojektowane tak, aby były bardziej energooszczędne i skalowalne niż systemy PoW, co czyni je atrakcyjnymi dla różnych zastosowań blockchain.

Szczegóły techniczne obejmują użycie slashing, gdzie walidatorzy mogą stracić swoje zablokowane tokeny za złośliwe zachowanie; implementację różnych modeli stakingu (np. delegated PoS); oraz użycie różnych technik kryptograficznych w celu zapewnienia bezpieczeństwa i integralności blockchaina.

        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;

      

🧠 Sprawdzenie wiedzy

1 / 3

🧒 Wyjaśnij jak 5-latkowi

💰 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](/pl/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.

🔗 Powiązane terminy

Wymagana wiedza:

📚 Źródła