h hoge.gg
Subscribe
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
BTC$67,432.18+2.34%ETH$3,521.44+1.08%SOL$178.62-0.62%BNB$612.30+0.41%XRP$0.6234-0.18%ADA$0.4521+3.12%DOGE$0.1623+1.86%AVAX$38.71-1.24%LINK$17.84+0.92%HOGE$0.00004120+4.21%
● Mining & Staking

Ethereum Solo Staking in 2026: MEV, Relays, and the Home Validator

Running your own Ethereum validator in 2026 means more than locking 32 ETH. Here is how MEV-Boost, relay censorship, client diversity, and the SEC shape a solo staker's real returns.

Solo staking is the purest way to earn a yield on Ethereum: you post 32 ETH, run the software yourself, hold your own keys, and take the full reward the protocol pays for helping secure the chain. No middleman, no custodian, no smart contract holding your principal. In 2026 that pitch still holds, but the job has changed. About 42.6 million ETH, just under 35% of the supply, now sits staked across more than 905,000 validators, according to validatorqueue.com, and the base reward has drifted down toward 2.6% as the staking ratio has climbed.

Most solo staking guides stop at the setup: buy the hardware, run the Launchpad, wait in the queue. This one assumes you can do that and focuses on the part that decides how much you actually earn and whether your validator strengthens or weakens the network. That part is what happens after your validator wins the right to propose a block, where MEV, the block-building supply chain, and the censorship question live. It is the difference between a solo staker who just collects issuance and one who understands the machine.

What Solo Staking Actually Means in 2026

Staking is how Ethereum replaced miners. Since the Merge, the network is secured by validators that put up capital as collateral, propose and attest to blocks, and get paid in freshly issued ETH for honest work (and penalized for downtime or misbehavior). A validator is an identity worth 32 ETH of effective balance, controlled by a signing key. Solo staking means you run the whole stack yourself: an execution client, a consensus (beacon) client, and a validator client, on hardware you control, with keys only you hold.

That is different from every other way to earn a staking yield. With liquid staking you deposit ETH into a protocol like Lido or Rocket Pool and receive a token (stETH, rETH) that represents your stake, while a set of professional operators runs the nodes. With a staked-ETH ETF or an exchange staking product, a custodian does everything and hands you a share of the reward after fees. Solo staking is the only route where you are the validator, which means you keep the entire reward and also carry the entire operational risk.

The tradeoff mirrors an old debate in proof-of-work. Bitcoin miners choose between joining a pool for smooth, predictable payouts and pointing their machines at the network alone for the full block reward and full variance, a choice we covered in mining pools versus solo mining. Ethereum’s version is gentler, because a solo validator’s rewards are far steadier than a solo miner’s lottery, but the principle is the same: control and full reward on one side, convenience and shared risk on the other.

The Numbers Right Now

At a price around $2,424, per CoinGecko, 32 ETH is roughly $78,000 of capital. The base reward, the ETH the protocol issues for attestations, sync-committee duty, and block proposals, is about 2.6% a year. Add priority fees and MEV and a well-run solo validator lands somewhere near 3.3% to 3.8% all-in, though the MEV portion is lumpy and depends on luck.

The queue matters more than new stakers expect. Because so much ETH wants in, the activation queue runs about 36 days at the current churn, so capital sits idle before it starts earning. The exit side is the mirror image; right now it is empty, meaning you could withdraw quickly, but that flips fast during market stress. The withdrawal sweep, the automated payout of rewards above your effective balance, cycles about every 7.9 days.

MetricValue (3 September 2026)
ETH price~$2,424 (CoinGecko)
Active validators~905,000
ETH staked~42.6M (about 35% of supply)
Base staking APR~2.6%
All-in yield with MEV~3.3% to 3.8%
Activation queue~36 days
Exit queueNone (empty)
Reward sweep cycle~7.9 days

What You Need to Run a Validator After Fusaka

The hardware bar is real but not exotic. Ethereum’s own solo staking guide now points to the EIP-7870 home-node recommendation: plan for a 4 TB NVMe SSD, 64 GB of RAM (less can work, this is comfortable headroom), a modern multi-core CPU, and an internet connection of roughly 50 Mbps down and 25 Mbps up. A mini-PC or a purpose-built box like a DAppNode covers it; a turnkey machine runs a few thousand dollars, a do-it-yourself build less.

