{"id":10646,"date":"2025-04-04T10:37:06","date_gmt":"2025-04-04T08:37:06","guid":{"rendered":"https:\/\/wsj-crypto.com\/?p=10646"},"modified":"2025-04-04T10:37:06","modified_gmt":"2025-04-04T08:37:06","slug":"exploring-the-future-of-ethereum-insights-from-the-stake-domain","status":"publish","type":"post","link":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/","title":{"rendered":"Exploring the Future of Ethereum: Insights from the Stake Domain"},"content":{"rendered":"<p><\/p>\n<div id=\"\">\n<p class=\"chakra-text css-gi02ar\">The issue of mining centralization has been a significant one in recent weeks. GHASH.io, the largest mining pool within the Bitcoin network, has for the last month redirected <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blockchain.info\/pools\">more than 40%<!-- --><\/a> of the hashpower of the Bitcoin network, and two weeks ago, it briefly surged beyond 50%, theoretically providing it with monopoly oversight over the Bitcoin network. Although miners swiftly departed from the pool and diminished its hashpower to 35%, it is apparent that the dilemma remains unresolved. Concurrently, ASICs pose a further threat to the very production&#8217;s decentralization. One potential resolution to this issue is the <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2014\/06\/19\/mining\">approach I supported in my earlier article<!-- --><\/a>: develop a mining algorithm that is ensured to stay CPU-friendly over time. Alternatively, one could entirely eliminate mining and substitute it with a novel model for achieving consensus.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The main secondary alternative so far has been a method known as &#8220;proof of stake,&#8221; the rationale behind which is outlined below. In a conventional proof-of-work blockchain, miners &#8220;vote&#8221; on which transactions occurred when by utilizing their CPU power; the greater the CPU power one possesses, the proportionately more significant their influence becomes. In proof-of-stake, the system operates under a similar but distinct framework: stakeholders cast their votes using their capital (or rather, the internal currency of the specific network). Regarding how this functions technically, the simplest configuration has been referred to as the &#8220;simulated mining rig&#8221;: essentially, every account has a certain probability per second of generating a valid block, akin to a piece of mining equipment, and this probability is proportionate to the account&#8217;s balance. The simplest equation for this is:<!-- --><\/p>\n<p><!-- --><\/p>\n<div class=\"chakra-stack css-1uyok63\">\n<pre><pre style=\"color:white;font-family:Consolas, Monaco, &quot;Andale Mono&quot;, &quot;Ubuntu Mono&quot;, monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;padding:1em;margin:0.5em 0;overflow:auto;background:#011627\"><code class=\"language-bash\" style=\"color:#d6deeb;font-family:Consolas, Monaco, &quot;Andale Mono&quot;, &quot;Ubuntu Mono&quot;, monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none\"><span>SHA256<!-- --><\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">(<!-- --><\/span><span>prevhash + address + timestamp<!-- --><\/span><span class=\"token\" style=\"color:rgb(199, 146, 234)\">)<!-- --><\/span><span> <!-- --><\/span><span class=\"token\" style=\"color:rgb(127, 219, 202)\"\/><span> <!-- --><\/span><span class=\"token\" style=\"color:rgb(247, 140, 108)\">2<!-- --><\/span><span>^256 * balance \/ <!-- --><\/span><span class=\"token\" style=\"color:rgb(130, 170, 255)\">diff<!-- --><\/span><span>\n<!-- --><\/span><\/code><\/pre>\n<\/div>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\"><span class=\"chakra-text css-ons8vw\">prevhash<\/span> indicates the hash of the preceding block, <!-- --><span class=\"chakra-text css-ons8vw\">address<\/span> refers to the location of the stake-miner, <!-- --><span class=\"chakra-text css-ons8vw\">timestamp<\/span> signifies the current Unix time in seconds, <!-- --><span class=\"chakra-text css-ons8vw\">balance<\/span> represents the account balance of the stake-miner, and <!-- --><span class=\"chakra-text css-ons8vw\">diff<\/span> is a modifiable global difficulty metric. If a specified account fulfills this equation at any given second, it may generate a valid block, entitling that account to a block reward.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">An alternative method is to utilize not the balance, but &#8220;coin age&#8221; (i.e., the balance multiplied by the duration during which the coins have remained untouched), as the weighting parameter; this ensures more equitable returns but at the risk of enabling potentially simpler collusion attacks, as attackers may have the ability to accumulate coin age, possibly resulting in superlinearity; for these reasons, I generally favor the straightforward balance-based method in most situations, and we will adopt this as our baseline for the remainder of this discussion.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Various other solutions to &#8220;proof of X&#8221; have been suggested, including excellence, bandwidth, storage, and identity, but none are particularly practical as <!-- --><em class=\"chakra-text css-0\">consensus<!-- --><\/em> algorithms; instead, all of these frameworks exhibit many characteristics akin to proof of stake, thus making indirect implementation the most effective means &#8211; by rendering them pure mechanisms for currency distribution, and subsequently employing proof of stake on those distributed currencies to achieve actual consensus. The sole exception might be the Ripple system based on social-graph theory, yet many advocates of cryptocurrency view such models as overly reliant on trust to be genuinely considered &#8220;decentralized&#8221;; this matter can be debated, but focusing on one subject at a time is prudent, and thus we will dwell on stake.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"strengths-and-weaknesses\">Strengths and Weaknesses<!-- --><\/h3>\n<p>If executed correctly, in theory, proof of stake presents numerous benefits. Notably, there are three:<br \/>\n<!-- --><\/p>\n<ol role=\"list\" class=\"css-13a5a39\">\n<li class=\"css-cvpopp\">It does not consume a significant amount of electricity. Naturally, stakeholders must continue attempting to create blocks, but no one derives any advantage from making more than one attempt per account each second; therefore, the electricity usage is comparable to any other non-wasteful internet protocol (e.g., BitTorrent)<!-- --><\/li>\n<li class=\"css-cvpopp\">It arguably offers a considerably higher level of security. In proof of work, presuming a liquid market for computational power, the cost of executing a 51% attack equates to the expense of the computing power of the network over a span of two hours &#8211; an amount that, according to standard economic principles, is roughly equivalent to the total accrued block rewards and transaction fees available within two hours. In proof of stake, the threshold is theoretically much elevated: 51% of the total supply of the currency.<!-- --><\/li>\n<li class=\"css-cvpopp\">Depending on the specific algorithm in question, it can potentially facilitate considerably faster blockchains (e.g., NXT produces a block every few seconds, contrasting with one per minute for Ethereum and one per ten minutes for Bitcoin)<!-- --><\/li>\n<\/ol>\n<p>It is important to note that one significant counterargument has been raised regarding point #2: if a substantial entity credibly commits to acquiring 51% of currency units and subsequently employs those funds to frequently undermine the network, the price will plummet drastically, allowing that entity to purchase the tokens more easily. This does somewhat diminish the advantage of stake, although not critically; an entity that can credibly promise to buy 50% of coins is also likely capable of launching 51% attacks against proof of work.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Nevertheless, with the simplistic proof of stake algorithm outlined above, one critical issue arises: as described by some Bitcoin developers, &#8220;there is nothing at stake.&#8221; This implies the following: in the context of a proof-of-work blockchain, if an accidental fork occurs, or a deliberate transaction reversal (&#8220;double-spend&#8221;) attempt is made, and two competing forks of the blockchain emerge, miners must decide on which to contribute. Their three options are either:<!-- --><\/p>\n<p><!-- --><\/p>\n<ol role=\"list\" class=\"css-13a5a39\">\n<li class=\"css-cvpopp\">Mine on no chain and receive no rewards<!-- --><\/li>\n<p>&#8220;`html<\/p>\n<li class=\"css-cvpopp\">Extract on chain A and receive the reward if chain A prevails<!-- --><\/li>\n<li class=\"css-cvpopp\">Extract on chain B and receive the reward if chain B prevails<!-- --><\/li>\n<\/ol>\n<p>As I noted in a <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2014\/06\/30\/advanced-contract-programming-example-schellingcoin\">prior entry<!-- --><\/a>, observe the remarkable resemblance to SchellingCoin\/Truthcoin in this context: you succeed by aligning with the majority, but here, the selection pertains to the sequence of transactions rather than a numerical (as in SchellingCoin) or binary (as in TruthCoin) value. The motivation is to back the chain that most participants endorse, leading to swift alignment and foiling successful assaults, provided that no more than 51% of the network is colluding.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In the simplistic proof of stake method, however, the decisions to vote on A or B are autonomous; therefore, the ideal tactic is to mine on any available fork. Consequently, to orchestrate a successful attack, an intruder merely needs to overpower all the selfless players keen on voting exclusively for the proper chain.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Regrettably, the challenge is somewhat intrinsic. Proof of work is beneficial because the mechanism of hash verification allows the network to acknowledge external factors &#8211; notably, computing power, which acts as a stabilizing anchor. In a simplistic proof of stake framework, however, the chains are only cognizant of their own existence; hence, it\u2019s intuitively clear that this weakens their robustness and stability. Nevertheless, this is merely an intuitive assertion; it does not constitute a mathematical proof that a proof-of-stake mechanism can neither be incentive-compatible nor secure, and indeed, there exist several potential approaches to mitigate this challenge.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The initial approach is the one utilized in the <!-- --><a class=\"chakra-link css-ug8vf0\" href=\"https:\/\/blog.ethereum.org\/2014\/01\/15\/slasher-a-punitive-proof-of-stake-algorithm\">Slasher<!-- --><\/a> protocol, relying on a fundamental insight: while chains lack awareness of external phenomena during a fork, they do recognize each other. Therefore, the protocol averts double-mining by locking the mining reward of a block for 1000 blocks; if one also mines on an alternate chain, anyone else can submit the block from the rival chain into the original chain to claim the mining reward. However, it should be noted that things are not so straightforward, as there is a major caveat: miners must be identifiable beforehand. The issue arises that if the above algorithm is applied directly, double mining can be easily concealed through probabilistic strategies.<!-- --><\/p>\n<p><!-- --><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The dilemma is this: imagine possessing 1% ownership, which gives a 1% chance for every block that you will be able to produce (hereafter, &#8220;sign&#8221;) it. Now, assume there is a split between chain A and chain B, with chain A being the &#8220;accurate&#8221; chain. The &#8220;honest&#8221; tactic is to solely create blocks on A, yielding an expected 0.01 A-coins per block. Alternatively, one could opt to create blocks on both A and B, discarding B if a block on both is discovered simultaneously. The earnings per block include one A-coin if fortunate on A (0.99% chance), one B-coin if fortunate on B (0.99% chance), and one A-coin but no B-coins if lucky on both; thus, the anticipated payout is 0.01 A-coins plus 0.0099 B-coins when double-voting. However, if the participants that need to sign a specific block are predetermined (that is, specifically chosen prior to the fork initiation), then one cannot vote on A without also voting on B; you must have the chance on both or none. Thus, the &#8220;dishonest&#8221; strategy simply merges with the &#8220;honest&#8221; strategy.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"the-block-signer-selection-problem\">The Block Signer Selection Dilemma<!-- --><\/h3>\n<p>Yet, if block signers are chosen ahead of time, another complication emerges: if improperly handled, block signers could &#8220;mine&#8221; their blocks, persistently attempting to generate a block with varied random data until the resulting block allows that same signer to sign another block very soon. For instance, if the signer for block N+1000 was merely selected from the hash of block N, and an adversary possessed a 1% stake, the adversary could repeatedly modify the block until block N+1000 also named the adversary as its signer (i.e., anticipating 100 iterations). Over time, the adversary would gradually acquire signing authority over additional blocks, ultimately filling the blockchain with length-1000 cycles under their control. Even if the hash of 100 combined blocks is employed, manipulation of the value remains possible. Hence, the dilemma becomes: how do we ascertain the signers for forthcoming blocks?<br \/>\n<!-- --><img decoding=\"async\" alt=\"\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2014\/07\/tworound.png\" class=\"chakra-image css-hw6q2r\"\/><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The resolution implemented in Slasher involves a secure decentralized random number generation procedure: numerous parties first submit to the blockchain the hashes of their values, followed by the submission of their actual values. This method precludes manipulation, as each submitter is obligated to provide in the second round the value corresponding to the hash they provided in the first round, and in the first round, no party possesses sufficient information for any tampering. Participants still retain the choice of whether to take part in the second round, but two counterbalancing points are (1) this represents merely one unit of freedom, although it amplifies for substantial miners capable of controlling multiple accounts, and (2) a rule can be established whereby failure to participate results in the forfeiture of one&#8217;s mining rights (miners in round N select miners for round N+1 during round N-1, thereby offering a chance to enact this if certain round-N miners misbehave throughout this selection phase).<!-- --><\/p>\n<p><!-- --><img decoding=\"async\" alt=\"\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2014\/07\/stake_low_influence.png\" class=\"chakra-image css-hw6q2r\"\/><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">An additional concept, introduced by Iddo Bentov and others in their &#8220;<!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/www.cs.technion.ac.il\/~idddo\/CoA.pdf\">Cryptocurrencies Without Proof of Work<!-- --><\/a>&#8221; publication, is the utilization of a &#8220;low-influence&#8221; function &#8211; fundamentally, a function where the probability that a solitary actor can alter the outcome by manipulating the input is exceedingly low. A straightforward instance of an LIF over small sets is majority rule; here, since we aim to elect a random miner, there exists a vast array of options to select from, hence majority rule per bit is implemented (for example, if there are 500 participants and the goal is to select a random miner from a billion, assign them into thirty groups of 17, have each group vote on whether their specific bit is zero or one, and subsequently aggregate the bits as a binary number at the conclusion). This eliminates the necessity for a complex two-step protocol, potentially enabling faster execution and even parallel processing, reducing the likelihood that predetermined stake-miners for a specific block would collaborate and collude.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">A third intriguing strategy, adopted by NXT, is to utilize the addresses of the stake-miners for blocks N and N+1 to determine the miner for block N+2; this inherently results in only one option for the subsequent miner in each block. Introducing a condition that every<br \/>\n&#8220;`miner must be secured for 1440 blocks to engage, which inhibits the dispatching of transactions as a means to avert double-mining. Nevertheless, the swift choice of stake-miners also undermines the property of resistance to the nothing-at-stake issue due to the probabilistic nature of double-mining; this clarifies why ingenious strategies aimed at rapidly determining miners inevitably become, beyond a certain threshold, counterproductive.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"long-range-attacks\">Long-Range Attacks<!-- --><\/h3>\n<p>Although the Slasher methodology effectively addresses the nothing-at-stake dilemma against conventional 51% assaults, complications emerge in scenarios known as &#8220;long-range attacks&#8221;: rather than an assailant commencing mining from ten blocks prior to the current block, the attacker initiates their operations from ten thousand blocks earlier. In a proof-of-work environment, such a move seems absurd; it effectively necessitates thousands of times more effort than is required to execute an assault. However, in this context, generating a block is nearly free of computational costs, rendering it a viable tactic. The rationale behind its effectiveness lies in the fact that Slasher&#8217;s mechanism for penalizing multi-mining is limited to 1000 blocks, and its method for identifying new miners extends to 3000 blocks. Hence, beyond that &#8220;scope,&#8221; Slasher operates in the same manner as a basic proof-of-stake coin. It is important to note that Slasher represents a significant enhancement; in fact, assuming users remain unchanged, it can be rendered completely secure by instituting a rule in each client forbidding the acceptance of forks extending back more than 1000 blocks. However, the challenge arises when a new participant enters the scenario.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">When a new participant first downloads a proof-of-stake coin client, it encounters various versions of the blockchain: the longest and therefore legitimate fork, alongside numerous imposters attempting to mine their own chains from the genesis. As previously mentioned, proof-of-stake chains are entirely self-referential; consequently, the client perceiving these chains possesses no awareness of any contextual factors such as which chain was created first or which carries greater value (note: in a hybrid proof-of-stake combined with social graph system, the user would obtain the initial blockchain data from a reliable source; this method is practical, albeit not entirely decentralized). The sole information available to the client is the distribution within the genesis block, along with all transactions since that point. Therefore, all &#8220;pure&#8221; proof-of-stake systems ultimately manifest permanent nobilities where the members of the genesis block allocation perpetually retain the ultimate authority. Regardless of developments ten million blocks ahead, the members of the genesis block can always unite and instigate an alternative fork with a different transaction history, ensuring that fork takes precedence.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">If you comprehend this, and still find the concept of pure proof of stake acceptable (the specific reasoning you might find it acceptable is that, if the initial allocation is conducted appropriately, the &#8220;nobility&#8221; should remain substantial enough that it cannot feasibly collude), then this realization opens avenues for more innovative interpretations of how proof of stake could evolve. The most straightforward proposal is for the members of the genesis block to vote on every block, where double-mining incurs a permanent forfeiture of voting power. Note that this structure thoroughly resolves the nothing-at-stake concerns, since each holder of the genesis block possesses a mining privilege that retains value indefinitely into the future, rendering double-mining consistently unprofitable. Nonetheless, this system is limited in duration &#8211; specifically, it has the maximum lifespan (and interest) dictated by the genesis signers, and it also grants the nobility a perpetual profit-making privilege, not merely voting power. Yet, the existence of this algorithm is promising as it implies that long-range nothing-at-stake issues may potentially be fundamentally solvable. Thus, the task remains to devise a method to ensure that voting privileges can transfer, all while upholding security.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"changing-incentives\">Changing Incentives<!-- --><\/h3>\n<p>An alternative method for addressing the nothing-at-stake conundrum approaches the issue from a distinctly different perspective. The primary challenge lies in naive proof-of-stake, wherein rational agents will engage in double-voting. The solutions akin to Slasher attempt to resolve the issue by making double-voting unfeasible, or at the very least severely penalizing such behavior. But what if a different strategy exists; specifically, what if we eliminate the motivation to double-vote? In all the proof-of-stake systems outlined previously, the incentive is clear, yet unfortunately, also fundamental: the individual producing blocks requires motivation to engage in the process, thus they benefit from including a block in as many forks as they can. The resolution to this dilemma stems from a creative, unconventional proposal by Daniel Larimer: <!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"https:\/\/bitsharestalk.org\/index.php?topic=1138.0\">transactions as proof of stake<!-- --><\/a>.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The fundamental concept behind transactions as proof-of-stake is straightforward: rather than mining being executed by a distinct class of individuals, whether hardware owners or stakeholders, mining and transaction submissions are fused into one process. The rudimentary TaPoS algorithm is as follows:<!-- --><\/p>\n<p><!-- --><\/p>\n<ol role=\"list\" class=\"css-13a5a39\">\n<li class=\"css-cvpopp\">Every transaction must include a reference (i.e., hash) to the previous transaction<!-- --><\/li>\n<li class=\"css-cvpopp\">A candidate state-of-the-system is derived by calculating the outcome of the resulting transaction chain<!-- --><\/li>\n<li class=\"css-cvpopp\">The accurate chain among several candidates is the one that possesses either (i) the longest coin-days-destroyed (i.e., number of coins in the account * time since last access), or (ii) the highest transaction fees (these are two distinct criteria that we will examine separately)<!-- --><\/li>\n<\/ol>\n<p>This algorithm features a property of extreme scalability challenges, collapsing after approximately 1 transaction every 2-5 seconds, and it is not the proposal Larimer endorses or the one intended for practical use; instead, it serves solely as a theoretical validation that we will investigate to determine if this method holds any validity. If it does, there are likely opportunities for optimization.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Let\u2019s examine the economic implications of this model. Assume a fork exists, with two competing iterations of the TaPoS chain. You, as a transaction initiator, executed a transaction on chain A, and there is now a forthcoming chain B. Do you possess the motivation to double-mine and insert your transaction into chain B as well? The answer is negative &#8211; in fact, you would prefer to double-spend your recipient, thus you would refrain from placing the transaction on an alternative chain. This rationale is particularly compelling in the context of long-range attacks, where you have already received your product in exchange for funds; in the short-term, of course, the motivation remains to ensure the transaction is executed, thereby giving senders an incentive to double-mine; nevertheless, since this concern is confined to a specific timeframe, it can be mitigated through a Slasher-like approach.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">One question that arises is this: considering the existence of forks, how simple is it to overwhelm the system? For instance, if a fork is present, under what circumstances would a particular entity be able to double-spend? In the transaction-fee version, the requirement is straightforward: you must incur more transaction fees than the rest of the network. This may appear weak, but in practice, it isn&#8217;t; we understand that in the situation of Bitcoin, once the currency supply ceases to expand, mining will depend exclusively on transaction fees, and the operational mechanics remain exactly the same (sincethe sum that the network will utilize for mining will approximately relate to the overall quantity of transaction fees being transmitted in); therefore, fee-based TaPoS is, in this aspect, at least as reliable as fee-exclusive PoW mining. In the alternative situation, we encounter a distinct model: rather than mining with your coins, you are mining with your liquidity. Anyone can launch a 51% attack on the system only if they possess a sufficiently substantial amount of coin-days-destroyed at their disposal. Consequently, the expense of incurring a hefty transaction fee post-factum is substituted by the expense of forfeiting liquidity in advance.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"cost-of-liquidity\">Cost of Liquidity<!-- --><\/h3>\n<p>The conversation surrounding liquidity introduces another crucial philosophical notion: security cannot exist without cost. In any setup where there is a block reward, the prerequisite for the reward (be it CPU, stake, or anything else) cannot be complimentary, as otherwise everyone would be claiming the reward indefinitely, and in TaPoS, transaction senders must supply some sort of fee to validate security. Additionally, whatever resource is utilized to underpin security, whether CPU, currency forfeitures, or liquidity forfeitures, the attacker merely needs to acquire an equivalent amount of that resource as the remainder of the network. It\u2019s important to note, in terms of liquidity forfeitures (which is the essence of naive proof of stake), the relevant amount here is not 50% of coins, but rather the advantage of accessing 50% of coins for a limited time &#8211; a service that, assuming a perfectly efficient market, might cost merely a few hundred thousand dollars.<br \/>\n<!-- --><img decoding=\"async\" alt=\"\" src=\"https:\/\/blog.ethereum.org\/images\/posts\/2014\/07\/liquidity.png\" class=\"chakra-image css-hw6q2r\"\/><br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The resolution to this enigma is that marginal cost is different from average cost. In the context of proof of work, this holds true only to a highly restricted degree; although miners do obtain a positive nonzero profit from mining, they all incur substantial expenses (unless they are CPU miners utilizing their home heating, but even there significant inefficiency occurs; laptops executing hash functions at full capacity, while effective for heating, are inherently less efficient than systems fashioned for that purpose). In the scenario of currency sacrifices, everyone pays the same, yet the payment is redistributed as dividends to other stakeholders, and this profit becomes too dispersed to be retrieved via market mechanisms; thus, while the system may be costly from a local viewpoint, it is virtually costless from a global perspective.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">The final option, liquidity sacrifice, occupies a space between the two. Although liquidity sacrifice incurs a cost, there is significant variation in how individuals value liquidity. Some individuals, such as personal users or businesses with minimal savings, place a high value on liquidity; others, such as savers, do not consider liquidity important at all (for example, I could not be less concerned if I lost the ability to spend ten of my bitcoins for a certain period). Therefore, while the marginal cost of liquidity may be elevated (specifically, equal to either the mining reward or the transaction fee), the average cost is considerably lower. This creates a leverage effect that makes the cost of an attack substantially higher than the inefficiency of the network, or the amount that senders expend on transaction fees. Additionally, it is noteworthy that in Larimer&#8217;s scheme specifically, arrangements are made so that <!-- --><em class=\"chakra-text css-0\">all<!-- --><\/em> liquidity sacrificed in consensus is liquidity that was already going to be sacrificed (i.e., by not sending coins earlier), so the practical inefficiency level is zero.<!-- --><\/p>\n<p><!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">Now, TaPoS does indeed encounter its challenges. Firstly, if we attempt to enhance its scalability by reintroducing the concept of blocks, there needs to be some justification for creating blocks that isn\u2019t profit-driven, to avoid reintroducing the nothing-at-stake issue. One approach may be to compel a specific category of large transaction senders to generate blocks. Secondly, attacking a chain remains theoretically \u201ccost-free,\u201d causing the security assurances to be somewhat less appealing than in proof-of-work. Thirdly, within the context of a more intricate blockchain like Ethereum, and not merely a currency, certain transactions (i.e., concluding a bet) are genuinely advantageous to send, leading to an incentive for double-mining on at least some transactions (though not nearly all, preserving some level of security). Lastly, it is a genesis-block-nobility system, akin to all proof-of-stake systems. Nevertheless, in terms of pure proof-of-stake systems, it appears significantly more advantageous than the variant of proof of stake that imitates Bitcoin mining.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"hybrid-proof-of-stake\">Hybrid Proof of Stake<!-- --><\/h3>\n<p>Considering the appeal of proof of stake as a method to enhance efficiency and security, and its concurrent shortcomings in terms of zero-cost attacks, a moderate solution frequently proposed is hybrid proof of stake, in its latest variation termed &#8220;<!-- --><a target=\"_blank\" rel=\"noopener\" class=\"chakra-link css-ug8vf0\" href=\"http:\/\/eprint.iacr.org\/2014\/452.pdf\">proof of activity<!-- --><\/a>&#8220;. The concept behind proof of activity is straightforward: blocks are generated via proof of work, but each block randomly selects three stakeholders required to sign it. The subsequent block can only be validated once those signatures are secured. In this framework, theoretically, an attacker with 10% stake would find 999 of their 1000 blocks unsigned, while within the legitimate network, 729 out of 1000 blocks would be signed; thus, such an attacker would be penalized in mining by a factor of 729.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">However, there arises a challenge: what incentivizes signers to endorse blocks on only one chain? If the objections to pure proof of stake hold, then most rational stake-miners would endorse both chains. Consequently, in hybrid PoS, if the attacker solely signs their chain while altruists sign exclusively the legitimate chain, and others sign both, it means if the attacker can dominate the altruists in the stake domain they can surpass the chain with less than a 51% attack on the mining front. If we assume altruists collectively possess more strength in stake than any attacker, but distrust that notion somewhat, then hybrid PoS appears to present a sensible hedging option; however, given the reasoning above, if we\u2019re considering hybridization, one might ponder whether hybrid PoW + TaPoS could represent a more optimal path. For instance, one could envision a system where transactions must refer to recent blocks, and a blockchain&#8217;s score is computed based on proof of work and coin-days-destroyed tallies.<!-- --><\/p>\n<p><!-- --><\/p>\n<h3 class=\"chakra-heading css-145upk7\" id=\"conclusion\">Conclusion<!-- --><\/h3>\n<p>Will we witness proof of stake emerging as a feasible alternative to proof of work in the forthcoming years? It is quite possible. From a purely efficiency standpoint, if Bitcoin, Ethereum, or any other PoW-based platform reaches a point where their market cap parallels that of gold, silver, the USD, EUR, or CNY, or any other mainstream asset, then over a hundred billion dollars&#8217; worth of new currency units will be generated annually. Under a purely PoW system, an amount of economic dominance approaching that will be expended on hashing each year. Thus, the expense to society for sustaining a proof-of-work cryptocurrency is roughly equivalent to the cost of maintaining the Russian military (the analogy is especially powerful as militaries are also proof of work; their only value lies in protection against other militaries). Under hybrid-PoS, that could be safely reduced to $30 billion annually, and under pure PoS, it would be nearly negligible, depending on implementation maybe incurring a few billion dollars in costs fromlost liquidity.<br \/>\n<!-- --><\/p>\n<p class=\"chakra-text css-gi02ar\">In the end, this comes down to a fundamental inquiry: to what extent does decentralization hold significance for us, and how much are we prepared to invest for it? Recall that centralized storage systems, and even semi-centralized variations that rely on Ripple consensus, do not incur any cost. If absolute decentralization is genuinely valued at <!-- --><span class=\"math math-inline\"><span class=\"katex\"><span class=\"katex-mathml\"><math xmlns=\"http:\/\/www.w3.org\/1998\/Math\/MathML\"><semantics><mrow><mn>100<!-- --><\/mn><mi>b<!-- --><\/mi><mi>i<!-- --><\/mi><mi>l<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>o<!-- --><\/mi><mi>n<!-- --><\/mi><mo separator=\"true\">,<!-- --><\/mo><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>p<!-- --><\/mi><mi>r<!-- --><\/mi><mi>o<!-- --><\/mi><mi>o<!-- --><\/mi><mi>f<!-- --><\/mi><mi>o<!-- --><\/mi><mi>f<!-- --><\/mi><mi>w<!-- --><\/mi><mi>o<!-- --><\/mi><mi>r<!-- --><\/mi><mi>k<!-- --><\/mi><mi>i<!-- --><\/mi><mi>s<!-- --><\/mi><mi>d<!-- --><\/mi><mi>e<!-- --><\/mi><mi>f<!-- --><\/mi><mi>i<!-- --><\/mi><mi>n<!-- --><\/mi><mi>i<!-- --><\/mi><mi>t<!-- --><\/mi><mi>e<!-- --><\/mi><mi>l<!-- --><\/mi><mi>y<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>e<!-- --><\/mi><mi>r<!-- --><\/mi><mi>i<!-- --><\/mi><mi>g<!-- --><\/mi><mi>h<!-- --><\/mi><mi>t<!-- --><\/mi><mi>w<!-- --><\/mi><mi>a<!-- --><\/mi><mi>y<!-- --><\/mi><mi>t<!-- --><\/mi><mi>o<!-- --><\/mi><mi>g<!-- --><\/mi><mi>o<!-- --><\/mi><mi mathvariant=\"normal\">.<!-- --><\/mi><mi>B<!-- --><\/mi><mi>u<!-- --><\/mi><mi>t<!-- --><\/mi><mi>a<!-- --><\/mi><mi>r<!-- --><\/mi><mi>g<!-- --><\/mi><mi>u<!-- --><\/mi><mi>a<!-- --><\/mi><mi>b<!-- --><\/mi><mi>l<!-- --><\/mi><mi>y<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>i<!-- --><\/mi><mi>s<!-- --><\/mi><mi>n<!-- --><\/mi><mi>o<!-- --><\/mi><mi>t<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>e<!-- --><\/mi><mi>c<!-- --><\/mi><mi>a<!-- --><\/mi><mi>s<!-- --><\/mi><mi>e<!-- --><\/mi><mi mathvariant=\"normal\">.<!-- --><\/mi><mi>W<!-- --><\/mi><mi>h<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>i<!-- --><\/mi><mi>f<!-- --><\/mi><mi>s<!-- --><\/mi><mi>o<!-- --><\/mi><mi>c<!-- --><\/mi><mi>i<!-- --><\/mi><mi>e<!-- --><\/mi><mi>t<!-- --><\/mi><mi>y<!-- --><\/mi><mi>d<!-- --><\/mi><mi>o<!-- --><\/mi><mi>e<!-- --><\/mi><mi>s<!-- --><\/mi><mi>n<!-- --><\/mi><mi>o<!-- --><\/mi><mi>t<!-- --><\/mi><mi>s<!-- --><\/mi><mi>e<!-- --><\/mi><mi>e<!-- --><\/mi><mi>d<!-- --><\/mi><mi>e<!-- --><\/mi><mi>c<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>t<!-- --><\/mi><mi>r<!-- --><\/mi><mi>a<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>z<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>i<!-- --><\/mi><mi>o<!-- --><\/mi><mi>n<!-- --><\/mi><mi>a<!-- --><\/mi><mi>s<!-- --><\/mi><mi>a<!-- --><\/mi><mi>g<!-- --><\/mi><mi>o<!-- --><\/mi><mi>a<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>n<!-- --><\/mi><mi>i<!-- --><\/mi><mi>t<!-- --><\/mi><mi>s<!-- --><\/mi><mi>e<!-- --><\/mi><mi>l<!-- --><\/mi><mi>f<!-- --><\/mi><mo separator=\"true\">,<!-- --><\/mo><mi>a<!-- --><\/mi><mi>n<!-- --><\/mi><mi>d<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>e<!-- --><\/mi><mi>o<!-- --><\/mi><mi>n<!-- --><\/mi><mi>l<!-- --><\/mi><mi>y<!-- --><\/mi><mi>r<!-- --><\/mi><mi>e<!-- --><\/mi><mi>a<!-- --><\/mi><mi>s<!-- --><\/mi><mi>o<!-- --><\/mi><mi>n<!-- --><\/mi><mi>w<!-- --><\/mi><mi>h<!-- --><\/mi><mi>y<!-- --><\/mi><mi>i<!-- --><\/mi><msup><mi>t<!-- --><\/mi><mo mathvariant=\"normal\" lspace=\"0em\" rspace=\"0em\">\u2032<!-- --><\/mo><\/msup><mi>s<!-- --><\/mi><mi>w<!-- --><\/mi><mi>o<!-- --><\/mi><mi>r<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>i<!-- --><\/mi><mi>t<!-- --><\/mi><mi>t<!-- --><\/mi><mi>o<!-- --><\/mi><mi>d<!-- --><\/mi><mi>e<!-- --><\/mi><mi>c<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>t<!-- --><\/mi><mi>r<!-- --><\/mi><mi>a<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>z<!-- --><\/mi><mi>e<!-- --><\/mi><mi>i<!-- --><\/mi><mi>s<!-- --><\/mi><mi>t<!-- --><\/mi><mi>o<!-- --><\/mi><mi>g<!-- --><\/mi><mi>e<!-- --><\/mi><mi>t<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>e<!-- --><\/mi><mi>i<!-- --><\/mi><mi>n<!-- --><\/mi><mi>c<!-- --><\/mi><mi>r<!-- --><\/mi><mi>e<!-- --><\/mi><mi>a<!-- --><\/mi><mi>s<!-- --><\/mi><mi>e<!-- --><\/mi><mi>d<!-- --><\/mi><mi>b<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>e<!-- --><\/mi><mi>f<!-- --><\/mi><mi>i<!-- --><\/mi><mi>t<!-- --><\/mi><mi>s<!-- --><\/mi><mi>o<!-- --><\/mi><mi>f<!-- --><\/mi><mi>e<!-- --><\/mi><mi>f<!-- --><\/mi><mi>f<!-- --><\/mi><mi>i<!-- --><\/mi><mi>c<!-- --><\/mi><mi>i<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>c<!-- --><\/mi><mi>y<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>d<!-- --><\/mi><mi>e<!-- --><\/mi><mi>c<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>t<!-- --><\/mi><mi>r<!-- --><\/mi><mi>a<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>z<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>i<!-- --><\/mi><mi>o<!-- --><\/mi><mi>b<!-- --><\/mi><mi>r<!-- --><\/mi><mi>i<!-- --><\/mi><mi>n<!-- --><\/mi><mi>g<!-- --><\/mi><mi>s<!-- --><\/mi><mo stretchy=\"false\">?<!-- --><\/mo><mi>I<!-- --><\/mi><mi>n<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>c<!-- --><\/mi><mi>a<!-- --><\/mi><mi>s<!-- --><\/mi><mi>e<!-- --><\/mi><mo separator=\"true\">,<!-- --><\/mo><mi>i<!-- --><\/mi><mi>f<!-- --><\/mi><mi>d<!-- --><\/mi><mi>e<!-- --><\/mi><mi>c<!-- --><\/mi><mi>e<!-- --><\/mi><mi>n<!-- --><\/mi><mi>t<!-- --><\/mi><mi>r<!-- --><\/mi><mi>a<!-- --><\/mi><mi>l<!-- --><\/mi><mi>i<!-- --><\/mi><mi>z<!-- --><\/mi><mi>a<!-- --><\/mi><mi>t<!-- --><\/mi><mi>i<!-- --><\/mi><mi>o<!-- --><\/mi><mi>n<!-- --><\/mi><mi>c<!-- --><\/mi><mi>o<!-- --><\/mi><mi>m<!-- --><\/mi><mi>e<!-- --><\/mi><mi>s<!-- --><\/mi><mi>w<!-- --><\/mi><mi>i<!-- --><\/mi><mi>t<!-- --><\/mi><mi>h<!-- --><\/mi><mi>a<!-- --><\/mi><\/mrow><annotation encoding=\"application\/x-tex\">100 billion, then proof of work is definitely the right way to go. But arguably that is not the case. What if society does not see decentralization as a goal in itself, and the only reason why it&#8217;s worth it to decentralize is to get the increased benefits of efficiency that decentralization brings? In that case, if decentralization comes with a <!-- --><\/annotation><\/semantics><\/math><\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"strut\" style=\"height:0.9463em;vertical-align:-0.1944em\"\/><span class=\"mord\">100<!-- --><\/span><span class=\"mord mathnormal\">bi<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">ll<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mpunct\">,<!-- --><\/span><span class=\"mspace\" style=\"margin-right:0.1667em\"\/><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">p<!-- --><\/span><span class=\"mord mathnormal\">roo<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02691em\">w<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">or<!-- --><\/span><span class=\"mord mathnormal\">ki<!-- --><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\">ini<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">y<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">er<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">g<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02691em\">tw<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">y<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">g<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord\">.<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.05017em\">B<!-- --><\/span><span class=\"mord mathnormal\">u<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">gu<!-- --><\/span><span class=\"mord mathnormal\">ab<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">y<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">ha<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">tt<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\">ec<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">se<!-- --><\/span><span class=\"mord\">.<!-- --><\/span><span class=\"mord mathnormal\">Wha<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\">soc<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">y<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">oes<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">see<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">ece<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.04398em\">z<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">na<!-- --><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">g<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">ini<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">se<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mpunct\">,<!-- --><\/span><span class=\"mspace\" style=\"margin-right:0.1667em\"\/><span class=\"mord mathnormal\">an<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\">eo<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">yre<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">so<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02691em\">w<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">y<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord\"><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"msupsub\"><span class=\"vlist-t\"><span class=\"vlist-r\"><span class=\"vlist\" style=\"height:0.7519em\"><span style=\"top:-3.063em;margin-right:0.05em\"><span class=\"pstrut\" style=\"height:2.7em\"\/><span class=\"sizing reset-size6 size3 mtight\"><span class=\"mord mtight\"><span class=\"mord mtight\">\u2032<!-- --><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02691em\">w<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">or<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">hi<!-- --><\/span><span class=\"mord mathnormal\">tt<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">ece<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">ze<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">g<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">tt<!-- --><\/span><span class=\"mord mathnormal\">h<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">in<!-- --><\/span><span class=\"mord mathnormal\">cre<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">se<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">b<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">so<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">f<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.10764em\">ff<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">c<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">cy<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">ha<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">d<!-- --><\/span><span class=\"mord mathnormal\">ece<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.04398em\">z<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">nb<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">in<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.03588em\">g<!-- --><\/span><span class=\"mord mathnormal\">s<!-- --><\/span><span class=\"mclose\">?<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.07847em\">I<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">ha<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">c<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">se<!-- --><\/span><span class=\"mpunct\">,<!-- --><\/span><span class=\"mspace\" style=\"margin-right:0.1667em\"\/><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">fd<!-- --><\/span><span class=\"mord mathnormal\">ece<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02778em\">r<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.01968em\">l<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.04398em\">z<!-- --><\/span><span class=\"mord mathnormal\">a<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">o<!-- --><\/span><span class=\"mord mathnormal\">n<!-- --><\/span><span class=\"mord mathnormal\">co<!-- --><\/span><span class=\"mord mathnormal\">m<!-- --><\/span><span class=\"mord mathnormal\">e<!-- --><\/span><span class=\"mord mathnormal\" style=\"margin-right:0.02691em\">w<!-- --><\/span><span class=\"mord mathnormal\">i<!-- --><\/span><span class=\"mord mathnormal\">t<!-- --><\/span><span class=\"mord mathnormal\">ha<!-- --><\/span><\/span><\/span><\/span><\/span>100 billion dollar amount, then we ought to simply centralize and permit a few governments to oversee the databases. However, if we possess a robust, feasible proof of stake protocol, then we have a third alternative: a framework that is both decentralized and without cost (note that effective proof of work also aligns with this standard, and might be simpler); in that situation, the division does not exist at all and decentralization emerges as the clear option.<!-- --><\/p>\n<\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/blog.ethereum.org\/en\/2014\/07\/05\/stake\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The issue of mining centralization has been a significant one in recent weeks. GHASH.io, the largest mining pool within the Bitcoin network, has for the last month redirected more than 40% of the hashpower of the Bitcoin network, and two weeks ago, it briefly surged beyond 50%, theoretically providing it with monopoly oversight over the<\/p>\n","protected":false},"author":3,"featured_media":8282,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[1983],"class_list":["post-10646","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-return-a-list-of-comma-separated-tags-from-this-title-on-stake-ethereum-foundation-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto\" \/>\n<meta property=\"og:description\" content=\"The issue of mining centralization has been a significant one in recent weeks. GHASH.io, the largest mining pool within the Bitcoin network, has for the last month redirected more than 40% of the hashpower of the Bitcoin network, and two weeks ago, it briefly surged beyond 50%, theoretically providing it with monopoly oversight over the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/\" \/>\n<meta property=\"og:site_name\" content=\"WSJ-Crypto\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-04T08:37:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"wsjcrypto\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Scritto da\" \/>\n\t<meta name=\"twitter:data1\" content=\"wsjcrypto\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data2\" content=\"22 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/\",\"url\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/\",\"name\":\"Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto\",\"isPartOf\":{\"@id\":\"https:\/\/wsj-crypto.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"datePublished\":\"2025-04-04T08:37:06+00:00\",\"author\":{\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\"},\"breadcrumb\":{\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage\",\"url\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"contentUrl\":\"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg\",\"width\":2100,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wsj-crypto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exploring the Future of Ethereum: Insights from the Stake Domain\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wsj-crypto.com\/#website\",\"url\":\"https:\/\/wsj-crypto.com\/\",\"name\":\"WSJ-Crypto\",\"description\":\"Just Another Crypto News Website\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wsj-crypto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7\",\"name\":\"wsjcrypto\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g\",\"caption\":\"wsjcrypto\"},\"url\":\"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/","og_locale":"it_IT","og_type":"article","og_title":"Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto","og_description":"The issue of mining centralization has been a significant one in recent weeks. GHASH.io, the largest mining pool within the Bitcoin network, has for the last month redirected more than 40% of the hashpower of the Bitcoin network, and two weeks ago, it briefly surged beyond 50%, theoretically providing it with monopoly oversight over the","og_url":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/","og_site_name":"WSJ-Crypto","article_published_time":"2025-04-04T08:37:06+00:00","og_image":[{"width":2100,"height":900,"url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","type":"image\/jpeg"}],"author":"wsjcrypto","twitter_card":"summary_large_image","twitter_misc":{"Scritto da":"wsjcrypto","Tempo di lettura stimato":"22 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/","url":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/","name":"Exploring the Future of Ethereum: Insights from the Stake Domain - WSJ-Crypto","isPartOf":{"@id":"https:\/\/wsj-crypto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage"},"image":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage"},"thumbnailUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","datePublished":"2025-04-04T08:37:06+00:00","author":{"@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7"},"breadcrumb":{"@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#primaryimage","url":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","contentUrl":"https:\/\/wsj-crypto.com\/wp-content\/uploads\/2025\/02\/eth-org.jpeg","width":2100,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/wsj-crypto.com\/index.php\/2025\/04\/04\/exploring-the-future-of-ethereum-insights-from-the-stake-domain\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wsj-crypto.com\/"},{"@type":"ListItem","position":2,"name":"Exploring the Future of Ethereum: Insights from the Stake Domain"}]},{"@type":"WebSite","@id":"https:\/\/wsj-crypto.com\/#website","url":"https:\/\/wsj-crypto.com\/","name":"WSJ-Crypto","description":"Just Another Crypto News Website","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wsj-crypto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/88a93723b30416db1a352d5a0096c4a7","name":"wsjcrypto","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/wsj-crypto.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/86fe8af82ea089646d6639ca2f87e0243d8688d957bd8e3ec22ec3c457cc16d4?s=96&d=mm&r=g","caption":"wsjcrypto"},"url":"https:\/\/wsj-crypto.com\/index.php\/author\/wsjcrypto\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/10646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/comments?post=10646"}],"version-history":[{"count":2,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/10646\/revisions"}],"predecessor-version":[{"id":10652,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/posts\/10646\/revisions\/10652"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media\/8282"}],"wp:attachment":[{"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/media?parent=10646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/categories?post=10646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wsj-crypto.com\/index.php\/wp-json\/wp\/v2\/tags?post=10646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}