
{"id":120452,"date":"2025-12-15T09:05:47","date_gmt":"2025-12-15T09:05:47","guid":{"rendered":"https:\/\/mycryptomania.com\/?p=120452"},"modified":"2025-12-15T09:05:47","modified_gmt":"2025-12-15T09:05:47","slug":"consensus-mechanisms-explained-how-blockchain-networks-agree-without-a-boss","status":"publish","type":"post","link":"https:\/\/mycryptomania.com\/?p=120452","title":{"rendered":"Consensus Mechanisms Explained: How Blockchain Networks Agree Without a Boss"},"content":{"rendered":"<p>Consensus Mechanisms<\/p>\n<h3>Introduction<\/h3>\n<p>You know what\u2019s the magic trick of blockchain? Nobody\u2019s in charge, yet everyone trusts the system. How is that possible?<\/p>\n<p>The answer is <strong>consensus mechanisms<\/strong>\u200a\u2014\u200athe rulebook that lets thousands of computers agree on what\u2019s real without a central authority deciding for them. Think of it as a voting system that\u2019s impossible to cheat. This is <strong>Day 13<\/strong> of 60 day Web3 Series, <a href=\"https:\/\/x.com\/RibsModi\">Connect on Twitter<\/a> \/ <a href=\"https:\/\/t.me\/Web3ForHumans\">Join the TG Community<\/a> for previous articles.<\/p>\n<p>After learning about <a href=\"https:\/\/future.forem.com\/ribhavmodi\/understanding-tokenomics-why-token-design-matters-3m5k\">tokenomics<\/a>, understanding <em>how<\/em> the network actually maintains trust is the next crucial piece of the\u00a0puzzle.<\/p>\n<h3>What Is a Consensus Mechanism?<\/h3>\n<p>A <strong>consensus mechanism<\/strong> is a protocol\u200a\u2014\u200aa set of rules\u200a\u2014\u200athat determines how a blockchain network agrees that a transaction is valid and should be recorded.<\/p>\n<p>In traditional banking:<\/p>\n<p>One bank (or central authority) validates your transactionThey maintain the\u00a0ledgerYou trust them because they\u2019re regulated<\/p>\n<p>In blockchain:<\/p>\n<p>No single entity controls validationThe network itself validates transactionsYou trust the <em>math and cryptography<\/em>, not an institution<\/p>\n<p><strong>Consensus mechanisms are the blockchain\u2019s answer to this problem:<\/strong> <em>\u201cHow do we get 10,000 strangers to agree on the\u00a0truth?\u201d<\/em><\/p>\n<h3>Why We Need Consensus Mechanisms<\/h3>\n<p>Imagine you and I are playing chess online, and we both claim we won. Who\u00a0decides?<\/p>\n<p>In blockchain, the problem is similar but\u00a0bigger:<\/p>\n<p>Alice sends Bitcoin to\u00a0BobBob\u2019s uncle also claims Alice sent him the same\u00a0BitcoinThe network needs to decide: which transaction actually happened?<\/p>\n<p>Without a consensus mechanism, bad actors\u00a0could:<\/p>\n<p>Spend the same coin twice (\u201cdouble-spending\u201d)Reverse past transactionsRewrite history<\/p>\n<p><strong>Consensus mechanisms prevent all of this by making it mathematically expensive and tedious to\u00a0lie.<\/strong><\/p>\n<h3>Proof of Work (PoW): The Bitcoin\u00a0Way<\/h3>\n<p><strong>How it works: <br \/><\/strong>Miners compete to solve a difficult math puzzle. The first one to solve it gets to add a block of transactions to the blockchain and earns a\u00a0reward.<\/p>\n<p><strong>The puzzle (simplified):<\/strong><\/p>\n<p>Find a number that, when combined with transaction data and hashed, produces a result starting with a certain number of\u00a0zerosThis requires trying billions of combinationsThe first computer to find it\u00a0wins<\/p>\n<p><strong>Why this\u00a0works:<\/strong><\/p>\n<p><strong>Expensive to attack:<\/strong> To fake a transaction, you\u2019d need to redo all that computational work faster than the honest network\u00a0combined<strong>Verifiable:<\/strong> Everyone can instantly check if the answer is\u00a0correct<strong>Fair:<\/strong> Anyone with a computer can try to solve\u00a0it<\/p>\n<p><strong>Real-world analogy:<\/strong> It\u2019s like making everyone in the room solve a Sudoku puzzle to add information to a shared notebook. The work itself proves you\u2019re\u00a0serious.<\/p>\n<p><strong>The energy\u00a0reality:<\/strong><\/p>\n<p>Per Bitcoin\u00a0block:<\/p>\n<p>~10,000 miners competing simultaneouslyEach runs specialized computers (ASICs)Each tries billions of combinations per\u00a0second~700 kWh of energy consumed per\u00a0block10-minute block\u00a0time<\/p>\n<p><strong>Where the energy\u00a0goes:<\/strong><\/p>\n<p>99% = Solving the puzzle \u26a1\u26a1\u26a1\u26a1\u26a1<br \/>1% = Broadcasting\/verifying the\u00a0block<\/p>\n<p><strong>The downside:<\/strong><\/p>\n<p>Uses tons of electricity (Bitcoin uses ~150 TWh annually\u200a\u2014\u200amore than <a href=\"https:\/\/en.wikipedia.org\/wiki\/Electricity_sector_in_Argentina\">Argentina\u2019s total electricity<\/a>)Slower transaction speeds (~7 transactions per\u00a0second)Equipment becomes outdated\u00a0quicklyMost mining power concentrated in geographic regions<\/p>\n<p>Deep Dive: <a href=\"https:\/\/digiconomist.net\/bitcoin-energy-consumption\">Bitcoin Energy Consumption Index<\/a><\/p>\n<h3>Proof of Stake (PoS): The Ethereum 2.0\u00a0Way<\/h3>\n<p><strong>How it works: <br \/><\/strong>Instead of solving math puzzles, validators are chosen based on how much cryptocurrency they\u2019ve \u201cstaked\u201d (locked up as collateral). One validator builds the block, others verify\u00a0it.<\/p>\n<p><strong>The three-step process:<\/strong><\/p>\n<h3>Step 1: Becoming a Validator<\/h3>\n<p>You deposit 32 ETH as collateral \u2192 you become eligible to\u00a0validate<\/p>\n<p><strong>Current Requirements:<\/strong><\/p>\n<p>32 ETH (~$100,000 USD at current\u00a0prices)Validator software running 24\/7 (can be cloud-based)Stable internet connection<\/p>\n<h3>Step 2: Getting\u00a0Selected<\/h3>\n<p>The network randomly selects validators to propose blocks (weighted by\u00a0stake):<\/p>\n<p>Validator with 32 ETH: ~1 chance per\u00a0epochValidator with 320 ETH: ~10 chances per\u00a0epochCan\u2019t predict who\u2019s next (prevents attacks)<\/p>\n<p><strong>Selection Mechanism:<\/strong><\/p>\n<p>Uses <a href=\"https:\/\/www.randao.net\/\">RANDAO<\/a> (Random Number Generator)Weighted by effective balanceRotates every 12 seconds (slot\u00a0time)<\/p>\n<h3>Step 3: Building &amp; Verifying the\u00a0Block<\/h3>\n<p>When a validator is selected:<\/p>\n<p><strong>Proposer<\/strong> (the selected validator):<\/p>\n<p>Gathers pending transactions (~5 seconds\u00a0work)Checks they\u2019re valid (not double-spends, etc.)Creates a\u00a0blockBroadcasts it to\u00a0networkEnergy used: ~0.0001\u00a0kWh<\/p>\n<p><strong>Attesters<\/strong> (other validators):<\/p>\n<p>Verify the proposer did their job correctly (~1 second\u00a0work)Check: Is the block valid? Are transactions legitimate?\u201cAttest\u201d (approve) if everything looks\u00a0goodEnergy used: negligible (just confirming)<\/p>\n<p><strong>Block Finalization:<\/strong><\/p>\n<p>When 2\/3 of validators attest \u2192 block is final and permanentProposer earns reward (~0.025 ETH per\u00a0block)Attesters earn small\u00a0rewards<\/p>\n<p><strong>Penalty for Dishonesty (Slashing):<\/strong><\/p>\n<p>If a validator cheats or validates false transactions:<\/p>\n<p>Their 32 ETH deposit gets \u201cslashed\u201d (taken\u00a0away)Removed from the validator setCan\u2019t earn rewards\u00a0anymoreEconomic penalty for dishonesty<\/p>\n<p><strong>Why this\u00a0works:<\/strong><\/p>\n<p><strong>Economic incentive:<\/strong> Lose 32 ETH if you\u00a0cheat<strong>Energy efficient:<\/strong> No need for expensive puzzle-solving computations<strong>Democratic:<\/strong> Anyone with 32 ETH can participate (though this is still a\u00a0barrier)<strong>Fair:<\/strong> Random selection prevents anyone from controlling the\u00a0process<\/p>\n<p><strong>Real-world analogy:<\/strong> Like a security deposit on an apartment. The landlord knows you\u2019ll take care of it because it\u2019s <em>your<\/em> money at\u00a0stake.<\/p>\n<p><strong>The energy\u00a0reality:<\/strong><\/p>\n<p>Per Ethereum\u00a0block:<\/p>\n<p>1 proposer selected from 500,000+ validatorsOthers verify (attesters)~0.0001 kWh of energy consumed per\u00a0block12-second block\u00a0time<\/p>\n<p><strong>Where the energy\u00a0goes:<\/strong><\/p>\n<p>90% = Running validators\u2019 servers \ud83d\udcbb<br \/>10% = Broadcasting\/network activity<br \/>0% = Solving puzzles (doesn\u2019t\u00a0exist!)<\/p>\n<h3>Learn More About Ethereum\u00a0PoS<\/h3>\n<p><a href=\"https:\/\/ethereum.org\/en\/developers\/docs\/consensus-mechanisms\/pos\/\">Ethereum Proof of Stake Documentation<\/a><a href=\"https:\/\/ethereum.org\/en\/eth2\/\">Ethereum 2.0 Explainer<\/a><a href=\"https:\/\/ethereum.org\/en\/staking\/\">How to Stake on\u00a0Ethereum<\/a><a href=\"https:\/\/lido.fi\/\">Lido Staking (Liquid\u00a0Staking)<\/a><a href=\"https:\/\/rocketpool.net\/\">Rocket Pool (Decentralized Staking)<\/a><\/p>\n<h3>But Wait: Doesn\u2019t More Blocks = More\u00a0Energy?<\/h3>\n<p>Great question! This is where people get confused.<\/p>\n<p><strong>Let\u2019s compare the same amount of transaction throughput:<\/strong><\/p>\n<p><strong>Bitcoin (PoW):<\/strong><\/p>\n<p>Block time: 10\u00a0minutes<\/p>\n<p>Blocks per day:\u00a0144<\/p>\n<p>Energy per block: 700\u00a0kWh<\/p>\n<p>Total daily energy: 100,800\u00a0kWh<\/p>\n<p>Transactions per block:\u00a0~2,000<\/p>\n<p><strong>Ethereum (PoS):<\/strong><br \/>Block time: 12\u00a0seconds<\/p>\n<p>Blocks per day: 7,200 (50x more\u00a0blocks!)<\/p>\n<p>Energy per block: 0.0001\u00a0kWh<\/p>\n<p>Total daily energy: 0.72 kWh\u00a0(!!!)<\/p>\n<p>Transactions per block:\u00a0~100\u2013200<\/p>\n<p><strong>Even with 50x more blocks, PoS uses 140,000x LESS\u00a0energy!<\/strong><\/p>\n<p><strong>Why?<\/strong> Because removing the puzzle-solving requirement creates such a massive energy difference per block that it overwhelms everything else.<\/p>\n<p><strong>Think of it this\u00a0way:<\/strong><\/p>\n<p>PoW: 1 block = \u201cRun NYC\u2019s power grid for 1 hour\u201d<br \/>PoS: 1 block = \u201cTurn on a light bulb for 5\u00a0seconds\u201d<\/p>\n<p>Even if PoS produces 50x more blocks,<br \/>light bulbs still use way less total energy than power\u00a0grids.<\/p>\n<h3>The Validator vs. Miner Distinction<\/h3>\n<p>I want to clarify a terminology confusion:<\/p>\n<p>Miner: Puzzle-solving (PoW) \u2192 Massive\u00a0energyValidator: Block validation (PoS) \u2192 Minimal\u00a0energyProposer: Builds block (PoS) \u2192 0.0001\u00a0kWhAttester: Verifies block (PoS) \u2192 ~0\u00a0kWh<\/p>\n<p><strong>In PoS, there\u2019s no \u201cminer\u201d concept.<\/strong> Validators do different roles:<\/p>\n<p>Sometimes they\u2019re proposers (build\u00a0blocks)Sometimes they\u2019re attesters (verify\u00a0blocks)Most of the time they\u2019re just waiting to be\u00a0selected<\/p>\n<h3>The Advantages of\u00a0PoS<\/h3>\n<p><strong>99.998% less energy than\u00a0PoW<\/strong><strong>Faster transactions<\/strong> (12 seconds vs 10\u00a0minutes)<strong>More accessible hardware<\/strong> (laptop can validate, not ASIC required)<strong>Punishes dishonesty economically<\/strong> (slashing)<strong>Scales better<\/strong> (more validators = more security, not\u00a0less)<strong>Environmental sustainability<\/strong> (<a href=\"https:\/\/ethereum.org\/energy-consumption\/\">Ethereum saved ~150 TWh\/year after\u00a0merge<\/a>)<\/p>\n<p><strong>The criticisms:<\/strong><\/p>\n<p>\u201cRich get richer\u201d\u200a\u2014\u200apeople with more ETH earn more rewards (100 ETH = 3.1x more rewards than 32\u00a0ETH)Centralization risk\u200a\u2014\u200aif a few large entities control 33%+ of stake, they could attack the\u00a0networkHigher barrier to entry (need 32 ETH,\u00a0~$100k)\u201cWeak subjectivity\u201d\u200a\u2014\u200anew nodes need to trust existing network\u00a0stateCentralization of staking providers (<a href=\"https:\/\/lido.fi\/\">Lido controls ~32% of staked\u00a0ETH<\/a>)<\/p>\n<h3>Other Notable Consensus Mechanisms<\/h3>\n<h3>Delegated Proof of Stake\u00a0(DPoS)<\/h3>\n<p><em>(Used by: <\/em><a href=\"https:\/\/cardano.org\/\"><em>Cardano<\/em><\/a><em>, <\/em><a href=\"https:\/\/polkadot.network\/\"><em>Polkadot<\/em><\/a><em>)<\/em><\/p>\n<p>Token holders vote for representatives who validate\u00a0blocksLower barrier to entry (don\u2019t need 32\u00a0ETH)More democratic than\u00a0PoSFaster than pure\u00a0PoWRisk: Voter apathy (people don\u2019t participate)<\/p>\n<p><strong>Learn More:<\/strong><\/p>\n<p><a href=\"https:\/\/cardano.org\/stake-pool-operation\/\">Cardano Stake Pool Operation<\/a><a href=\"https:\/\/polkadot.network\/technology\/validators\/\">Polkadot Validators<\/a><\/p>\n<h3>Proof of Authority (PoA)<\/h3>\n<p><em>(Used by: Private blockchains, testnets, <\/em><a href=\"https:\/\/www.bsc.news\/\"><em>Binance Smart\u00a0Chain<\/em><\/a><em>)<\/em><\/p>\n<p>Known, trusted entities validate\u00a0blocksVery fast but centralizedUsed when speed &gt; decentralizationRisk: Single point of\u00a0failure<\/p>\n<h3>Proof of History\u00a0(PoH)<\/h3>\n<p><em>(Used by:\u00a0<\/em><a href=\"https:\/\/solana.com\/\"><em>Solana<\/em><\/a><em>)<\/em><\/p>\n<p>Creates a cryptographic record proving an event happened at a specific\u00a0momentNovel approach to solving blockchain ordering\u00a0problemEnables very high throughput (~65,000 TPS theoretical)Risk: Novel = less battle-tested<\/p>\n<p><strong>Learn More:<\/strong><\/p>\n<p><a href=\"https:\/\/solana.com\/solana-whitepaper.pdf\">Solana Whitepaper<\/a><a href=\"https:\/\/docs.solana.com\/terminology#proof-of-history-poh\">Proof of History Explanation<\/a><\/p>\n<h3>Hybrid Models<\/h3>\n<p>Some blockchains combine PoW +\u00a0PoSExample: Ethereum during the transition phaseGoal: Get benefits of both (though this is\u00a0debated)<\/p>\n<h3>Comparing Consensus Mechanisms<\/h3>\n<p><strong>Proof of Work (Bitcoin)<\/strong><\/p>\n<p>Energy: 150 TWh\/yr | Speed: 7 TPS | Decentralization: High | Capital: Low ($500 ASIC) | Attack Cost:\u00a0$50B+<\/p>\n<p><strong>Proof of Stake (Ethereum)<\/strong><\/p>\n<p>Energy: 0.0026 TWh\/yr | Speed: 15 TPS | Decentralization: Medium (stake-based) | Capital: High (32 ETH) | Attack Cost:\u00a0$100B+<\/p>\n<p><strong>Delegated PoS (Cardano)<\/strong><\/p>\n<p>Energy: 0.001 TWh\/yr | Speed: 1,000 TPS | Decentralization: Medium (voting) | Capital: Low | Attack Cost:\u00a0Variable<\/p>\n<p><strong>Proof of Authority (Binance)<\/strong><\/p>\n<p>Energy: 0.0001 TWh\/yr | Speed: 10,000 TPS | Decentralization: Low | Capital: N\/A | Attack Cost:\u00a0Depends<\/p>\n<p><strong>Proof of History\u00a0(Solana)<\/strong><\/p>\n<p>Energy: 0.05 TWh\/yr | Speed: 65,000 TPS | Decentralization: Low-Medium | Capital: Low | Attack Cost:\u00a0Variable<\/p>\n<p><em>Note: Energy use changes based on network size; speeds are approximate and\u00a0vary<\/em><\/p>\n<h3>Why This Matters for\u00a0You<\/h3>\n<p><strong>For investors:<\/strong><\/p>\n<p>PoS is more scalable \u2192 potentially more adoption \u2192 more\u00a0valuePoW is proven and battle-tested \u2192 more secure historicallyDifferent consensus = different risk\/reward profilesStaking opportunities available through <a href=\"https:\/\/lido.fi\/\">Lido<\/a>, <a href=\"https:\/\/rocketpool.net\/\">Rocket Pool<\/a>, <a href=\"https:\/\/consensys.net\/staking\/\">Consensys Staking<\/a><\/p>\n<p><strong>For developers:<\/strong><\/p>\n<p>Different consensus mechanisms = different smart contract capabilitiesSome are faster, some are more secure, some are\u00a0greenerChoosing the right blockchain depends on your consensus choice<a href=\"https:\/\/solana.com\/\">Solana<\/a> (PoH) enables things <a href=\"https:\/\/ethereum.org\/\">Ethereum<\/a> (PoS) can\u2019t do\u00a0yetDevelopment tools: <a href=\"https:\/\/hardhat.org\/\">Hardhat<\/a>, <a href=\"https:\/\/www.trufflesuite.com\/\">Truffle<\/a>,\u00a0<a href=\"https:\/\/book.getfoundry.sh\/\">Foundry<\/a><\/p>\n<p><strong>For the environment:<\/strong><\/p>\n<p>PoS blockchains are dramatically greener than\u00a0PoW<a href=\"https:\/\/ethereum.org\/en\/energy-consumption\/\">Ethereum\u2019s switch to PoS saved more energy<\/a> annually than the entire power consumption of a small\u00a0countryYour choice of blockchain has real environmental consequencesCheck: <a href=\"https:\/\/carbon-ratings.com\/\">Crypto Carbon Ratings Institute<\/a><\/p>\n<p><strong>For blockchain philosophy:<\/strong><\/p>\n<p>PoW optimizes for security through computational expensePoS optimizes for efficiency through economic incentivesBoth try to solve the same problem differentlyRead: <a href=\"https:\/\/bitcoin.org\/bitcoin.pdf\">Bitcoin Whitepaper<\/a> and <a href=\"https:\/\/github.com\/ethereum\/consensus-specs\">Ethereum 2.0\u00a0Spec<\/a><\/p>\n<h3>The Reality\u00a0Check<\/h3>\n<p>None of these mechanisms are\u00a0<em>perfect<\/em>:<\/p>\n<p><strong>PoW<\/strong> is secure but wasteful and\u00a0slow<strong>PoS<\/strong> is efficient but can be plutocratic (ruled by the\u00a0wealthy)<strong>DPoS<\/strong> is democratic but requires voter participation<strong>PoA<\/strong> is centralized but\u00a0fast<strong>PoH<\/strong> is novel but less\u00a0proven<\/p>\n<p>The \u201cbest\u201d consensus mechanism depends on what you\u2019re optimizing for:<\/p>\n<p>Security?Speed?Energy efficiency?True decentralization?Accessibility?<\/p>\n<p>Different blockchains make different choices, and that\u2019s\u00a0okay.<\/p>\n<h3>Key Takeaways<\/h3>\n<p>Consensus mechanisms solve the trust problem without needing a central authorityProof of Work = computational puzzle solving (secure, slow, 99.9% energy-intensive)Proof of Stake = putting money on the line (efficient, fast, but plutocratic)The energy difference isn\u2019t about \u201cfewer people.\u201d It\u2019s about not solving computationally expensive puzzles\u00a0anymoreDifferent blockchains use different mechanisms for different tradeoffsNo perfect solution exists\u200a\u2014\u200aeach has strengths and weaknessesValidators \u2260 Miners\u200a\u2014\u200aPoS validators build and verify blocks, PoW miners solve\u00a0puzzles<\/p>\n<h3>What\u2019s Next?<\/h3>\n<p>You now understand <strong>how<\/strong> blockchains reach consensus and <strong>why<\/strong> different mechanisms make different tradeoffs. The natural progression is understanding <strong>where<\/strong> consensus happens\u200a\u2014\u200awhich brings us to <a href=\"https:\/\/future.forem.com\/ribhavmodi\/why-ethereum-needs-layer-2s-for-non-technical-people-hpm\"><strong>Layer 2 Solutions<\/strong><\/a>.<\/p>\n<p>We\u2019ve already explored Layer 2s conceptually in previous articles, but tomorrow\u2019s deep-dive will show\u00a0you:<\/p>\n<p><strong>How<\/strong> Optimistic Rollups and ZK Rollups actually work under the\u00a0hood<strong>Why<\/strong> they need less consensus work than Layer\u00a01<strong>Which<\/strong> approach solves consensus differently<strong>When<\/strong> you should use each\u00a0one<\/p>\n<p>After mastering consensus and scaling, we\u2019ll then compare <strong>different blockchains<\/strong> that use these mechanisms in practice\u200a\u2014\u200aspecifically <strong>Ethereum vs Solana<\/strong>, which make radically different consensus choices.<\/p>\n<h3>Questions to\u00a0Explore<\/h3>\n<p>If you could design a consensus mechanism, what would you optimize for\u00a0first?Do you think PoS is truly more democratic than PoW, or just differently plutocratic?Why would a blockchain choose a slower, more expensive consensus mechanism when faster options\u00a0exist?What would happen if you controlled 33% of Ethereum\u2019s staked ETH? What attacks could you do? What couldn\u2019t you\u00a0do?Is energy consumption the most important factor when choosing a blockchain?How might consensus mechanisms evolve in the next 5\u00a0years?Can Layer 2 solutions reduce the need for efficient consensus mechanisms? Or do they complement each\u00a0other?<\/p>\n<h3>Series Navigation<\/h3>\n<p><strong>60-Day Web3 Journey\u00a0Series:<\/strong><\/p>\n<p><strong>Previous:<\/strong> <a href=\"https:\/\/future.forem.com\/ribhavmodi\/understanding-tokenomics-why-token-design-matters-3m5k\">Understanding Tokenomics\u200a\u2014\u200aWhy Token Design\u00a0Matters<\/a><strong>Current:<\/strong> Consensus Mechanisms Explained (Day\u00a013)<strong>Tomorrow:<\/strong> Layer 2 Solutions Deep-Dive: Optimistic vs ZK Rollups (Day\u00a014)<strong>Soon After:<\/strong> Ethereum vs Solana: Consensus in Action (Day\u00a015)<\/p>\n<p><strong>Follow the series for daily updates<\/strong> | Drop a comment with questions | <a href=\"https:\/\/x.com\/RibsModi\">Connect on Twitter<\/a> \/ <a href=\"https:\/\/t.me\/Web3ForHumans\">Join the TG Community<\/a><\/p>\n<p><a href=\"https:\/\/medium.com\/coinmonks\/consensus-mechanisms-explained-how-blockchain-networks-agree-without-a-boss-68061809fa20\">Consensus Mechanisms Explained: How Blockchain Networks Agree Without a Boss<\/a> was originally published in <a href=\"https:\/\/medium.com\/coinmonks\">Coinmonks<\/a> on Medium, where people are continuing the conversation by highlighting and responding to this story.<\/p>","protected":false},"excerpt":{"rendered":"<p>Consensus Mechanisms Introduction You know what\u2019s the magic trick of blockchain? Nobody\u2019s in charge, yet everyone trusts the system. How is that possible? The answer is consensus mechanisms\u200a\u2014\u200athe rulebook that lets thousands of computers agree on what\u2019s real without a central authority deciding for them. Think of it as a voting system that\u2019s impossible to [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-120452","post","type-post","status-publish","format-standard","hentry","category-interesting"],"_links":{"self":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts\/120452"}],"collection":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=120452"}],"version-history":[{"count":0,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=\/wp\/v2\/posts\/120452\/revisions"}],"wp:attachment":[{"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=120452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=120452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mycryptomania.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=120452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}