The Fusaka upgrade, live since December 2025, changed the calculus for home operators. Its headline feature, PeerDAS (data availability sampling), means a staking node no longer downloads and stores every blob attached to every block; it samples a fraction and trusts the math. That cut the disk and download burden that had been creeping up with Ethereum’s rollup-centric roadmap. The catch is that the binding constraint shifted from download to upload: a home validator now has to serve more data to peers than before, so a thin upstream connection, not disk space, is the thing most likely to hurt your attestation performance.

A few operational realities that guides gloss over:

  • Stay online. A few hours of downtime costs small inactivity penalties, not disaster, but chronic outages steadily erode yield.
  • Use an uninterruptible power supply so a brief power cut does not knock your validator offline.
  • Never run the same validator keys on two machines at once. That is the classic way solo stakers get slashed, and we come back to it below.

Day to day, a healthy validator is mostly boring, which is the goal. You watch a dashboard (Grafana panels ship with most setups) for attestation effectiveness and missed duties, keep the clients updated because a stale client is a common cause of missed rewards and the raw material for the correlated bugs described later, and make sure your node resyncs cleanly after any reboot. Budget a few hours a month once it is running, more in the first weeks while you learn the failure modes. The work is not hard; it is just real, and pretending otherwise is how people end up with a validator that quietly underperforms for months.

The Two Keys: Signing, Withdrawals, and 0x02 Compounding

A validator has two kinds of keys, and understanding the split is the difference between a good night’s sleep and a catastrophe. The signing key (the validator key) is online on your node and signs attestations and blocks every few minutes. The withdrawal credentials control where your ETH can be removed to. You set a withdrawal address once, and from then on rewards and, eventually, your principal can only go there.

The Pectra upgrade changed the menu of credential types. Older validators used 0x01 credentials, which point at a regular Ethereum address and cap a validator’s effective balance at 32 ETH, sweeping anything above that to your address as a payout. Pectra’s EIP-7251 introduced 0x02 compounding credentials, which raise the maximum effective balance to 2,048 ETH and let rewards above 32 ETH stay in the validator and compound instead of being swept out, as set out in the EIP text. For a solo staker with exactly 32 ETH the practical effect is modest, but 0x02 is what lets a larger holder run one validator instead of dozens, and it is the credential type the protocol is steering everyone toward.

Because the signing key is hot and the withdrawal key defines the exit, treat them differently. The withdrawal address should be a wallet you secure like a vault; many serious stakers point it at a multisig so no single key compromise can redirect their principal, the same discipline we outlined in multisig best practices. The signing keys, by contrast, live on your node and can be regenerated from your mnemonic if the machine dies, as long as you never, ever run them in two places at once.

One more layer is worth knowing about as your setup matures. Serious operators often move signing to a dedicated remote signer such as Web3Signer, which keeps the keys on a separate machine and maintains a slashing-protection database that refuses to sign anything that would double-vote. It is not required for a first validator, but it is the standard way to run keys across more than one node safely, and it is a natural stepping stone toward the distributed, multi-machine setups discussed later in this guide.

Where the Yield Comes From: Issuance, Tips, and MEV

A solo validator earns from three stacked sources, and telling them apart is the first step to understanding the rest of this guide.

The first is consensus issuance: ETH the protocol mints to reward attestations, occasional sync-committee service, and block proposals. This is the steady, predictable part, currently about 2.6% a year on 32 ETH, and it falls slowly as more validators join, because the same issuance is split across more stake.

The second is priority fees, the tips users attach to transactions to get included faster. When your validator proposes a block, you keep the tips in it. This is variable, rising with network activity and spiking when blockspace is in demand.

The third is MEV, or maximal extractable value: the extra profit available from ordering transactions cleverly within your block, for example by capturing an arbitrage between two exchanges or a liquidation. A solo validator almost never extracts this alone. Instead, nearly all validators outsource block construction to a competitive market and simply collect the winning bid. That market is where the interesting, and contested, part of solo staking now lives.

Reward sourceWhat it isCharacter
Consensus issuanceETH minted for attestations, sync duty, proposalsSteady, ~2.6% base, slowly falling
Priority fees (tips)User tips in blocks you proposeVariable with network activity
MEV (via MEV-Boost)Value from ordering transactions in your blockLumpy, ~0.5% to 1% average, optional

MEV-Boost and the Block-Building Supply Chain

When your validator is chosen to propose a block, it has two ways to build one. It can build locally, assembling a block from its own view of the mempool, or it can outsource the job through MEV-Boost, a piece of middleware from Flashbots that plugs into your consensus client. In 2026 the overwhelming majority of blocks, well above nine in ten, are built the second way, per MEV-Watch and Flashbots’ own MEV-Boost project.

Here is the flow. Specialized firms called builders compete to assemble the most valuable block they can, packed with profitable transaction orderings. They submit their blocks, and bids, to relays, which act as trusted escrow agents. MEV-Boost on your node polls the relays, receives the header of the highest bid, and asks your validator to sign that header, committing to propose it, before the full block is revealed. Only after you sign does the relay release the contents. Your validator collects the bid, which folds in the MEV the builder captured, without you running any of that machinery. This is proposer-builder separation, and it is the reason a hobbyist with one validator earns roughly the same MEV as a professional operation.

Proposer-builder separation solved one problem and created another. It gave every validator, including a hobbyist with a single node, access to the same MEV a professional trading desk sees, which is genuinely democratizing. But it also concentrated the actual work of building blocks into a handful of specialized firms that win most auctions, and a short list of relays that stand between them and proposers. That concentration is the standing criticism of the current design: the network spread the validators out while the block-building layer quietly centralized. It is why the choice of which relays you trust, covered next, is not a minor setting but the main lever a solo staker has over how centralized, and how neutral, the chain actually is.

MEV-Boost is optional, and that word matters. Ethereum’s official staking documentation does not even mention it, because the protocol is happy for you to build locally. Running it typically adds something like 0.5% to 1% to your annual yield on average, though it arrives in occasional spikes rather than a smooth trickle. The cost is subtler than the reward: by outsourcing block building, you hand the choice of which transactions go in, and which get left out, to whichever relays and builders you have connected to. That is where censorship enters.

The Censorship Question: OFAC Relays and Why Your Validator Matters

Not all relays treat all transactions equally. After the US Treasury sanctioned the Tornado Cash smart contracts in August 2022, some relays began filtering transactions that touch sanctioned addresses, so that blocks routed through them comply with OFAC’s list. These are the censoring relays. Others, the neutral relays, pass everything and let the protocol’s own rules be the only filter.

For a while this looked like an existential problem: at the peak, a majority of Ethereum blocks passed through OFAC-compliant relays, which meant a sanctioned transaction could be delayed for multiple blocks before a neutral proposer finally included it. That share has fallen a long way. As of early September 2026, censoring relays built about 25% of MEV-Boost blocks, down sharply over the prior month, according to MEV-Watch; neutral relays now handle roughly three-quarters. The two largest, Ultra Sound and Titan, are both neutral and together move nearly two-thirds of the market, while the biggest OFAC-compliant relay, bloXroute Regulated, sits around 23%.

Relay24h shareOFAC stance
Ultra Sound~34%Neutral
Titan~31%Neutral
bloXroute Regulated~23%Censoring
Aestus~8%Neutral
Flashbots~2%Censoring
Agnostic Gnosis~1%Neutral

This is exactly where a solo staker’s choices carry weight out of proportion to their stake. Large custodial and exchange operators, which control a big share of all staked ETH, tend to run compliance-first setups; reporting by Cointelegraph has shown that staking concentrated on major exchanges skews the network toward censorship. A home validator that connects to neutral relays, or that keeps local block building enabled as a fallback, is casting a vote for a neutral chain every time it proposes. In MEV-Boost you can select which relays to trust, set a minimum bid below which you build locally, and refuse to connect to censoring relays entirely. Censorship resistance on Ethereum is not an abstraction maintained by core developers; it is the aggregate of thousands of these individual configuration choices, and solo stakers are the ones most free to make the neutral one.

The longer-term fix is meant to come from the protocol itself. Researchers are designing inclusion lists, a mechanism sometimes called FOCIL, that would let a committee of validators name pending transactions a proposer is then obliged to include, turning censorship resistance from a voluntary relay setting into a rule the chain enforces. Until something like that ships, the guarantee is social rather than cryptographic, and it rests on operators choosing neutrality. A solo staker who runs a mix of neutral relays with local building as a backstop is doing by hand what the protocol hopes to eventually do automatically.

Client Diversity: The Risk That Can Actually Slash You

The single most important technical decision a solo staker makes has nothing to do with yield. It is which software you run. Ethereum has multiple independent implementations of both layers: on the execution side Geth, Nethermind, Besu, Reth, and Erigon; on the consensus side Lighthouse, Prysm, Teku, Nimbus, Lodestar, and Grandine. They exist so that a bug in any one of them cannot take down the chain. The problem is that stakers cluster on the popular ones.

As of early September 2026, the consensus layer is led by Lighthouse at about 51%, with Prysm near 21% and the rest in single digits, per clientdiversity.org. The execution layer is led by Geth at about 50%, with Nethermind near 25%. In other words, both layers have a single client just over the halfway line. The danger thresholds are well known: any client above one-third can, if it produces a bad block that its users follow, prevent the chain from finalizing; a client above two-thirds could finalize an invalid chain, and honest validators trying to reject it would get slashed. A supermajority client is a loaded gun pointed at everyone running it.

This is not theoretical. In January 2024 a bug in Nethermind, then running a large share of execution nodes, caused affected validators to reject a valid block for about two and a half hours before a hotfix shipped; roughly 8% of the network was impacted, as CoinDesk reported. Had it been the majority client, the outcome would have been far worse. Daniel Hwang, a validator specialist, put the stakes plainly to CoinDesk at the time: “Almost all other chains don’t have the type of client diversity that Ethereum has. Most are just running on one client.” His point was that the near-miss was almost a gift: “I don’t want to say it’s great that a client suffered a bug, but I think it’s great if it begins to get people thinking about responsibilities.”

The takeaway for a solo staker is direct and slightly counterintuitive: deliberately choose a minority client on both layers. Ethereum’s documentation spells out why it is actually safer for you personally, not just for the network. If your minority client has a bug and produces a bad attestation, it will fail to finalize and you take small inactivity penalties; if a supermajority client has the same bug, it can trigger the mass-slashing scenario. Picking Nimbus or Grandine over Lighthouse, or Besu or Reth over Geth, is the rare decision that helps the network and lowers your own tail risk at the same time.

Slashing and Penalties After Pectra

Solo stakers worry about slashing more than they should and about downtime less than they should. It helps to separate the two.

Ordinary downtime (your node offline, a client crash, a power cut) costs inactivity penalties that are small and symmetric: roughly what you would have earned, but did not, for the period you were absent. Miss a day and you lose about a day of rewards. Unpleasant, not fatal.

Slashing is the serious penalty, reserved for actions that could attack the chain: proposing two different blocks for the same slot, or making contradictory attestations (a “surround vote”). The overwhelmingly common cause is not malice but an accident: running the same validator keys on two machines at once, so both sign, which the protocol cannot distinguish from a deliberate double-signing. Pectra actually made the immediate cost of a single slashing much gentler. The initial penalty, once 1/32 of a validator’s effective balance (about 1 ETH on a 32 ETH validator), was cut to 1/4096 under EIP-7251, roughly 0.008 ETH.

The catch is the correlation penalty, and this is where client diversity and slashing meet. About midway through the roughly 36-day slashing process, the protocol levies an additional penalty scaled to how much stake was slashed alongside yours in the same window. An isolated mistake by one home staker is now cheap. A correlated event, thousands of validators all slashed together because a majority client shipped a bug that made them double-sign, still scales toward the full balance. That is the mechanism that turns which client you run from a civic virtue into personal financial exposure, and it is why the post-Pectra math strengthens the diversity argument rather than weakening it.

The Capital Problem: 32 ETH, the 4 ETH Path, and DVT

The 32 ETH requirement, about $78,000 today, is the wall most would-be solo stakers hit. Vitalik Buterin has said for years that it is the top thing holding home staking back. “Every poll I make confirms the same thing,” he wrote in 2024, per Decrypt: “the #1 thing in becoming more home staking friendly is to reduce the 32 ETH requirement.” There are now three credible ways under that wall.

The first is Rocket Pool. Its Saturn I upgrade, live since February 2026, cut the node operator’s bond to 4 ETH per validator, with the remaining 28 ETH supplied from the protocol’s liquid-staking pool, as covered by Crypto Briefing. You still run the node and still hold your keys; you earn a commission on the borrowed stake on top of the reward on your own 4 ETH. It is genuine non-custodial operation at roughly an eighth of the capital.

The second is distributed validator technology, or DVT. Projects like Obol and SSV split a single validator’s key across several machines, so that a threshold of them (say three of four) must cooperate to sign. That kills the double-signing risk, because no single machine can slash you, and it lets a group pool capital and split duties, an approach Obol markets as “squad staking.” For a lone operator it is a resilience upgrade; for a small group it is a way to share the 32 ETH.

The third is still a proposal, and it points at where the protocol may go. In January 2026 Buterin floated building DVT directly into Ethereum, letting a validator register up to 16 keys as independent “virtual identities” that the protocol treats as one, acting only when a user-defined threshold of them signs, as CoinDesk reported. The aim is to let security-conscious individuals and institutions run resilient multi-node setups without leaning on a centralized provider. “This design is extremely simple from the perspective of a user,” Buterin wrote. It is a research idea, not a shipped feature, but it signals that the protocol wants more people holding their own keys, not fewer.

Staking Yield vs the Risk-Free Rate

Here is the question a dollar-based staker has to answer honestly, because it is the one that decides whether solo staking is an investment or a hobby. Staked ETH pays a yield in ETH. Short-term US Treasuries pay a yield in dollars, backed by the government, with no slashing risk and no hardware to run. How do they compare?

Right now the risk-free comparison wins on paper. Per the Federal Reserve’s H.15 release for early September 2026, a 3-month Treasury bill yields about 3.78% and a 1-year Treasury about 4.18%, while the fed funds effective rate sits at 3.63%. A solo ETH validator earns about 2.6% base, or roughly 3.3% to 3.8% all-in with MEV. In other words, the safest dollar instrument out-yields a well-run Ethereum validator, before you account for slashing risk, downtime, or the volatility of ETH itself.

InstrumentYieldDenominated in
10-year US Treasury~4.79%USD
1-year US Treasury~4.18%USD
3-month US Treasury bill~3.78%USD
Fed funds (effective)~3.63%USD
Solo ETH, all-in with MEV~3.3% to 3.8%ETH
Solo ETH, base issuance~2.6%ETH

That does not settle the question; it reframes it. The staking yield is denominated in an asset you are choosing to hold for its potential appreciation. If you are going to own 32 ETH regardless, staking it is close to free money: 2.6% to 3.8% on top of whatever the price does, versus zero for ETH sitting idle in a wallet. The mistake is treating the staking yield as the reason to buy ETH. It is not; the risk-free rate is higher. The reason to stake is that you already want the ETH exposure and would rather earn on it than not, a distinction that also drives how staked ETH gets used as collateral in lending markets, where the same utilization curves and rate mechanics that price a loan also shape the yield on your stake.

Taxes and the SEC for US Solo Stakers

Two questions worry US solo stakers: is my validator a security, and how am I taxed? Both have clearer answers in 2026 than they did a couple of years ago.

On the securities question, the SEC’s staff addressed protocol staking directly in a statement issued on 29 May 2025. Its view is that solo (self) staking, where you run your own node and your rewards come from the protocol for performing validation, is “administrative or ministerial” work rather than the “entrepreneurial or managerial” effort of others that the Howey test looks for. On that reasoning, self-staking is not a securities offering. That is a meaningful comfort for home stakers, though it does not extend automatically to every custodial or pooled product, which the SEC has treated separately.

On taxes, the IRS position is set by Revenue Ruling 2023-14: staking rewards are ordinary income at their fair market value when you gain “dominion and control” over them, which for a validator means when rewards are swept to your address and you can move them, per the ruling itself. You then take a cost basis at that value, and a later sale is a separate capital gain or loss. This is a different regime from proof-of-work mining, where the machines and electricity create business deductions and a self-employment wrinkle we broke down in crypto mining taxes; staking rewards are usually cleaner but still taxed on receipt, which can sting if ETH falls before you sell.

The Emission Debate: Will Solo Staking Still Pay in 2028?

There is a live argument about whether the base reward should exist in its current form, and solo stakers have the most to lose from how it resolves. The concern is that Ethereum’s issuance curve keeps paying a yield even as the staked share climbs toward half the supply and beyond, which pulls more ETH into custodial and liquid-staking pools and concentrates the network.

In August 2026, a group of researchers including the Ethereum Foundation’s Justin Drake proposed EIP-8363, a tapered issuance burn that would gradually burn a rising fraction of every validator’s reward, reaching zero net issuance if staked ETH hits roughly 60 million (about half the supply), phased in over 18 months, as CoinDesk reported. Co-author Jérôme de Tychey warned that without a change there could be “more than 70 million ETH staked by January 2028.” The proposal is contentious precisely because of who it touches. Mike Silagadze, founder of ether.fi, argued it “will halt any new ETH getting staked” and could push solo stakers out first, since they have the thinnest margins to begin with.

For someone deciding whether to run a validator today, the takeaway is not to panic (the proposal did not make the near-term upgrade and would phase in slowly if adopted), but to plan for a base reward that trends down, not up. The all-in yield on a home validator in 2028 may look more like priority fees and MEV than issuance. That is another reason the block-building and relay choices at the center of this guide matter: as issuance compresses, the variable, market-driven part of the reward becomes a larger share of what a solo staker actually takes home.

Is Solo Staking Right for You?

Solo staking rewards a specific profile: you already hold 32 ETH (or can reach 4 with Rocket Pool), you are comfortable running a Linux box that must stay online, you want your keys and your vote on network neutrality, and you accept a yield that currently trails Treasuries in exchange for full control and full reward. If any of those is a hard no, one of the pooled routes probably fits better.

RouteMin capitalYour keys?Run a node?Best for
Solo validator32 ETHYesYesTechnical, capital-rich, self-custody
DVT squad (Obol/SSV)SharedYes (split)SharedResilience, small groups
Rocket Pool (Saturn)4 ETHYesYesMid-capital operators
Liquid staking (stETH/rETH)AnyNoNoDeFi users wanting liquidity
Staked-ETH ETFAny (brokerage)NoNoTradFi and retirement accounts
Exchange stakingAnyNoNoConvenience over control

The honest summary: solo staking in 2026 is less about the money than it looks. The yield edge over liquid staking is a fraction of a percent, and the risk-free rate beats all of it. What you are really buying is self-custody, censorship resistance, and a validator that answers only to you. Those are worth a lot to some people and nothing to others, and that, more than the APR, is the decision. For those who would rather get ETH staking exposure through a regulated wrapper, the growing menu of crypto ETF products now includes staked-ETH funds that hand you a net yield with none of the operational work, at the cost of the very self-custody that makes solo staking worth doing.

Frequently Asked Questions

How much ETH do you need to solo stake in 2026?

A full solo validator still requires 32 ETH of effective balance, about $78,000 at a price near $2,424. If that is out of reach, Rocket Pool’s Saturn upgrade lets you run a node with a 4 ETH bond, and distributed validator setups let a group share a single 32 ETH validator, both while keeping your own keys.

How much can a solo Ethereum validator earn?

The base reward is currently about 2.6% a year, and priority fees plus MEV captured through MEV-Boost typically push a well-run validator to roughly 3.3% to 3.8% all-in. That yield is paid in ETH and, at the moment, sits below the roughly 3.8% a 3-month US Treasury bill pays in dollars, so the case for staking rests on wanting ETH exposure, not on the yield alone.

Can you get slashed for going offline?

No. Downtime causes small inactivity penalties, roughly the rewards you miss while offline, not slashing. Slashing is reserved for double-signing or contradictory attestations, and the most common cause is accidentally running the same validator keys on two machines at once. Avoid that, and slashing is very unlikely.

What is MEV-Boost, and do solo stakers need it?

MEV-Boost is optional middleware that lets your validator sell the right to build its block to a competitive market of builders, so you capture MEV you could not extract yourself. It adds roughly 0.5% to 1% a year on average. You do not need it, because the protocol lets you build blocks locally, but most validators run it; if you do, choosing neutral relays keeps your validator from contributing to transaction censorship.

Is solo staking legal and taxable in the US?

The SEC’s staff stated in May 2025 that self-staking, running your own validator, is not a securities offering, treating it as administrative rather than entrepreneurial activity. The IRS taxes staking rewards as ordinary income at their fair market value when you gain control of them, under Revenue Ruling 2023-14, with a later sale taxed separately as a capital gain or loss.

By Yuki Tanaka, staking and mining correspondent at HOGE Wire.

Share 𝕏 Post Telegram