MEV, validators, strategy MEV Strategy for Institutional Ethereum Validators: Relay Selection, Compliance, and What Comes Next

<h2 id="series-validator-playbook-mev-infrastructure"><strong>Series: Validator Playbook | MEV Infrastructure</strong></h2><p>The Validator Playbook is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s infrastructure education series for institutional Ethereum operators. Each article addresses a specific operational, risk, or governance decision that validator infrastructure teams, staking product managers, ETF issuers, custodians, asset managers, and risk committees face when building or evaluating proof-of-stake infrastructure.</p><p>Previously in the series: <a href="https://p2p.org/economy/validator-playbook-ethereum-staking-etf-validator-infrastructure/">How ETF Issuers Should Evaluate Validator Infrastructure: An Operational Guide</a></p><hr><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><ul><li>MEV-Boost revenue typically adds 10 to 30% to staking rewards. On a 2.78% base APR, that translates to roughly 0.28 to 0.83% additional yield per validator. For institutional operators running thousands of validators, that difference is material.</li><li>The MEV-Boost architecture splits the role of producing a block into four functions: searchers identify MEV opportunities, builders aggregate them into blocks, relays connect builders to validators, and validators propose the selected block to the chain. Validators sit at the end of that chain, not the beginning.</li><li>Of the seven major MEV-Boost relays, only three do not censor according to OFAC compliance requirements. For regulated institutions, relay selection is a compliance decision, not just a yield decision.</li><li>Running multiple relays simultaneously is standard practice. MEV-Boost compares bids across all connected relays and selects the highest-paying valid block for each slot.</li><li>Approximately 88% of Ethereum blocks are currently assembled off-chain through MEV-Boost relays. Running without MEV-Boost means building blocks locally and forgoing the yield uplift from the builder marketplace entirely.</li><li>Glamsterdam's EIP-7732 will move the proposer-builder separation mechanism into the Ethereum protocol itself, replacing the trust-based relay layer with in-protocol bids, commitments, and payments. The relay stack as it exists today has a defined end date.</li><li>The MEV decision for institutional operators involves three distinct layers: the yield layer (relay selection and multi-relay configuration), the compliance layer (OFAC screening and transaction filtering), and the forward-planning layer (preparing for Glamsterdam's ePBS transition).</li></ul><h2 id="why-mev-now-matters-at-the-institutional-level">Why MEV Now Matters at the Institutional Level</h2><p>Ethereum staking rewards come from two structurally different sources that carry different risk profiles and require different infrastructure decisions.</p><p>Consensus layer rewards are protocol-issued and relatively predictable. Validators earn them by attesting to the state of the chain, proposing blocks, and participating in sync committees. Execution layer rewards come from user priority fees and MEV at the time of block proposals. They are variable and market-driven. In Q1 2026, consensus layer rewards accounted for approximately 93% of total validator rewards, with execution layer rewards comprising the remaining 7%.</p><p>That 7% is not a rounding error for institutional operators. For institutional operators running thousands of validators, the MEV uplift is the difference between a profitable and marginal operation. The variability also matters: execution layer rewards spike during periods of elevated on-chain activity, including token launches, liquidation cascades, and major market events, and compress during quieter periods. Managing that variability through relay configuration is where institutional MEV strategy begins.</p><p>Before Pectra, an institution staking 2,048 ETH ran 64 separate validators, each with its own block proposal slot. Post-consolidation, that same position sits in a single validator. Each block proposal now represents a larger concentrated opportunity to capture execution layer rewards. Validator consolidation has made MEV-per-proposal more consequential, not less.</p><h2 id="how-the-mev-boost-stack-works">How the MEV-Boost Stack Works</h2><p>Understanding the institutional decision requires understanding the architecture. The MEV-Boost proposer-builder separation architecture splits the role of producing a block into three separate functions: searchers identify MEV opportunities and submit bundles of transactions that capture them; builders aggregate searcher bundles and other transactions into proposed blocks; relays connect builders to proposers and provide the trust layer that allows proposers to commit to blocks they have not directly constructed.</p><p>MEV-Boost is a sidecar for the beacon node, a separate piece of open-source software, which queries and outsources block-building to a network of builders. Block builders prepare full blocks, optimizing for MEV extraction and fair distribution of rewards. They then submit their blocks to relays. Relays aggregate blocks from multiple builders to select the block with the highest fees. One instance of MEV-Boost can be configured by a validator to connect to multiple relays.</p><p>For institutional operators, three properties of this architecture are operationally significant.</p><p>First, the relay is a trusted intermediary. Validators commit to a block header before seeing the full block contents. They are trusting the relay not to manipulate or front-run the payload. The trust assumption sits entirely outside Ethereum's protocol rules, which is precisely what Glamsterdam's ePBS addresses.</p><p>Second, relay selection is the primary lever. Validators do not choose builders directly. They choose relays, and relays determine which builders they aggregate. The relay decision shapes both the yield profile and the compliance posture of the validator's block production.</p><p>Third, multi-relay configuration is the standard operating model. If connected to multiple relays, the validator's MEV-Boost software can compare bids and select the block header that will provide the highest value, increasing the overall staking reward for that block. Running a single relay concentrates both yield and operational risk on that relay's availability and performance.</p><h2 id="the-compliance-dimension-of-relay-selection">The Compliance Dimension of Relay Selection</h2><p>For institutional validators operating under regulatory obligations, relay selection carries a compliance dimension that yield calculations alone do not capture.</p><p>Of the seven major MEV-Boost relays, only three do not censor according to OFAC compliance requirements. The remaining relays apply transaction filtering based on OFAC sanctions lists, meaning they will not include transactions involving sanctioned addresses in the blocks they produce. For regulated institutions, using a non-OFAC-compliant relay can expose the validator to sanctions risk if a block they propose contains a transaction involving a sanctioned counterparty.</p><p>The compliance question involves two distinct considerations that institutions need to evaluate separately.</p><p>The first is sanctions exposure. Regulated institutions operating under US jurisdiction, or serving clients subject to US regulatory oversight, typically need to confirm that their block production infrastructure does not facilitate transactions with sanctioned addresses. OFAC-compliant relays address this by filtering their block payloads against the SDN list before forwarding bids to validators.</p><p>The second is censorship posture. OFAC-compliant relays filter transactions, which means they exclude certain transactions from blocks they produce. For institutions with clients or stakeholders concerned about Ethereum's censorship resistance properties, running OFAC-compliant relays exclusively carries a network-level implication beyond the institution's own compliance posture.</p><p>The practical resolution for most institutional operators is a multi-relay configuration that includes both OFAC-compliant and non-censoring relays, with MEV-Boost selecting the highest bid at the time of each block proposal. This approach maintains compliance coverage on most slots while preserving access to the full builder market when a non-censoring relay wins the bid.</p><p>Source: <a href="https://www.kucoin.com/blog/ethereum-staking-in-2026-yield-trends-validator-queue-dynamics-and-mev-impact-exlained?ref=p2p.org">KuCoin</a></p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/09/Diagram-showing-the-MEV-Boost-stack-from-searchers-to-validators-on-the-left--and-the-three-institutional-decision-layers-on-the-right--yield-layer--compliance-layer--and-forward-planning-layer-for-Glamsterdam-ePBS..jpg" class="kg-image" alt="Diagram showing the MEV-Boost stack from searchers to validators on the left, and the three institutional decision layers on the right: yield layer, compliance layer, and forward planning layer for Glamsterdam ePBS." loading="lazy" width="1600" height="900" srcset="https://p2p.org/economy/content/images/size/w600/2026/09/Diagram-showing-the-MEV-Boost-stack-from-searchers-to-validators-on-the-left--and-the-three-institutional-decision-layers-on-the-right--yield-layer--compliance-layer--and-forward-planning-layer-for-Glamsterdam-ePBS..jpg 600w, https://p2p.org/economy/content/images/size/w1000/2026/09/Diagram-showing-the-MEV-Boost-stack-from-searchers-to-validators-on-the-left--and-the-three-institutional-decision-layers-on-the-right--yield-layer--compliance-layer--and-forward-planning-layer-for-Glamsterdam-ePBS..jpg 1000w, https://p2p.org/economy/content/images/2026/09/Diagram-showing-the-MEV-Boost-stack-from-searchers-to-validators-on-the-left--and-the-three-institutional-decision-layers-on-the-right--yield-layer--compliance-layer--and-forward-planning-layer-for-Glamsterdam-ePBS..jpg 1600w" sizes="(min-width: 720px) 720px"><figcaption><i><em class="italic" style="white-space: pre-wrap;">The MEV-Boost architecture mapped against the three institutional decision layers: yield configuration, compliance posture, and Glamsterdam readiness. All three converge at the relay node.</em></i></figcaption></figure><h2 id="what-glamsterdam-changes-for-the-mev-stack">What Glamsterdam Changes for the MEV Stack</h2><p>The MEV-Boost relay architecture is transitional infrastructure. Glamsterdam's enshrined Proposer-Builder Separation, EIP-7732, formally separates the job of the proposer from the builder and enshrines this hand-off directly into the protocol. Building the trustless exchange of a block payload for payment directly into the protocol removes the need for third-party middleware like MEV-Boost.</p><p>Under ePBS, builders cryptographically seal their blocks and commit to a bid. Validators select the highest bid without seeing transaction contents, and the block is only revealed after the commitment is locked in. The trust assumption that currently sits with the relay moves into the protocol itself.</p><p>Glamsterdam has been pushed back from the first half of 2026 to the fourth quarter of 2026. As of September 2026, the upgrade is in active testnet preparation. Glamsterdam is currently in the devnet phase, where client teams test the new rules on small coordinated networks. Public testnets like Sepolia and Hoodi will activate before mainnet.</p><p>For institutional operators, Glamsterdam's ePBS transition has three operational implications worth tracking now rather than at activation.</p><p>The relay dependency changes but does not disappear immediately. Builders and proposers might still choose to use off-protocol relays or middleware for complex features that are not yet part of the core protocol. The current relay infrastructure will likely operate in parallel with the new in-protocol mechanism during a transition period.</p><p>Compliance architecture needs to be reconsidered. Under the current MEV-Boost model, OFAC compliance is implemented at the relay layer. Under ePBS, the filtering logic will need to be remapped to the new in-protocol builder selection mechanism. Institutions that have built compliance programs around relay-level OFAC filtering will need to evaluate how those programs need to adapt.</p><p>Gas limit expansion affects execution layer reward dynamics. Glamsterdam will bring bigger blocks, moving from a gas limit of 60 million per block to a gas limit floor of 200 million per block. Whether that expansion increases execution layer rewards depends on how demand for blockspace responds to the increased supply. Institutions modeling execution layer yield projections for staking programs should treat Glamsterdam-era reward assumptions as uncertain until mainnet data is available.</p><p>Source: <a href="https://ethereum.org/roadmap/glamsterdam/?ref=p2p.org">ethereum.org</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">The institutional digital asset space moves fast.</strong></b><br><br>Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <i><em class="italic" style="white-space: pre-wrap;">DeFi Dispatch</em></i>, <i><em class="italic" style="white-space: pre-wrap;">Institutional Lens</em></i>, <i><em class="italic" style="white-space: pre-wrap;">DeFi Infrastructure for Institutions</em></i>, and <i><em class="italic" style="white-space: pre-wrap;">Legal Layer</em></i>.<br><br>No noise. Just the signals that matter.<br><br><b><strong style="white-space: pre-wrap;">Subscribe to the newsletter at the bottom of this page.</strong></b></div></div><h2 id="the-mev-configuration-checklist-for-institutional-operators">The MEV Configuration Checklist for Institutional Operators</h2><p>The following checklist covers the MEV infrastructure decisions that institutional validators need to have documented and actively managed.</p><h3 id="relay-selection-and-configuration">Relay selection and configuration</h3><p>[ ] MEV-Boost installed and running as a sidecar to the beacon node</p><p>[ ] Minimum bid threshold configured to ensure local block production fallback when no relay bid meets the floor</p><p>[ ] Multiple relays connected to maximize bid competition across slots</p><p>[ ] Relay list reviewed for OFAC compliance posture against the institution's regulatory obligations</p><p>[ ] Relay availability and performance monitored independently of MEV-Boost defaults</p><h3 id="compliance-posture">Compliance posture</h3><p>[ ] OFAC-compliant relays confirmed in the active relay list for all validators operating under US regulatory jurisdiction</p><p>[ ] Transaction filtering policy documented and reviewed by compliance team</p><p>[ ] Censorship posture decision made explicitly and recorded: full OFAC filtering, partial filtering, or multi-relay with non-censoring fallback</p><p>[ ] Relay compliance posture reviewed on a defined schedule, as relay policies change</p><h3 id="operational-resilience">Operational resilience</h3><p>[ ] Local block production fallback confirmed and tested: if all relays fail to return a valid bid, the validator must be able to build locally without downtime</p><p>[ ] Relay response time monitoring in place: slow relay responses can cause missed proposals</p><p>[ ] Client updates for MEV-Boost and beacon node coordinated to avoid version incompatibilities at upgrade boundaries</p><p>[ ] Glamsterdam client readiness on the infrastructure roadmap ahead of testnet activation</p><h3 id="reporting-and-audit-trail">Reporting and audit trail</h3><p>[ ] MEV revenue logged per validator per slot for reward attribution and NAV reconciliation</p><p>[ ] Relay source logged per block proposal for compliance audit trail</p><p>[ ] Execution layer reward variance documented for shareholder reporting and fund-level performance reconciliation</p><h2 id="key-takeaway">Key Takeaway</h2><p>MEV-Boost is now standard infrastructure for institutional Ethereum validators. Approximately 88% of Ethereum blocks are assembled off-chain through MEV-Boost relays. Running without it means forgoing the execution layer yield uplift that the builder marketplace generates on every block proposal.</p><p>For custodians, asset managers, ETF and ETP issuers, exchanges, treasury teams, staking product managers, and risk committees, the MEV decision is not a single infrastructure choice. It is three parallel decisions: relay selection for yield maximization, relay compliance posture for regulatory alignment, and forward infrastructure planning for Glamsterdam's ePBS transition.</p><p>The institutions best positioned across all three have explicitly documented their relay configuration, aligned it with their compliance team's review of OFAC filtering requirements, and placed Glamsterdam client readiness on their infrastructure roadmap before the testnet activation schedule forces the conversation.</p><p>P2P.org's validator infrastructure runs MEV-Boost with OFAC-compliant relay configuration as standard across all client accounts. For institutional operators evaluating their MEV infrastructure, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)<br></h2><h3 id="what-is-mev-and-why-does-it-matter-for-institutional-ethereum-validators">What is MEV and why does it matter for institutional Ethereum validators?</h3><p>MEV stands for Maximal Extractable Value. It refers to the additional value that can be captured during block production by reordering, inserting, or excluding transactions within a block beyond the standard consensus layer rewards. On Ethereum, MEV flows primarily through the block builder marketplace: searchers identify profitable transaction ordering opportunities, builders incorporate them into blocks, and validators capture the value when they propose those blocks. In Q1 2026, execution layer rewards, including MEV accounted for approximately 7% of total validator rewards, with the consensus layer providing the remaining 93%. For institutional operators managing large validator sets, that 7% is a material component of total staking economics and needs to be actively managed rather than left to default configuration.</p><h3 id="what-is-mev-boost-and-how-does-it-work">What is MEV-Boost and how does it work?</h3><p>MEV-Boost is a sidecar for the beacon node, a separate piece of open source software which queries and outsources block-building to a network of builders. Block builders prepare full blocks optimizing for MEV extraction and fair distribution of rewards. They then submit their blocks to relays. Relays aggregate blocks from multiple builders in order to select the block with the highest fees. One instance of MEV-Boost can be configured by a validator to connect to multiple relays. The consensus layer client of a validator proposes the most profitable block received from MEV-Boost to the Ethereum network for attestation and block inclusion. Running MEV-Boost is effectively standard practice for institutional validators because the yield differential between MEV-Boost-enabled and local block production is consistently positive over time.</p><h3 id="why-is-relay-selection-a-compliance-decision-for-regulated-institutions">Why is relay selection a compliance decision for regulated institutions?</h3><p>Not all relays treat transactions equally. Of the seven major MEV-Boost relays, only three do not censor according to OFAC compliance requirements. Relays that apply OFAC filtering exclude transactions involving sanctioned addresses from the blocks they produce. Regulated institutions operating under US jurisdiction, or serving clients subject to US regulatory oversight, need to confirm that their block production infrastructure does not facilitate transactions with sanctioned counterparties. Running a non-OFAC-compliant relay without explicit compliance team sign-off introduces sanctions exposure that cannot be managed after the fact, since the block is already on-chain by the time a sanctions issue would be detected.</p><h3 id="what-is-the-risk-of-running-only-one-relay">What is the risk of running only one relay?</h3><p>Relay concentration introduces two distinct risks. The first is yield concentration: if a single relay consistently loses bid competition against others, the validator systematically underperforms on execution layer rewards relative to a multi-relay configuration. The second is operational concentration: if the single relay experiences an outage, latency issue, or returns invalid bids, the validator either misses proposals or falls back to local block production without the execution layer uplift. Multi-relay configuration addresses both risks by distributing bid competition across multiple providers and providing operational redundancy if any individual relay fails.</p><h3 id="what-does-glamsterdams-eip-7732-mean-for-the-current-mev-relay-stack">What does Glamsterdam's EIP-7732 mean for the current MEV relay stack?</h3><p>Glamsterdam's EIP-7732 moves the proposer-builder separation mechanism into the Ethereum protocol itself. Under ePBS, builders cryptographically seal their blocks and commit to a bid. Validators select the highest bid without seeing transaction contents, and the block is only revealed after the commitment is locked in. Building this trustless exchange directly into the protocol removes the need for third-party middleware like MEV-Boost. However, builders and proposers might still choose to use off-protocol relays or middleware for complex features not yet part of the core protocol. Glamsterdam has been pushed back to Q4 2026 and is currently in active testnet preparation. Institutions should treat current MEV-Boost relay configurations as operational through at least the first half of the 2026 mainnet transition period, while beginning to assess how their compliance architecture will need to adapt to the new in-protocol builder selection mechanism.</p><h3 id="how-should-etf-issuers-think-about-mev-revenue-in-fund-reporting">How should ETF issuers think about MEV revenue in fund reporting?</h3><p>MEV revenue flows through the execution layer as part of block proposal rewards. For ETF products that distribute protocol-attributed participation rewards to shareholders, execution layer rewards, including MEV need to be included in the reward attribution methodology. The variability of MEV revenue complicates distribution modeling: execution layer rewards spike during high-activity periods and compress during quieter ones. ETF issuers building NAV calculation infrastructure for staking-enabled products should model execution layer reward variability as a range rather than a fixed assumption, and confirm with their fund administrator that the reporting infrastructure captures relay-source revenue per block proposal for audit trail purposes.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 35+ proof-of-stake networks, P2P.org maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested and ISO/IEC 27001:2022 certified. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

Solana governance cycle: debates, results, and implications

<p><em>A close vote, a governance mandate that isn't <strong>yet</strong> a live protocol change, and what it means for the users staking on Solana.</em></p><p><strong>KEY TAKEAWAYS</strong></p><ul><li>The cycle had <strong>three proposals</strong> on the ballot: SGP-0001, SGP-0002, and SGP-0003. SGP-0002 is the materially significant one and the focus of this piece.</li><li>SGP-0002 passed at 67.001%, just 0.334 points over the two-thirds bar. This is the <strong>first economically material parameter change</strong> decided under Solana's <strong>newly ratified</strong> governance framework, with stakers able to override their validators directly.</li><li>It <strong>doubles Solana's disinflation rat</strong>e (from 15% to 30%), reaching the 1.5% inflation floor by ~2029 instead of ~2032. The floor itself doesn't move.</li><li><strong>Nothing changes today</strong>. The vote is a governance mandate, not a live protocol change. Activation still runs through the SIMD-0550 technical upgrade.</li><li>We voted <strong>YES</strong> on SGP-0001, <strong>NO</strong> on SGP-0002, and <strong>YES</strong> on SGP-0003. Our concern with SGP-0002 was pace, and we respect the outcome.&nbsp;</li></ul><p>Here's how the network got here, what actually changes, and what we're watching on behalf of our stakers.</p><h1 id="third-times-the-charm"><strong>Third time's the charm</strong></h1><p>Third attempt, first success. Solana has tried to cut emissions twice before, and both times it failed. SIMD-0228, a market-based model that would have let issuance flex with staking participation, was rejected in March 2025 in the largest governance vote crypto had seen to that point, voted down largely by smaller and mid-sized validators. SIMD-0411 tried next and stalled.</p><p>SIMD-0550, the proposal behind SGP-0002, drew the lesson from both and went the other way. Instead of a new adaptive mechanism, it changes a single existing parameter, the disinflation rate. That simplicity is a large part of why it succeeded where the others didn't.</p><p>The 2025 opposition came from a specific group: the smaller and mid-sized operators most exposed to a shrinking issuance base. That same concern, what a faster taper does to the long tail of the validator set, is a big part of why we landed where we did this time.&nbsp;</p><p><strong>What SGP-0002 actually does</strong></p><p>Solana's issuance follows a fixed curve: it began at 8% a year and falls by a set fraction of the remaining distance each epoch until it reaches a permanent 1.5% floor. SGP-0002 changes exactly one thing: it doubles the annual rate of that decline, from 15% to 30%, while the 1.5% floor remains untouched. Only the speed of the descent changes: the floor now arrives around 2029 rather than 2032, with roughly 18.9 million fewer SOL issued over six years.</p><p>Less new SOL is issued, and staking rewards funded by that issuance step down faster too. The table below shows the issuance-only path.</p><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/09/Article-graph.png" class="kg-image" alt="" loading="lazy" width="1600" height="921" srcset="https://p2p.org/economy/content/images/size/w600/2026/09/Article-graph.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/09/Article-graph.png 1000w, https://p2p.org/economy/content/images/2026/09/Article-graph.png 1600w" sizes="(min-width: 720px) 720px"></figure><h1 id="how-close-the-vote-actually-was"><strong>How close the vote actually was</strong></h1><p>SGP-0002 has passed the quorum by a hair –&nbsp; 0.334 percentage points. For most of the final hour, the outcome was genuinely in doubt: the validator set was split, stake moved on both sides late in the window. Clearing the bar this narrowly says the ecosystem is still some way from consensus on this.</p><p>We agreed with where this ends up: the 1.5% floor is reached under both schedules, so the open question was how fast to get there. What gave us pause was the effect of halving that schedule on the shape of the network: it squeezes smaller and mid-sized operators soonest and, over the years, concentrates stake toward the largest ones. We'd have preferred a bit more time to preserve that balance, even with the same destination ahead, and the closeness of the vote suggests we weren't the only ones weighing that tradeoff.</p><h3 id="the-15-floor-is-reached-either-way-the-vote-was-about-the-speed-of-getting-there-and-the-cost-of-that-speed-lands-first-on-the-smaller-operators-who-keep-the-network-distributed"><em>The 1.5% floor is reached either way. The vote was about the speed of getting there, and the cost of that speed lands first on the smaller operators who keep the network distributed.</em><br></h3><h1 id="where-sgp-0003-fits-the-half-that-didnt-pass"><strong>Where SGP-0003 fits: the half that didn't pass</strong></h1><p>Many expected SGP-0002 and SGP-0003 to land together: less issuance on one side, more fee burn on the other. SGP-0003 didn't pass. It finished at 53.9%, with a large share of stake choosing to abstain rather than take a side.</p><p>So only one half of that picture activated. SGP-0002 accelerates the reward compression; the offsetting burn mechanism many assumed would accompany it isn't there. The vote was legitimate, and it stands as the mandate now in place. But the disinflation curve is steeper than the paired framing implied, and that's the dynamic we're watching most closely for the stakers we serve.</p><p><strong>Where we stand&nbsp;</strong></p><p>Faster disinflation was always coming. The ecosystem's monetary conversation has been moving in one direction for two years, and rewards built mainly on predictable, market-independent issuance stopped making narrative sense some time ago. </p><p>The change serves something bigger:<strong> </strong>Solana's push to become the settlement layer for real financial flows. SGP-0002 sits on the same strategic arc as Alpenglow and the accounts-model upgrades, each one advancing that same goal. Read against that trajectory, a faster taper isn't a surprise.</p><p>Our No came down to pace. The capital we serve stakes at enterprise grade, and capital like that absorbs structural change on a longer clock: it needs time to model, reprice, and adjust mandates. </p><p>We've voted against proposals like this before, consistently, because moving a network's economics this quickly asks a lot of the operators and allocators who have to live with the result. Flagging that discomfort is part of representing the people whose stake sits with us.</p><p>None of that puts us on the sidelines of where Solana is going. We keep pace with the ecosystem's ambitions because we're helping build them, and we see real potential in the non-staking side of the network to carry more of the load. </p><p>We're investing in the MEV and priority-fee infrastructure that has to mature as issuance steps back, because that side of validator revenue is becoming a core part of the rewards. </p><p>Doubling disinflation means we work harder on the parts of the rewards we can still control: transparent reporting across every reward type, and a faster build-out of the fee and MEV side of the business as the issuance base thins. Capital doesn't like to wait, and neither does Solana anymore.</p><h1 id="what-it-means-if-you-stake-with-us"><strong>What it means if you stake with us</strong></h1><p><strong>Nothing changes for your stake today. </strong>SGP-0002 is a governance mandate rather than a live protocol change yet. The new schedule takes effect only once SIMD-0550 clears implementation and feature-gate activation across Solana's clients, and we'll flag it clearly when that timeline firms up.</p><p>When it does land, the issuance-based portion of staking yield steps down over roughly three years, and it won't be felt evenly. How much depends on a validator's mix of issuance versus MEV and priority-fee revenue. If you stake with us and have questions about what this means for your own position, reach out to your account manager, and we'll walk you through it.</p><p>Your stake is your voice now; <strong>don’t hesitate to speak up.</strong></p><p>SGP-0002 is the clearest reminder yet that Solana's economic direction is no longer decided somewhere above you. Under the new framework, every delegator can vote their own stake on each proposal independently, and override their validator if they see it differently. That is real power.</p><p>Governance of this kind rewards the people who show up. Close votes get decided in the final hours by whoever is paying attention, and the stakers who engage early shape outcomes that the ones who wait simply inherit.</p><p>What these proposals actually affect is exactly the kind of thing we are here to translate. The decision stays yours and we just make sure you are making it with the full picture.</p><h1 id="status-and-open-questions"><strong>Status and open questions</strong></h1><p>The technical path runs through SIMD-0550, which is already specified, with an Agave implementation merged. What remains is coordination across Solana's other client teams, testing, and feature-gate activation before the new schedule takes effect on-chain. Expect that to take time, and expect it to be the part worth watching, since implementation, not the vote, is where a change like this actually becomes real. The open question we're tracking is how the network's economics behave with a steeper disinflation curve and no burn-side offset in place yet.</p><p><strong>Questions about what this means for your stake?</strong></p><p><strong>Reach out to your P2P.org account manager. </strong>We're glad to walk delegators through what SGP-0002 changes, when it takes effect, and what it means for your position.</p><p><strong>Sources &amp; further reading</strong></p><p>SGP-0002 · Double Disinflation - proposal page &amp; results: <a href="https://governance.solana.com/proposal/7QJD8MzheHWJLHS39NkoAbFCGFKg5d9QbVviRqD4YExP?ref=p2p.org"><u>governance.solana.com</u></a></p><p>SGP-0001 · The Solana Constitution: <a href="https://governance.solana.com/proposal/4aFA8K65zYZjmx16qaXhMLW9QY7URRvwyk4KQo2zLz8k?ref=p2p.org"><u>governance.solana.com</u></a></p><p>SGP-0003 · Resource &amp; Inclusion Fee: <a href="https://governance.solana.com/proposal/AGHDQ6gjRFJPoyEcHuc4X7sbxJwyJfeKTb3UrGFzFNZD?ref=p2p.org"><u>governance.solana.com</u></a></p><p><em>Figures reflect P2P.org and proposal-author modelling; issuance-only yields are approximate and move with staking participation and market conditions. Vote figures and dates are epoch-driven. This article is informational, reflects P2P.org's view at the date of publication, and is not investment, legal, or tax advice.</em></p>

André Caldeira

from p2p validator

Trading Infrastructure On-Chain: What Practitioners Are Actually Navigating

<p>On 25 August, P2P.org hosted Trading Infrastructure On-Chain: What Institutional Firms Actually Need, a practitioner roundtable on the market structure, latency, data, and execution questions shaping institutional trading on-chain.&nbsp;</p><p>One thread ran through nearly every answer: the technology solving data, privacy, and execution problems is moving faster than the operational layer institutions actually need to trade at scale, settlement speed, best-execution reporting, and risk tooling among them.</p><p>Moderated by Max Mironov, General Manager of New Bets at P2P.org, the discussion featured Duncan Moir (President, 21shares), Oleksandr Proskurin (Co-Founder &amp; CPO, Arkis), Genevieve Doo (Senior Account Manager, Talos), and Kyle O'Brien (VP of Capital Markets &amp; Investor Relations, Zama).</p><p><strong>LEARNINGS FOR BUSY READERS</strong></p><ul><li>Institutional capital already trades on-chain, mostly through market makers, authorized participants, and liquidity providers acting on a fund's behalf, not through direct execution.</li><li>Tokenized assets settle in milliseconds. The cash side of a trade is still bound to banking rails and compliance checks that don't move at that speed, and that mismatch, not chain throughput, is what keeps flow on centralized venues.</li><li>Hyperliquid's on-chain order book has closed the gap with centralized exchanges on depth and speed, but on-chain markets still lack a consolidated tape, so proving best execution across venues remains genuinely harder.</li><li>MEV is treated less as a bug to fix and more as a cost every panelist expects to manage indefinitely, with real disagreement over whether privacy tooling changes that.</li><li>Risk management tooling, not regulation, was named as the clearest remaining infrastructure gap for institutional trading on-chain.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/09/1600x900--35-.png" class="kg-image" alt="" loading="lazy" width="2000" height="1125" srcset="https://p2p.org/economy/content/images/size/w600/2026/09/1600x900--35-.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/09/1600x900--35-.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/09/1600x900--35-.png 1600w, https://p2p.org/economy/content/images/size/w2400/2026/09/1600x900--35-.png 2400w" sizes="(min-width: 720px) 720px"></figure><h2 id="who-is-actually-trading-and-through-what">Who is actually trading, and through what</h2><p>Duncan Moir opened by correcting an assumption in the question itself: institutional capital moving through an ETP still reaches on-chain execution, just through market makers and liquidity providers trading on the fund's behalf, increasingly on decentralized venues where liquidity depth requires it.</p><blockquote><strong>I think it's maybe a misconception that institutional investors don't understand this world. A lot of them just are not restricted from operating in it, and that's why they come to us. Something like half of our assets are hedge funds, prop desks, market makers, so they understand it very well.</strong></blockquote><blockquote><strong><em>Duncan Moir, 21shares</em></strong></blockquote><p>Oleksandr Proskurin pushed the timeline back further, arguing institutions have quietly driven most crypto trading volume for years, Aave and Uniswap included, and that what changed recently is visibility, not underlying participation. Genevieve Doo pointed to the actual constraint: settlement, not sentiment. Institutional interest is accelerating, but flow still defaults to centralized venues and OTC desks because the cash side of a trade hasn't caught up with how fast the assets themselves move.</p><blockquote><strong>Tokenized assets can move in literally milliseconds, but the settlement piece is often the more complicated part of the trade, and it cannot really move with that level of speed due to banking and compliance reasons.</strong></blockquote><blockquote><strong>Genevieve Doo, Talos</strong></blockquote><p>Asked what changed over the last year, the panel agreed on the direction: tokenization and real-world assets accelerated faster than expected, with Hyperliquid repeatedly cited as the venue that forced the pace, and clearer policy signals giving institutions more room to act on interest that already existed.</p><h2 id="where-the-data-and-latency-gap-actually-sits">Where the data and latency gap actually sits</h2><p>Genevieve gave the sharpest read on where on-chain data has closed the gap with centralized venues, and where it hasn't. Hyperliquid's central limit order book now runs at a scale comparable to major centralized exchanges and leads specifically in real-world asset perpetuals. What's still missing is consolidated depth: a centralized venue offers one order book and one tape, and on-chain markets have no real equivalent, which makes proving best execution across venues meaningfully harder.</p><p>Kyle O'Brien framed the structural issue underneath that gap. Public blockchains were built on the idea that verifiability requires public data, workable in crypto's early years, increasingly at odds with what institutions need now.</p><blockquote><strong>Many of us would agree that the original sin of crypto was that public verifiability required public data. As more institutions move on-chain, privacy has become somewhat of a prerequisite.</strong></blockquote><blockquote><strong>Kyle O'Brien, Zama</strong></blockquote><p>Zama's approach, built on fully homomorphic encryption, keeps data encrypted on-chain while remaining publicly verifiable, letting specific parties, an auditor or regulator, decrypt what they need without broadcasting trading activity to the rest of the network. Oleksandr described the mirror-image version of this problem from the operations side: Arkis computes margin off-chain against on-chain oracles while collateral custody and liquidation rules stay enforced by smart contracts, and treats redundant data providers as non-negotiable, since a single RPC node isn't an acceptable point of failure for a prime brokerage. Duncan, only half-joking, argued the opposite case: on-chain data staying hard to clean and extract currently gives an edge to firms willing to do that work themselves.</p><h2 id="mev-a-cost-to-manage-not-a-bug-to-fix">MEV: a cost to manage, not a bug to fix</h2><p>Oleksandr set the tone early, with Arkis's own exposure coming mostly from its own smart contracts rather than cross-venue execution.</p><blockquote><strong>MEV is a curse, or a blessing. It's a blessing for the MEV bots, and the curse for anyone who is building.</strong></blockquote><blockquote><strong>Oleksandr Proskurin, Arkis</strong></blockquote><p>Duncan pushed back on the idea that institutions don't understand MEV, and drew a distinction that shaped the rest of the conversation.</p><blockquote><strong>You probably need to distinguish between predatory MEV and beneficial MEV. It also helps with price discovery, so it keeps spreads tight, which is good for the ETPs as well.</strong></blockquote><blockquote><strong>Duncan Moir, 21shares</strong></blockquote><p>Asked for a five-year outlook, the panel split. Kyle expects MEV in its current form to disappear if privacy tooling works as intended. Oleksandr expects it to persist regardless, noting that competing funds already track each other's on-chain positions closely. Genevieve suggested a middle path: MEV eventually settling into something closer to exchange fees, priced in and rarely discussed. Hyperliquid came up again as the clearest example of mitigation working in practice, through centralized transaction submission and binary node distribution that makes sandwich attacks structurally difficult to run.</p><h2 id="the-gap-that-isnt-regulation">The gap that isn't regulation</h2><p>Duncan moved past regulation quickly, calling it broadly workable across most major jurisdictions today, with pace and cost varying by region rather than any hard blocker. The gap he actually named was risk management tooling: live portfolio analytics, backtesting, and scenario stress-testing at the level institutional equity desks already expect, which firms currently have to build in-house.</p><p>Kyle argued confidentiality and compliance, the two standard objections from a couple of years ago, are largely handled on the technology side now. What's left is distribution, getting confidential token support into the wallets, custodians, and exchanges institutions already use. Genevieve closed the point by noting institutional adoption doesn't move on one curve: some firms are still evaluating the technology, others have broad conviction and are waiting on a specific custody solution, and both groups are ultimately judging on-chain venues against the same two standards traditional finance already runs on, best execution and counterparty risk discipline.</p><h2 id="closing-round">Closing round</h2><p>The sharpest exchange came between Duncan and Oleksandr on vault structures. Duncan raised an idea he says he regularly debates with his own legal team: a curator allocating through a smart contract may not legally be managing a collective investment scheme at all, since investors allocate directly and the contract executes. He noted regulators have already pushed back on that reading. Oleksandr agreed vaults expose real inefficiency in traditional asset management, but flagged the unresolved tension underneath their growth, onboarding a curator running traditional strategies still triggers standard proof-of-funds checks that anonymous on-chain deposit addresses can't easily satisfy. His bet was that vaults, like Bitcoin before them, eventually find a regulatory middle ground.</p><p>Kyle's closing prediction, offered as talking his own book, was that 95% of blockchain traffic gets encrypted through Zama's protocol within four years. Genevieve's was structural: crypto forced fragmented liquidity, 24/7 markets, and custody problems into the open earlier than other asset classes had to face them, and the infrastructure built to solve those problems now is what eventually gets reused as other asset classes move on-chain.</p><p><strong>KEY TAKEAWAY</strong></p><p>Across all four sections, the pattern held: data quality, MEV mitigation, and privacy tooling are improving quickly, Hyperliquid's rise is the clearest evidence of that. Settlement speed, consolidated best-execution reporting, and institutional-grade risk tooling have not kept pace. The firms building that missing operational layer themselves are the ones actually moving faster than the rest of the market right now.</p><p>You can watch the webinar recording <a href="https://www.youtube.com/watch?v=CDdcuC5IgoI&ref=p2p.org" rel="noreferrer">here</a>.</p><p></p><p><strong>WORK WITH P2P.ORG ON TRADING INFRASTRUCTURE</strong></p><div class="kg-card kg-cta-card kg-cta-bg-grey kg-cta-minimal " data-layout="minimal"> <div class="kg-cta-content"> <div class="kg-cta-content-inner"> <div class="kg-cta-text"> <p><span style="white-space: pre-wrap;">If your firm is evaluating what institutional trading on-chain actually requires in practice, the P2P.org team is available for that conversation. We build the infrastructure institutions rely on for data reliability and execution, including Syncro Data Stream and Syncro Sender, and can walk through the specific operational questions your desk or risk committee is navigating. Explore P2P.org's trading infrastructure.</span></p> </div> <a href="https://www.p2p.org/products/syncro?ref=p2p.org" class="kg-cta-button " style="background-color: #000000; color: #ffffff;"> Learn more </a> </div> </div> </div><hr><p><strong>Disclaimer:</strong> The views and opinions shared during this discussion are those of the individual speakers and do not necessarily reflect the views of P2P.org. This recap is intended to summarize the key themes discussed and should not be considered investment, legal, or financial advice. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p><hr><div class="kg-card kg-toggle-card" data-kg-toggle-state="close"> <div class="kg-toggle-heading"> <h4 class="kg-toggle-heading-text"><span style="white-space: pre-wrap;">FAQ</span></h4> <button class="kg-toggle-card-icon" aria-label="Expand toggle to read content"> <svg id="Regular" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path class="cls-1" d="M23.25,7.311,12.53,18.03a.749.749,0,0,1-1.06,0L.75,7.311"></path> </svg> </button> </div> <div class="kg-toggle-content"><p><b><strong style="white-space: pre-wrap;">What did the P2P.org Trading Infrastructure On-Chain webinar cover?</strong></b></p><p><span style="white-space: pre-wrap;">The 25 August panel featured practitioners from 21Shares, Arkis, Talos, and Zama, covering who is actually trading on-chain today, where on-chain data and latency still fall short of centralized venues, how MEV shows up in practice, and what remains before on-chain venues can fully compete with centralized trading infrastructure.</span></p><p><b><strong style="white-space: pre-wrap;">Why does settlement speed matter more than asset speed for institutional on-chain trading?</strong></b></p><p><span style="white-space: pre-wrap;">Tokenized assets can move in milliseconds, but the cash side of a trade is constrained by banking rails and compliance requirements that cannot move at the same speed. That mismatch, rather than blockchain throughput itself, is what keeps a meaningful share of institutional flow on centralized venues and OTC desks today.</span></p><p><b><strong style="white-space: pre-wrap;">Is MEV something institutions can eventually avoid entirely?</strong></b></p><p><span style="white-space: pre-wrap;">The panel was split. Some see privacy-preserving infrastructure making MEV structurally obsolete over time. Others see it as a permanent feature of any competitive on-chain market, priced in and managed rather than eliminated.</span></p><p><b><strong style="white-space: pre-wrap;">Where can I watch the webinar replay?</strong></b></p><p><span style="white-space: pre-wrap;">The full replay of Trading Infrastructure On-Chain: What Institutional Firms Actually Need is </span><a href="https://www.youtube.com/watch?v=CDdcuC5IgoI&ref=p2p.org" rel="noreferrer"><span style="white-space: pre-wrap;">available on YouTube.</span></a></p><br></div> </div>

André Caldeira

from p2p validator

legal layer, compliance, regulation Legal Layer: Institutional Staking & DeFi Regulatory Update [August 2026]

<h2 id="series-legal-layer"><strong>Series: Legal Layer</strong></h2><p>Legal Layer is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s monthly regulatory intelligence series for custodians, ETF issuers, treasury teams, staking product managers, and validator risk committees navigating the intersection of institutional finance, proof-of-stake infrastructure, and on-chain capital markets. Each edition covers the regulatory developments, legislative updates, and policy signals that matter most for institutions building or evaluating staking and DeFi strategies.</p><p>Previously in the series: <a href="https://p2p.org/economy/legal-layer-institutional-staking-defi-regulatory-update-july-2026/">Legal Layer: Institutional Staking &amp; DeFi Regulatory Update — July 2026</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest staking and DeFi regulatory developments, curated for institutional participants.</div></div><hr><h2 id="quick-learnings-for-busy-readers">Quick Learnings for Busy Readers</h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><ul><li>Senate Majority Leader Thune filed cloture on the motion to proceed to the CLARITY Act on August 8, preserving the bill's floor eligibility but missing the pre-recess deadline. The Senate returns September 14 with a procedural vote scheduled for September 15. Galaxy Research cut its 2026 passage odds to 10% on August 14, the sharpest single downgrade since committee passage in May.</li><li>The OCC has confirmed it is targeting November 2026 for final GENIUS Act stablecoin rules, racing to publish before the January 18, 2027 statutory effective date. An OCC November final rule triggers the 120-day clock, meaning GENIUS Act obligations could take effect as early as March 2027.</li><li>Seven weeks after the July 1 MiCA deadline, Binance is still onboarding new EU clients across five member states, according to independent testing by Sandmark on August 19. Austria's FMA issued the first publicly disclosed MiCA penalty on August 14, fining Bitpanda €70,000 for whitepaper and marketing disclosure breaches.</li><li>South Korea's Shinhan Asset Management signed a four-party proof-of-concept MOU with the Solana Foundation, Etherfuse, and Orca on August 21 for a Korean won-denominated tokenized fund pilot, as Korea Exchange prepares to open its Novel Securities Market on November 16, ahead of the Token-Securities Act taking effect February 4, 2027.</li><li>The European Commission's targeted MiCA review consultation closed August 31, with responses feeding into two statutory reports that will define the scope of MiCA 2 coverage of DeFi, NFTs, and algorithmic stablecoins.</li></ul><h2 id="what-does-august-2026s-regulation-news-mean-for-institutions-building-staking-and-defi-programs">What does August 2026's regulation news mean for institutions building staking and DeFi programs?</h2><p>In the United States, the CLARITY Act survived its pre-recess deadline by the thinnest of procedural margins, with Galaxy Research cutting 2026 passage odds to 10% on August 14 amid ethics deadlock, banking opposition, and a narrowing Senate calendar that leaves only two to three weeks of usable floor time after the September 14 return. The GENIUS Act moves faster: the OCC is targeting November for final rules, compressing institutional preparation to months. In Europe, MiCA enforcement is revealing a gap between the rule and its application, with Binance still onboarding EU clients seven weeks past the deadline and the first publicly disclosed MiCA penalty only just issued. In Asia, South Korea is building institutional digital asset infrastructure at speed, with a Solana-based tokenized fund proof-of-concept from a $96 billion asset manager arriving alongside a November securities market launch. And across the EU, the MiCA review consultation that just closed will define whether DeFi and staking are brought into the next regulatory framework or left in the gap again.</p><h2 id="1-clarity-act-survives-pre-recess-on-procedural-thread-as-galaxy-research-cuts-odds-to-10">1. CLARITY Act Survives Pre-Recess on Procedural Thread as Galaxy Research Cuts Odds to 10%</h2><p>Senate Majority Leader John Thune filed cloture on the motion to proceed to the CLARITY Act on August 8 at 4:52 a.m. ET, after a marathon overnight session, preserving the bill's floor eligibility going into the August recess. The filing came too late for a pre-recess vote, and the Senate recessed on August 8. The Senate returns September 14 with a procedural vote on the motion to proceed scheduled for September 15. That vote requires 60 votes to overcome the filibuster and allow floor debate to begin. It is not a final passage vote.</p><p>Galaxy Research head of firmwide research Alex Thorn cut the firm's 2026 CLARITY Act passage estimate to 10% on August 14, down from 30% in late July and 75% after the May committee markup. Thorn cited ethics deadlock, community bank pressure over stablecoin yield provisions, and a Senate calendar that leaves only two to three weeks of usable floor time after the September 14 return. Prediction market Polymarket separately placed 2026 passage odds at approximately 16% during the same period. Outstanding disputes remain on four fronts: ethics provisions addressing government officials' ties to the crypto industry, illicit finance provisions under Section 604, stablecoin yield and rewards language, and how the Senate Agriculture Committee text gets reconciled with the Senate Banking Committee version.</p><p>Source: <a href="https://www.theblock.co/amp/post/409608/galaxy-says-clarity-act-now-needs-last-ditch-effort-cuts-passage-odds-30?ref=p2p.org">The Block</a>, <a href="https://www.coindesk.com/policy/2026/08/08/u-s-senate-opens-first-stage-of-crypto-clarity-act-voting-to-give-bill-a-chance-next-month?ref=p2p.org">CoinDesk</a>, <a href="https://cryptobriefing.com/clarity-act-passing-odds-drop-galaxy-research/?ref=p2p.org">CryptoBriefing</a>, August 2026.</p><h3 id="why-is-this-relevant-for-validators-and-the-staking-ecosystem">Why is this relevant for validators and the staking ecosystem?</h3><ul><li>The September 15 procedural vote is binary. If cloture fails to reach 60 votes, the CLARITY Act is effectively dead for 2026, leaving the legal classification of staking as a non-securities activity as reversible administrative guidance rather than statute through at least 2028.</li><li>Galaxy Research's 10% odds and Polymarket's 16% reflect the same arithmetic: 60 votes require at least seven Democratic crossovers, and only two Democrats voted for the bill in committee. The gap has not meaningfully closed through August.</li><li>Institutions that have built compliance timelines assuming 2026 passage must now treat a 2027 or later rulemaking scenario as the primary planning assumption, with the March 17 SEC-CFTC joint interpretation as the operative framework.</li></ul><h2 id="2-occ-targets-november-for-final-genius-act-rules-compressing-institutional-preparation-timeline">2. OCC Targets November for Final GENIUS Act Rules, Compressing Institutional Preparation Timeline</h2><p>OCC Comptroller Jonathan Gould told the Wyoming Blockchain Symposium that the OCC is targeting November 2026 for its final GENIUS Act stablecoin regulations, moving rapidly after receiving industry feedback on its 376-page proposed rule published in February. The GENIUS Act becomes effective on the earlier of January 18, 2027, or 120 days after the primary federal payment stablecoin regulators issue final implementing rules. If the OCC publishes final rules in November, the 120-day clock triggers, meaning GENIUS Act obligations could take effect as early as March 2027, four months ahead of the January statutory deadline.</p><p>The OCC's proposed rule covers permissible reserve assets, redemption at par, liquidity standards, risk management, audits, reporting, custody requirements, and orderly wind-down of failed issuers. Separate rulemaking addresses Bank Secrecy Act, AML, and OFAC sanctions requirements in coordination with the Treasury Department. The Federal Reserve has not yet issued its own proposed rule, one of several still outstanding across the six agencies required to act under the GENIUS Act.</p><p>Source: <a href="https://www.pymnts.com/legal/2026/occ-races-the-clock-to-finish-genius-act-stablecoin-rules/?ref=p2p.org">PYMNTS</a>, <a href="https://www.sullcrom.com/insights/memo/2026/March/OCC-Proposes-Regulations-Implement-GENIUS-Act?ref=p2p.org">Sullivan &amp; Cromwell</a>, August 2026.</p><h3 id="why-is-this-relevant-for-validators-and-the-staking-ecosystem-1">Why is this relevant for validators and the staking ecosystem?</h3><ul><li>An OCC November final rule triggering a March 2027 effective date compresses institutional preparation to four months rather than the full 18-month runway the January 2027 statutory deadline implied. Institutions that deferred GENIUS Act compliance planning should treat November as the operative planning deadline.</li><li>The OCC's custody standards for payment stablecoin reserves directly affect how bank-affiliated custodians structure staking arrangements where stablecoin reserves intersect with proof-of-stake validator infrastructure.</li><li>The no-yield prohibition on payment stablecoins, once final, structurally redirects institutional demand for on-chain returns toward staking yield as the primary compliant mechanism. The earlier the effective date, the sooner that demand shift materializes in the validator infrastructure market.</li></ul><h2 id="3-mica-enforcement-reveals-compliance-gap-as-binance-continues-eu-onboarding-seven-weeks-past-deadline">3. MiCA Enforcement Reveals Compliance Gap as Binance Continues EU Onboarding Seven Weeks Past Deadline</h2><p>Independent testing by Sandmark on August 19 found that Binance was still opening, verifying, and funding new accounts for EU customers using European identity documents across five member states, seven weeks after the July 1 MiCA enforcement deadline. Binance does not appear on ESMA's register of authorized MiCA CASPs as of August 20. The ESMA register lists 324 authorized firms as of August 2026, with Germany issuing the most licenses at 69, followed by France at 35 and the Netherlands at 29. Several member states, including Greece, Hungary, Poland, and Romania, have not issued a single MiCA license.</p><p>Austria's Financial Market Authority issued the first publicly disclosed MiCA penalty on August 14, fining Bitpanda GmbH €70,000 for whitepaper and marketing disclosure breaches. The FMA described it as the first MiCA penal order it has publicly disclosed, noting that the case concerns procedural and disclosure failures rather than custody of customer assets or AML deficiencies. Bitpanda holds a valid MiCA license from BaFin and Austria's FMA. The €70,000 fine sits far below the regulation's maximum penalties of €15 million or 3% of annual revenue, but the FMA explicitly framed the publication as a deterrence signal: MiCA has moved from licensing to enforcement.</p><p>Source: <a href="https://en.cryptonomist.ch/2026/08/21/binance-eu-compliance-mica/?ref=p2p.org">Cryptonomist</a>, <a href="https://www.coindesk.com/business/2026/08/17/bitpanda-fined-eur70-000-in-austria-s-first-published-mica-enforcement-case?ref=p2p.org">CoinDesk</a>, <a href="https://www.theblock.co/news/regulation/2026-08-17-austria-mica-penalty-bitpanda-411960?ref=p2p.org">The Block</a>, August 2026.</p><h3 id="why-is-this-relevant-for-validators-and-the-staking-ecosystem-2">Why is this relevant for validators and the staking ecosystem?</h3><ul><li>The seven-week enforcement gap between the MiCA deadline and the first publicly disclosed action confirms that MiCA enforcement is uneven across member states and slower than the regulation's drafters anticipated. This does not reduce compliance obligations for institutional staking and custody stacks.</li><li>The Bitpanda case covers disclosure failures rather than custody or AML breaches, but the FMA's explicit framing of the publication as a deterrence signal indicates that enforcement intensity will increase through Q4 2026 as NCAs complete their initial application reviews.</li><li>For institutional staking programs, the key compliance action remains verifying counterparty authorization against the ESMA CASP register directly, not inferring authorization from continued market activity.</li></ul><h2 id="4-south-koreas-shinhan-signs-solana-proof-of-concept-mou-as-november-securities-market-launch-approaches">4. South Korea's Shinhan Signs Solana Proof-of-Concept MOU as November Securities Market Launch Approaches</h2><p>South Korea's Shinhan Asset Management, which manages approximately 133.6 trillion won ($96.6 billion) in assets as of August 2026, signed a four-party memorandum of understanding with the Solana Foundation, Etherfuse, and Orca on August 21 for a proof-of-concept pilot of a Korean won-denominated tokenized fund. The MOU is non-binding and limited to offshore technical validation. The structure involves overseas institutional investors purchasing a won-denominated ultra-short-term bond fund managed by Shinhan, with the investment represented in tokenized form. Shinhan signed a parallel MOU with Plume, a competing tokenization-focused blockchain, on August 14, running two proof-of-concept pilots simultaneously to evaluate multiple proof-of-stake networks before committing to a production platform.</p><p>South Korea's tokenized securities framework, passed by the National Assembly in January 2026, takes effect in February 2027. Korea Exchange prepares to open its Novel Securities Market on November 16, 2026. South Korea's Serious Crimes Investigation Agency is scheduled to be established in October 2026, with a Joint Investigation Division for Virtual-Asset Crimes. Japan's Nomura-backed Laser Digital secured the country's first new crypto exchange license in four years in August, reflecting the parallel institutional regulatory buildout across Asia's two largest institutional capital markets.</p><p>Source: <a href="https://www.theblock.co/news/regulation/2026-08-21-south-korea-shinhan-partners-solana-412420?ref=p2p.org">The Block</a>, <a href="https://finance.biggo.com/news/4991f187-02e5-49b5-8d85-b6728d1f43f4?ref=p2p.org">BigGo Finance</a>, <a href="https://en.cryptonomist.ch/2026/08/23/asia-crypto-regulation-updates-2026/?ref=p2p.org">Cryptonomist</a>, August 2026.</p><h3 id="why-is-this-relevant-for-validators-and-the-staking-ecosystem-3">Why is this relevant for validators and the staking ecosystem?</h3><ul><li>Shinhan running parallel proof-of-concept pilots on both Solana and Plume confirms that South Korean institutional capital is actively evaluating multiple proof-of-stake settlement layers before committing to a production platform, creating a competitive dynamic for validator infrastructure providers across both networks.</li><li>The November 16 Korea Exchange Novel Securities Market launch and the February 4, 2027 Token-Securities Act effective date establish a defined institutional adoption timeline for one of the world's highest-volume crypto markets, creating a regulatory-framework-driven demand signal for validator infrastructure that is more durable than speculation-driven adoption.</li><li>Japan's first new crypto exchange license in four years alongside South Korea's institutional buildout confirms both major Asian institutional capital markets are simultaneously creating the regulated access infrastructure that will eventually channel institutional staking demand into the region.</li></ul><h2 id="5-eu-mica-review-consultation-closes-august-31-defining-the-scope-of-mica-2-coverage-of-defi-and-staking">5. EU MiCA Review Consultation Closes August 31, Defining the Scope of MiCA 2 Coverage of DeFi and Staking</h2><p>The European Commission's targeted consultation on the review of MiCA closed on August 31, 2026, with responses feeding into two statutory reports the Commission is required to prepare. The consultation, launched on May 20, invited participants to comment on whether MiCA remains appropriate for the evolving crypto economy, with regulators explicitly studying risks associated with DeFi and evaluating whether consumers understand crypto products under the current framework. ESMA has already signaled that the next framework iteration will address the gaps MiCA explicitly left open, including DeFi protocols, NFTs, and algorithmic stablecoins.</p><p>The consultation's closure does not trigger immediate legislative action. The Commission's reports will inform whether the European Parliament and Council initiate a formal MiCA revision process. The most significant DeFi-specific question the consultation addressed is whether non-custodial protocols and validator infrastructure should be treated as regulated entities or excluded software under a future framework, the same question the CLARITY Act's decentralization threshold test addresses in the U.S. context.</p><p>Source: <a href="https://www.lw.com/en/markets-in-crypto-assets-regulation-tracker?ref=p2p.org">Latham &amp; Watkins MiCA Tracker</a>, <a href="https://www.innreg.com/blog/mica-regulation-guide?ref=p2p.org">InnReg</a>, August 2026.</p><h3 id="why-is-this-relevant-for-validators-and-the-staking-ecosystem-4">Why is this relevant for validators and the staking ecosystem?</h3><ul><li>The MiCA review consultation's explicit focus on DeFi risks and staking business models means that the next iteration of EU crypto regulation will directly address the governance and operational standards for on-chain yield infrastructure, including validator operators whose infrastructure serves EU-regulated institutions.</li><li>The regulatory question at the center of the DeFi consultation, whether non-custodial protocols are regulated entities or excluded software, is identical to the decentralization threshold test in the CLARITY Act. How the EU resolves it will determine whether non-custodial staking infrastructure providers face registration requirements in the world's largest single regulatory jurisdiction.</li><li>Institutions building EU-facing staking programs should treat the MiCA review consultation as the beginning of a two- to three-year legislative process that will produce binding obligations. The positions submitted by industry participants before August 31 will shape how the Commission frames its reports.</li></ul><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest staking and DeFi regulatory developments, curated for institutional participants.</div></div><h2 id="frequently-asked-questions-faqs"><strong>Frequently Asked Questions (FAQs)</strong></h2><h3 id="what-does-the-september-15-clarity-act-procedural-vote-mean-for-institutions-with-active-staking-programs"><strong>What does the September 15 CLARITY Act procedural vote mean for institutions with active staking programs?</strong></h3><p>The September 15 vote is a cloture vote on the motion to proceed, not a final passage vote. It requires 60 votes to clear. If it passes, floor debate begins, and amendments addressing ethics, illicit finance, Agriculture Committee reconciliation, and stablecoin yield can be voted on individually before a final passage vote. If it fails, the CLARITY Act is effectively dead for 2026. Institutions with active staking programs are not directly affected either way, as the March 17 SEC-CFTC joint interpretation remains operative. What changes is whether that protection becomes durable statute or remains reversible guidance.</p><h3 id="what-does-the-occs-november-final-rule-target-mean-for-institutions-using-stablecoin-collateral-in-defi-vault-strategies"><strong>What does the OCC's November final rule target mean for institutions using stablecoin collateral in DeFi vault strategies?</strong></h3><p>If the OCC publishes final GENIUS Act rules in November, the 120-day clock triggers and compliance obligations could begin as early as March 2027. For institutions using stablecoin collateral in DeFi vault strategies, the no-yield prohibition takes effect on the same timeline, structurally redirecting demand toward yield-bearing alternatives including staking. Institutions should model the March 2027 scenario as the primary planning assumption rather than treating January 2027 as the operative deadline.</p><h3 id="what-does-binances-continued-eu-onboarding-after-the-mica-deadline-mean-for-institutional-counterparty-risk-assessment"><strong>What does Binance's continued EU onboarding after the MiCA deadline mean for institutional counterparty risk assessment?</strong></h3><p>Sandmark testing on August 19 confirms that MiCA enforcement is not uniform or immediate across member states. For institutional compliance purposes, this does not reduce the obligation to verify counterparty authorization status. A custodian or execution venue operating without MiCA authorization remains a compliance liability regardless of whether enforcement has been actively initiated against that specific firm. Compliance teams should verify authorization against the ESMA CASP register directly, not infer authorization from continued market activity.</p><h3 id="what-does-shinhans-solana-proof-of-concept-mou-mean-for-validator-infrastructure-demand-in-south-korea"><strong>What does Shinhan's Solana proof-of-concept MOU mean for validator infrastructure demand in South Korea?</strong></h3><p>The Shinhan MOU is a non-binding proof-of-concept, not a live product launch. Its significance is in the institutional validation it provides: a $96 billion asset manager is actively testing Solana validator infrastructure for tokenized fund distribution ahead of Korea's February 2027 securities framework. The parallel Plume MOU signals that Shinhan is evaluating multiple proof-of-stake networks before committing. For Solana validator operators, the South Korean institutional adoption timeline, anchored by the November 16 securities market launch and the February 2027 Token-Securities Act, creates a defined regulatory-framework-driven demand window.</p><h3 id="what-should-institutions-do-before-the-mica-review-consultation-reports-are-published"><strong>What should institutions do before the MiCA review consultation reports are published?</strong></h3><p>The consultation closed August 31, and the Commission's reports will take time to prepare before informing any legislative action. The immediate priority is ensuring compliance with the current MiCA framework, not preparing for MiCA 2. For institutions building DeFi vault strategies targeting EU clients, the most actionable step is documenting how their infrastructure would be classified under both the current MiCA framework and the decentralization-threshold approaches being evaluated in the consultation, creating a compliance analysis that can be updated as the review progresses.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 35+ proof-of-stake networks, P2P.org maintains a zero slashing incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested and ISO/IEC 27001:2022 certified. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

News, defi news DeFi Dispatch: DeFi News and Signals August 2026 (Issue 2)

<h2 id="series-defi-dispatch"><strong>Series: DeFi Dispatch</strong></h2><p>DeFi Dispatch is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s twice-monthly roundup of DeFi developments for institutional participants navigating the intersection of traditional and on-chain finance. Each edition covers the signals that matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams operating at the frontier of institutional DeFi and proof-of-stake infrastructure.</p><p>Missed the previous edition? Catch up here: <a href="https://p2p.org/economy/defi-dispatch-defi-news-august-2026-issue-1/">DeFi Dispatch: DeFi News and Signals August 2026 (Issue 1)</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</div></div><hr><h2 id="quick-learnings-for-busy-readersquick-learnings-for-busy-readers"><strong>Quick Learnings for Busy ReadersQuick Learnings for Busy Readers</strong></h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><p>The second half of August brought five developments that institutional participants in DeFi and staking infrastructure should track closely.</p><ul><li>Ethereum surged from below $1,950 to near $2,500 between August 19 and 24, driven by $1.42 billion in net inflows across ten consecutive days of U.S. spot Ethereum ETF accumulation from August 17 to 28. BlackRock's ETHA captured $1.02 billion of that total, representing approximately 72% of all U.S. spot Ethereum ETF inflows during the streak.</li><li>Solana's first binding on-chain governance vote concluded on August 27. SGP-0002, which doubles the annual disinflation rate from 15% to 30%, passed with exactly 67.00% support, just clearing the two-thirds threshold in a dramatic last-minute finish. SGP-0003, the fee burn proposal, failed at 53.9%. The result has direct implications for Solana staking yield and validator fee economics.</li><li>The Ethereum Foundation launched the Plataberget public testnet on August 17, running the Glamsterdam fork on August 20. Mainnet is now targeted for Q4 2026. Institutional validator operators must update both consensus and execution layer clients before activation.</li><li>Bitcoin surged past $80,000 on August 25, driving combined Bitcoin and Ethereum ETF inflows of approximately $2.62 billion in the week ending August 21. BlackRock dominated inflows across both products, cementing its position as the institutional ETF market's primary accumulation vehicle.</li><li>Investors poured more than $1.2 billion into Ethereum ETFs during August, according to SoSoValue, with Standard Chartered reiterating its $4,000 year-end 2026 target and Citi analysts citing U.S. regulatory clarity on tokenization, stablecoins, and staking as a more durable explanation for the move than macro conditions alone.</li></ul><h2 id="whats-driving-defi-markets-in-the-second-half-of-august"><strong>What's driving DeFi markets in the second half of August?</strong></h2><p>The second half of August 2026 has produced the most significant institutional capital event of the year for Ethereum. Ten consecutive days of ETF accumulation, $1.42 billion in net inflows at the strongest pace of 2026, and ETH surging from below $1,950 to near $2,500 in under two weeks reflect a genuine repositioning by institutional capital that has been building since the June lows. At the same time, Solana completed its first binding governance vote, producing a split result that changes the network's supply curve and leaves the fee architecture unresolved. And Glamsterdam's public testnet launch narrows the preparation window for institutional validator operators to a defined Q4 deadline.</p><p>Below, we break down five key developments and why they matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams.</p><h2 id="story-1-ethereum-surges-as-142-billion-in-etf-inflows-mark-ten-consecutive-days-of-institutional-accumulation"><strong>Story 1: Ethereum Surges as $1.42 Billion in ETF Inflows Mark Ten Consecutive Days of Institutional Accumulation</strong></h2><p>U.S. spot Ethereum ETFs recorded $1.42 billion in net inflows over 10 consecutive trading sessions from August 17 to August 28, their strongest sustained accumulation streak since their launch in July 2024. BlackRock's ETHA attracted approximately $1.02 billion across the first nine sessions from August 17 to August 27, with no net selling, capturing approximately 72% of all U.S. spot Ethereum ETF inflows in that window. The $697.2 million recorded in the week ending August 21 was the strongest single-week figure of 2026. Total assets in U.S. spot Ethereum ETFs reached approximately $14.3 billion, equivalent to roughly 4.85% of ETH's market capitalization.</p><p>Ethereum surged from below $1,950 to an intraday peak near $2,300 on August 19 and 20 before extending toward $2,500 by August 24, a rally of approximately 31% from the August 17 starting point. Citi analysts argued that U.S. regulatory clarity on tokenization, stablecoins, and staking is a more durable explanation for the move than macro conditions. Standard Chartered reiterated its year-end 2026 target of $4,000.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams"><strong>Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</strong></h3><ul><li>Ten straight days of net inflows with zero net selling days across the nine-session ETHA streak reflects duration-based institutional positioning, not tactical momentum trading.</li><li>BlackRock capturing approximately 72% of all U.S. spot Ethereum ETF inflows during the accumulation window confirms the competitive concentration dynamic established since ETHB launched. The gap between ETHA and competing products is widening.</li><li>Standard Chartered and Citi both attributing the move to regulatory clarity on tokenization and staking rather than macro conditions signals that Ethereum's settlement infrastructure role is being repriced, not just its token.</li></ul><p>Source: <a href="https://www.tradingview.com/news/u_today:0eecae527094b:0-blackrock-records-1-billion-ethereum-inflow/?ref=p2p.org">TradingView</a>, <a href="https://decrypt.co/376810/ethereum-etfs-take-226m-in-a-day-almost-matching-bitcoins-haul?ref=p2p.org">Decrypt</a>, <a href="https://www.exchangerates.org.uk/news/46976/2026-08-23-ethereum-price-forecast-etf-inflows-revive-4-000-5-000-price-targets.html?ref=p2p.org">ExchangeRates</a>, August 2026.</p><h2 id="story-2-solanas-first-binding-governance-vote-concludes-with-split-result"><strong>Story 2: Solana's First Binding Governance Vote Concludes With Split Result</strong></h2><p>Solana's first binding on-chain governance vote ran from August 22 to August 27, with results confirmed on August 28. SGP-0001, the Solana Constitution formalizing the governance framework, passed with 85.97% support on 51.96% validator participation. SGP-0002, which doubles the annual disinflation rate from 15% to 30%, passed with exactly 67.00% support on 60.70% participation, just clearing the two-thirds threshold by 0.331 percentage points after a dramatic last-minute finish. Kraken's validator changed its vote from against to for in the final hour, and Galaxy reallocated from predominantly abstaining to majority for, together providing the decisive margin. SGP-0003, which would have replaced the flat fee model with resource-based fees burned in full, failed with 53.9% support, against votes at 25.16% and abstentions at 27.18%.</p><p>The passage of SGP-0002 means approximately 18.9 million fewer SOL will be created over the next six years, and the network's terminal 1.5% inflation floor will arrive around 2029 instead of 2032. The change still requires technical activation through a future Solana Improvement Document before it goes live on mainnet. SGP-0003's failure leaves Solana's fee architecture unchanged, with the daily burn rate remaining at approximately 650 tokens.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-1"><strong>Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</strong></h3><ul><li>SGP-0002 passing means institutions modeling Solana staking economics over a three to five year horizon must now factor a faster disinflation path into their return assumptions. Lower issuance reduces staking yield from block rewards while simultaneously reducing supply overhang.</li><li>SGP-0003 failing leaves the validator fee revenue mix unchanged for now. The resource-based burn model is deferred to a future governance cycle.</li><li>The margin of 0.331 percentage points, decided by last-minute validator switches from Kraken and Galaxy, confirms that Solana's governance mechanics give large individual validators outsized influence over network economic decisions. Institutional staking programs with significant delegated stake should formally assess their governance participation policies.</li></ul><p>Source: <a href="https://www.coindesk.com/tech/2026/08/28/solana-vote-to-double-disinflation-passes-by-a-hair-in-dramatic-finish?ref=p2p.org">CoinDesk</a>, <a href="https://sg.finance.yahoo.com/news/solana-validators-pass-first-ever-235355522.html?ref=p2p.org">Yahoo Finance</a>, <a href="https://www.cryptotimes.io/2026/08/29/solana-cuts-future-supply-by-18-9m-sol-as-krakens-last-minute-flip-tips-vote/?ref=p2p.org">CryptoTimes</a>, August 2026.</p><h2 id="story-3-glamsterdam-public-testnet-launches-as-mainnet-targets-q4-2026"><strong>Story 3: Glamsterdam Public Testnet Launches as Mainnet Targets Q4 2026</strong></h2><p>The Ethereum Foundation launched Plataberget, a public testnet for the Glamsterdam upgrade, on August 17, with the Glamsterdam fork running on the testnet on August 20. Unlike previous private devnets, Plataberget is permissionless and starts in a state identical to current mainnet, allowing operators to simulate the upgrade transition on an active chain. The testnet runs approximately 50,000 validators across 50 nodes with different client combinations. Mainnet is now targeted for Q4 2026, with testing expected to progress through Sepolia and Hoodi before mainnet confirmation.</p><p>Glamsterdam introduces ePBS via EIP-7732, moving block building on-chain, and Block-Level Access Lists via EIP-7928, enabling parallel execution and the planned gas limit increase from 60 million toward 200 million. EIP-8037 introduces a state gas dimension and ends the flat 21,000 gas cost for basic ether transfers. The Ethereum Foundation's protocol DevOps team warned that tools treating gas limits as fixed values will stop working after the upgrade and urged immediate developer updates across wallets, indexers, and gas estimation infrastructure.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-2"><strong>Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</strong></h3><ul><li>Plataberget launching publicly on August 17 defines the preparation window for institutional validator operators. Both consensus and execution layer clients must be updated before mainnet. Q4 2026 is the operational deadline.</li><li>EIP-8037's state gas dimension changes cost assumptions across the network. Any institutional infrastructure that treats gas limits as fixed values, including custody systems, execution venues, and reporting tools, requires updates before mainnet activation.</li><li>ePBS moving block building on-chain removes relay intermediaries from the validator workflow, restructuring how MEV rewards are distributed. Institutions should assess how their current relay dependencies change under the new architecture.</li></ul><p>Source: <a href="https://cryptorank.io/news/feed/9deea-ethereums-biggest-upgrade-is-coming-glamsterdam-testnet-goes-live?ref=p2p.org">CryptoRank</a>, <a href="https://www.cryptopolitan.com/ethereum-plataberget-testnet-for-glamsterdam/?ref=p2p.org">Cryptopolitan</a>, <a href="https://finance.biggo.com/news/8998b782-9647-4b52-9d6d-c785f213ba7f?ref=p2p.org">BigGo Finance</a>, August 2026.</p><h2 id="story-4-bitcoin-crosses-80000-as-combined-crypto-etf-inflows-reach-262-billion-in-a-single-week"><strong>Story 4: Bitcoin Crosses $80,000 as Combined Crypto ETF Inflows Reach $2.62 Billion in a Single Week</strong></h2><p>Bitcoin surged past $80,000 on August 25, triggering a broader crypto market rally that lifted Ethereum toward $2,500 and drove combined Bitcoin and Ethereum ETF inflows of approximately $2.62 billion in the week ending August 21, including approximately $1.92 billion for Bitcoin ETFs. BlackRock dominated inflows across both products during the period, with ETHA and IBIT together absorbing approximately $3.16 billion in combined Bitcoin and Ethereum purchases across eight days according to on-chain data from Arkham Intelligence. Cumulative Ethereum ETF inflows for August reached more than $1.2 billion according to SoSoValue, making it the strongest monthly ETF inflow period for Ethereum in 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-3"><strong>Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</strong></h3><ul><li>Combined Bitcoin and Ethereum ETF inflows of $2.62 billion in a single week confirms that institutional capital is returning to digital assets in a coordinated, multi-asset allocation rather than rotating between Bitcoin and Ethereum.</li><li>BlackRock's dominance across both Bitcoin and Ethereum ETF products simultaneously reflects the distribution advantage of the world's largest asset manager. The competitive gap between BlackRock and other ETF issuers is structural, not cyclical.</li><li>For staking-integrated Ethereum ETF products, more than $1.2 billion in August Ethereum ETF inflows translates directly into growing staked ETH demand through the ETF staking mechanism, reinforcing the validator infrastructure demand cycle established since ETHB launched in March 2026.</li></ul><p>Source: <a href="https://coinmarketcap.com/cmc-ai/ethereum/latest-updates/?ref=p2p.org">CoinMarketCap</a>, <a href="https://coinjournal.net/news/ethereum-price-outlook-turns-bullish-as-etf-inflows-support-2800-target/?ref=p2p.org">CoinJournal</a>, <a href="https://en.coinotag.com/blackrock-ethereum-eth-etf-961m-eight-day-buying?ref=p2p.org">COINOTAG</a>, August 2026.</p><h2 id="story-5-institutional-ethereum-staking-passes-an-inflection-point-as-supply-compression-deepens"><strong>Story 5: Institutional Ethereum Staking Passes an Inflection Point as Supply Compression Deepens</strong></h2><p>Exchange ETH balances remained at multi-year lows through mid-August, with on-chain data confirming that the proportion of circulating ETH held on exchanges continued declining as institutional custody and staking arrangements absorbed supply. More than one-third of all ETH remains staked, and Grayscale's Ethereum Staking Mini ETF is actively staking 80.8% of its 839,556 ETH holdings, generating a gross staking reward of approximately 2.78% and distributing net yield of 2.61% after fees as quarterly cash payouts following its July 2026 amendment filing.</p><p>The structural picture that emerges from the second half of August is one of simultaneous supply compression and demand expansion. Exchange balances at multi-year lows, over one-third of supply staked, $1.2 billion in August ETF inflows, and Grayscale converting staking rewards into a quarterly distribution model all describe an Ethereum supply-demand dynamic that is materially tighter than at any point in the network's history as a proof-of-stake chain.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-4"><strong>Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</strong></h3><ul><li>Exchange ETH balances at multi-year lows combined with $1.2 billion in monthly ETF inflows creates a supply-demand dynamic where incremental institutional demand faces structurally reduced liquid supply, amplifying price sensitivity to sustained ETF inflows.</li><li>Grayscale converting staking rewards into quarterly cash distributions positions staking yield as a dividend-equivalent for institutional ETF investors, broadening the universe of institutional mandates that can access Ethereum staking economics through a regulated product.</li><li>For non-custodial staking infrastructure providers, the combination of ETF staking growth, Grayscale's yield distribution model, and exchange supply compression confirms that the demand environment for institutional-grade Ethereum staking infrastructure is structurally stronger in August 2026 than at any prior point.</li></ul><p>Source: <a href="https://blog.portals.fi/defi-tvl-august-2026-week-1/?ref=p2p.org">Portals.fi</a>, <a href="https://www.investing.com/analysis/ethereum-staking-boom-tightens-supply-as-institutional-demand-returns-200686690?ref=p2p.org">Investing.com</a>, August 2026.</p><h2 id="key-takeaways-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams"><strong>Key Takeaways for Asset Managers, Custodians, Hedge Funds, ETF Issuers, Exchanges, and Staking Teams</strong></h2><p>The second half of August 2026 surfaces five converging signals for institutional participants in on-chain infrastructure:</p><ul><li>Ten consecutive days of Ethereum ETF accumulation and $1.42 billion in total net inflows mark the strongest institutional Ethereum capital deployment of 2026, with Citi and Standard Chartered both attributing the move to regulatory clarity on tokenization and staking rather than macro conditions alone.</li><li>Solana's first binding governance vote produced a split result. SGP-0002's passage by exactly 0.331 percentage points accelerates supply scarcity while reducing issuance yield. SGP-0003's failure leaves the fee architecture unchanged. Both outcomes require institutions to update their Solana staking return models.</li><li>Glamsterdam's public testnet launching on August 17 defines the preparation window for institutional validator operators. Q4 2026 is the operational deadline. EIP-8037's gas repricing requires immediate infrastructure updates across custody, execution, and reporting tools.</li><li>Combined Bitcoin and Ethereum ETF inflows of $2.62 billion in a single week, with BlackRock dominating across both products, confirms that institutional capital is returning in a coordinated multi-asset allocation rather than rotating between individual networks.</li><li>Exchange ETH balances at multi-year lows, over one-third of supply staked, and Grayscale distributing staking rewards as quarterly cash payouts together describe an Ethereum supply-demand dynamic that is structurally tighter than at any prior point in its proof-of-stake history.</li></ul><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants. Or follow us on <a href="https://linkedin.com/company/p2p-org?ref=p2p.org" rel="noopener noreferrer">LinkedIn</a> and <a href="https://twitter.com/p2pvalidator?ref=p2p.org" rel="noopener noreferrer">X</a> to stay updated when new DeFi Dispatch editions are published.</div></div><h2 id="frequently-asked-questions-faqs"><strong>Frequently Asked Questions (FAQs)</strong></h2><h3 id="what-does-ten-consecutive-days-of-ethereum-etf-accumulation-signal-for-institutional-staking-programs"><strong>What does ten consecutive days of Ethereum ETF accumulation signal for institutional staking programs?</strong></h3><p>Ten straight days of net inflows with zero net selling days from ETHA reflects duration-based institutional positioning, not tactical momentum. Capital committed through ETF-driven staking over a sustained accumulation window is less likely to exit on short-term price weakness. For staking programs, this is the demand environment that produces stable validator set conditions and predictable protocol reward participation.</p><h3 id="what-does-solanas-sgp-0002-passing-mean-for-institutions-holding-sol-in-staking-programs"><strong>What does Solana's SGP-0002 passing mean for institutions holding SOL in staking programs?</strong></h3><p>SGP-0002 doubling the disinflation rate to 30% reduces staking yield from new issuance while accelerating supply scarcity. The implementation is not instantaneous. The change still requires technical activation through a future Solana Improvement Document before it goes live on mainnet. Institutions should model the lower issuance scenario in their Solana staking return assumptions over a three to five year horizon, while monitoring the activation timeline for when the change becomes operative.</p><h3 id="what-do-institutional-validator-operators-need-to-do-before-glamsterdam-mainnet"><strong>What do institutional validator operators need to do before Glamsterdam mainnet?</strong></h3><p>Both consensus and execution layer clients must be updated before mainnet activation. EIP-8037's state gas dimension changes cost assumptions across all tools that treat gas limits as fixed values, including custody systems, execution venues, and reporting tools. Institutions should track client release roadmaps across Prysm, Lighthouse, Teku, Nimbus, Lodestar, Geth, Nethermind, Besu, Erigon, and Reth. The Q4 2026 mainnet target means preparation should be underway now, not after Sepolia and Hoodi testing completes.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 35+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero slashing incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested and ISO/IEC 27001:2022 certified. To explore how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

TRX Staking Comes to Trezor, Powered by P2P.org

<p><strong>At a glance:</strong></p><p>• TRX staking is now live directly inside Trezor, through a collaboration with P2P.org<br>• Native Staking is available at launch - the standard TRX staking model<br>• Fully non-custodial: assets never leave the Trezor device, and staking runs through P2P.org's infrastructure as a TRON Super Representative</p><p>TRX staking is now live on Trezor, with staking infrastructure for this integration provided by P2P.org. No third-party bridge, no new account, no giving up custody of your keys. The integration launches with Native Staking, which works the way staking has always worked.</p><p><strong>About Trezor</strong></p><p>Trezor is a hardware wallet brand built by SatoshiLabs, a Czech company that shipped the first commercial hardware wallet for crypto in 2014. Trezor devices store private keys offline on the device itself, so funds can be managed without the keys ever touching an internet-connected computer or phone. Trezor hardware wallets have 100% open-source code &amp; design, meaning the code is publicly auditable rather than closed. Trezor's current device lineup includes the Safe 3, Safe 5, and Safe 7 models, and Trezor Suite is used to manage, send, receive, and now stake a wide range of crypto assets. Millions of Trezor devices have shipped since the company's founding, and it remains one of the reference points people compare against when evaluating self-custody hardware.</p><p><strong>Native Staking</strong></p><p>This is staking in its most familiar form. Stake your TRX, help secure the TRON network, and be eligible for network rewards, which are variable, protocol-determined, and not guaranteed by P2P.org. If you've staked on any other chain, the mechanics will be familiar. It's a straightforward entry point for anyone who wants low-friction exposure to network rewards without engaging further with network mechanics.</p><p><strong>Why this integration, and why now</strong></p><p>Trezor has spent over a decade building tools for self-custody, hardware that millions of people use to hold their keys and maintain control of their assets. Meanwhile, P2P.org has spent the last 8 years building non-custodial staking infrastructure, including operating as a Super Representative on TRON, a high-throughput proof-of-stake network.</p><p>Those two things fit together directly. For TRX, Trezor users get access to validator-level staking infrastructure they don't have to vet or build themselves. P2P.org gets to bring that infrastructure to a self-custody audience at a scale it would not reach independently.</p><p><strong>What's live at launch</strong></p><p>Native Staking is available directly inside the Trezor interface at launch, through the Earn tab: stake, track, and unstake without your keys ever leaving your device. Staking involves choosing a Super Representative to vote for - P2P.org is one of the available options - and there are no wrapped tokens or intermediary custody steps; delegation happens directly on-chain.&nbsp;</p><p><strong>How-to guide:&nbsp;</strong></p><ul><li>Stake your TRX on desktop</li><li>Staking takes two transactions: freezing your TRX, then voting for a representative. You confirm each one on your Trezor.</li></ul><p><strong>1. Open the Earn tab</strong></p><p>In Trezor Suite, open the Earn tab. Find your Tron account in the staking list and click Stake now.</p><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-b3ca8b36-ba77-44fa-ac56-d0d633100fa3.png" class="kg-image" alt="Trezor Suite Earn page lists Tron staking at 3.26% APR with a Stake now button" loading="lazy" width="2000" height="1175" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-b3ca8b36-ba77-44fa-ac56-d0d633100fa3.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-b3ca8b36-ba77-44fa-ac56-d0d633100fa3.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/08/data-src-image-b3ca8b36-ba77-44fa-ac56-d0d633100fa3.png 1600w, https://p2p.org/economy/content/images/2026/08/data-src-image-b3ca8b36-ba77-44fa-ac56-d0d633100fa3.png 2048w" sizes="(min-width: 720px) 720px"></figure><p><strong>2. Freeze your funds</strong></p><ul><li>Enter the amount of TRX you want to stake. Choose the resource you want to earn, bandwidth or energy, then click Continue.</li><li>Bandwidth comes with a small free daily allowance; energy doesn't. If you regularly send tokens like USDT, stake for energy to keep those transfers cheap.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-b0dff405-7c37-4159-9237-ebc90a9a0e81.png" class="kg-image" alt="Trezor Suite stake form enters 200 TRX and selects energy as the resource to earn" loading="lazy" width="2000" height="1411" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-b0dff405-7c37-4159-9237-ebc90a9a0e81.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-b0dff405-7c37-4159-9237-ebc90a9a0e81.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/08/data-src-image-b0dff405-7c37-4159-9237-ebc90a9a0e81.png 1600w, https://p2p.org/economy/content/images/2026/08/data-src-image-b0dff405-7c37-4159-9237-ebc90a9a0e81.png 2002w" sizes="(min-width: 720px) 720px"></figure><p><strong>3. Confirm the freeze on your Trezor</strong></p><ul><li>Check the amount and resource on your Trezor and confirm.&nbsp;</li><li>Then click Freeze in Trezor Suite to broadcast the transaction.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-e4675929-d8f7-4c1c-a48c-192c2ea8c05c.png" class="kg-image" alt="Trezor confirmation shows freezing 200 TRX for energy on the Tron account" loading="lazy" width="1122" height="1046" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-e4675929-d8f7-4c1c-a48c-192c2ea8c05c.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-e4675929-d8f7-4c1c-a48c-192c2ea8c05c.png 1000w, https://p2p.org/economy/content/images/2026/08/data-src-image-e4675929-d8f7-4c1c-a48c-192c2ea8c05c.png 1122w" sizes="(min-width: 720px) 720px"></figure><p><strong>4. Choose P2P.org</strong></p><ul><li>Open the <strong>Select representative</strong> drop-down and pick a Super Representative (P2P.org). &nbsp;</li><li>Then click Continue.</li><li>The APR is dynamic. It varies by representative and changes with network conditions.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-08511a80-fa31-43c8-9a2b-af8437d45bfd.png" class="kg-image" alt="" loading="lazy" width="1454" height="1082" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-08511a80-fa31-43c8-9a2b-af8437d45bfd.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-08511a80-fa31-43c8-9a2b-af8437d45bfd.png 1000w, https://p2p.org/economy/content/images/2026/08/data-src-image-08511a80-fa31-43c8-9a2b-af8437d45bfd.png 1454w" sizes="(min-width: 720px) 720px"></figure><p><strong>5. Acknowledge the representative's terms</strong></p><ul><li>Read the representative's Terms of Service, tick the box to acknowledge them, then click Confirm.</li><li>Your staked TRX never leaves your account or goes to the representative.&nbsp;</li><li>Only your future rewards depend on the representative staying reliable.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-e396df52-ce67-452b-9f1f-bc65d8e14b38.png" class="kg-image" alt="" loading="lazy" width="2000" height="1138" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-e396df52-ce67-452b-9f1f-bc65d8e14b38.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-e396df52-ce67-452b-9f1f-bc65d8e14b38.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/08/data-src-image-e396df52-ce67-452b-9f1f-bc65d8e14b38.png 1600w, https://p2p.org/economy/content/images/2026/08/data-src-image-e396df52-ce67-452b-9f1f-bc65d8e14b38.png 2048w" sizes="(min-width: 720px) 720px"></figure><p><strong>6. Confirm the vote on your Trezor</strong></p><ul><li>Check the representative address and the number of votes on your Trezor and confirm.&nbsp;</li><li>Then click Vote in Trezor Suite.</li></ul><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-e07ec994-18cc-4064-bd61-2afd35dfc0dc.png" class="kg-image" alt="Trezor confirmation summarizes 200 votes delegated to a Tron representative address" loading="lazy" width="2000" height="1175" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-e07ec994-18cc-4064-bd61-2afd35dfc0dc.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-e07ec994-18cc-4064-bd61-2afd35dfc0dc.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/08/data-src-image-e07ec994-18cc-4064-bd61-2afd35dfc0dc.png 1600w, https://p2p.org/economy/content/images/2026/08/data-src-image-e07ec994-18cc-4064-bd61-2afd35dfc0dc.png 2048w" sizes="(min-width: 720px) 720px"></figure><p><strong>7. Staking complete</strong></p><ul><li>You'll see the stake complete screen with your APR, the resource you earned, and the amount staked.&nbsp;</li><li>Click <strong>Back to overview</strong> to return to the Staking tab, where you can stake more, vote again, or unstake.</li></ul><p>Find the official Staking Tron (TRX) in Trezor Suite guide<a href="https://trezor.io/guides/sending-receiving-staking-funds/staking-assets-in-trezor-suite/staking-tron-trx-in-trezor-suite?ref=p2p.org"><u> here.</u></a>&nbsp;</p><p><strong>FAQ</strong></p><p><strong>Does staking through Trezor mean giving up custody of my TRX?</strong></p><p>No. The integration is non-custodial throughout. Your TRX stays under your control via your Trezor device at every step, including staking, reward accrual, and unstaking.</p><p><strong>Is P2P.org the only staking provider available on Trezor?</strong></p><p>No. Trezor works with multiple staking providers. This integration is one way to stake TRX on Trezor, with P2P.org operating the underlying infrastructure as a TRON Super Representative.</p><p>Want the technical or business details behind the integration? Get in touch with the P2P.org team.</p><p><strong>Disclaimer</strong></p><p><em>This material does not constitute advice. We accept no liability for any actions taken based on it. Please assess your objectives, experience, and risk tolerance, and seek full information before making any decisions. Staking rewards are variable, protocol-issued, and not guaranteed. P2P.org operates as a non-custodial infrastructure provider; users retain control of their assets at all times. P2P.org is not affiliated with or endorsed by any of the third-party institutions named herein.</em></p>

André Caldeira

from p2p validator

defi dispatch, News DeFi Dispatch: DeFi News and Signals August 2026 (Issue 1)

<h2 id="series-defi-dispatch"><strong>Series: DeFi Dispatch</strong></h2><p>DeFi Dispatch is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s twice-monthly roundup of DeFi developments for institutional participants navigating the intersection of traditional and on-chain finance. Each edition covers the signals that matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams operating at the frontier of institutional DeFi and proof-of-stake infrastructure.</p><p>Missed the previous edition? Catch up here: <a href="https://p2p.org/economy/defi-dispatch-defi-news-july-2026-issue-2/">DeFi Dispatch: DeFi News and Signals July 2026 (Issue 2)</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter </strong></b>at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</div></div><h2 id="quick-learnings-for-busy-readers"><strong>Quick Learnings for Busy Readers</strong></h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><p>The start of August brought five developments that institutional participants in DeFi and staking infrastructure should track closely.</p><ul><li><strong>BNY partnered with Galaxy to add staking to its Digital Asset Custody platform</strong>, the first time the world's largest custodian has integrated staking directly into institutional custody infrastructure, pending regulatory approval.</li><li><strong>Sharplink deployed $200 million in ETH through Lido and launched a $125 million on-chain yield fund with Galaxy Digital</strong>, establishing the two-track institutional ETH treasury model in public markets.</li><li><strong>Ethereum Foundation researchers published EIP-8363, proposing to taper and eventually zero out consensus staking rewards once 50% of ETH is staked</strong>. The proposal did not reach formal inclusion status and is not scheduled for Hegotá, but it has ignited the most significant Ethereum monetary policy debate since The Merge.</li><li><strong>Solana's SGP-0003 cleared the 15% stake signaling threshold on August 5, triggering a formal vote closing August 18</strong>. If passed, daily SOL burns rise from 650 to 9,000 tokens and the annual disinflation rate doubles to 30%.</li><li><strong>DeFi Development Corp. posted 24% year-over-year growth in SOL per share in Q2 2026</strong>, providing the first audited public market benchmark for Solana treasury staking as an institutional revenue model.</li></ul><h2 id="whats-driving-defi-markets-at-the-start-of-august">What's driving DeFi markets at the start of August?</h2><p>The start of August 2026 is defined by two simultaneous governance debates at the protocol level. On Ethereum, EIP-8363 has triggered the most significant monetary policy fight since The Merge, with Aave's founder and other DeFi leaders mounting public opposition to Ethereum Foundation researchers. On Solana, validators are days away from a binding stake-weighted vote that would multiply daily token burns by nearly 14 times and pull the terminal inflation date forward by three years. Meanwhile, BNY and Sharplink have both made major staking commitments this week, confirming that institutional capital is embedding in proof-of-stake infrastructure regardless of how these governance debates resolve.</p><p>Below, we break down five key developments and why they matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams.</p><h2 id="story-1-bny-partners-with-galaxy-to-add-staking-to-its-digital-asset-custody-platform">Story 1: BNY Partners With Galaxy to Add Staking to Its Digital Asset Custody Platform</h2><p>BNY announced on August 4 that it plans to add staking to its Digital Asset Custody platform through a partnership with Galaxy, allowing institutional clients to earn staking rewards without moving assets outside BNY custody, pending regulatory approval. BNY is the world's largest custodian with approximately $52 trillion in assets under custody. The move extends its existing USDC custody capabilities into active yield generation for the first time. Galaxy also runs staking infrastructure for BlackRock's ETHB, meaning two of Wall Street's largest institutional staking mandates now route through the same provider.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>BNY integrating staking into custody removes a primary operational barrier for conservative institutional allocators who have been unable to stake without moving assets off-platform.</li><li>The concentration of BlackRock's ETHB and BNY custody staking through Galaxy creates shared infrastructure exposure that institutional risk committees should formally assess.</li><li>For non-custodial staking providers, the custody layer is becoming the primary acquisition channel for institutional staking mandates.</li></ul><p>Source: <a href="https://www.coindesk.com/business/2026/08/04/bny-to-add-crypto-staking-to-digital-asset-custody-platform?ref=p2p.org">CoinDesk</a>, <a href="https://cryptoslate.com/bny-blackrock-funnel-billions-infrastructure-exposing-crypto-diversification/?ref=p2p.org">CryptoSlate</a>, August 2026.</p><h2 id="story-2-sharplink-deploys-200-million-through-lido-and-launches-125-million-on-chain-yield-fund-with-galaxy">Story 2: Sharplink Deploys $200 Million Through Lido and Launches $125 Million On-Chain Yield Fund With Galaxy</h2><p>Sharplink announced on August 13 that it will stake $200 million of ETH through Lido, receiving wstETH held in custody with Anchorage Digital. On August 7, Sharplink and Galaxy Digital launched a $125 million on-chain yield fund targeting DeFi and on-chain yield strategies, a first-of-its-kind institutional vehicle backed by a Nasdaq-listed corporate treasury and managed by a major crypto financial services firm.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-1">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>Sharplink's dual deployment establishes the two-track institutional ETH treasury model: liquid staking through Lido for base yield and liquidity optionality, active DeFi yield through a managed fund on top.</li><li>The $125 million on-chain yield fund with Galaxy is a template that other corporate ETH treasuries will reference when moving beyond simple staking into curated DeFi strategies.</li><li>wstETH custody at Anchorage confirms that institutional liquid staking positions are increasingly held within regulated custody frameworks rather than through direct wallet control.</li></ul><p>Source: <a href="https://www.globenewswire.com/news-release/2026/08/13/3344459/0/en/sharplink-to-deploy-200m-eth-staking-allocation-with-lido.html?ref=p2p.org">GlobeNewswire</a>, August 2026.</p><h2 id="story-3-ethereum-eip-8363-proposes-tapering-staking-rewards-to-zero-at-50-stake">Story 3: Ethereum EIP-8363 Proposes Tapering Staking Rewards to Zero at 50% Stake</h2><p>Six Ethereum Foundation researchers, including Justin Drake, published EIP-8363 on August 4, proposing a Tapered Issuance Burn that would progressively reduce and eventually eliminate consensus-layer validator rewards as staked ETH approaches 50% of circulating supply, approximately 60.25 million ETH. As of early August, approximately 41.4 million ETH was staked at 34% of supply, earning a 2.67% consensus APR. The proposal did not reach proposed-for-inclusion status and is not scheduled for Hegotá. Core developers on the August 6 All Core Devs call identified a revised draft or withdrawal as the two near-term paths. Aave founder Stani Kulechov led public opposition, arguing the proposal would trigger a solo staker exodus and DeFi capital flight. Bankless hosts assessed passage probability at under 5%.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-2">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>EIP-8363 cutting consensus yield from 2.67% to approximately 1.2% over 18 months, if enacted, would directly affect ETF staking product returns, institutional staking program economics, and liquid staking protocol revenue simultaneously.</li><li>The proposal's near-certain failure for Hegotá does not close the debate. Institutions building multi-year staking programs should model a scenario in which Ethereum consensus yield converges toward 1% to 1.5% over a three- to five-year horizon.</li><li>Publicly traded ETH treasury companies including Bitmine and Sharplink would face direct revenue impact, as lower consensus yield reduces the annualized staking revenue central to their investor narratives.</li></ul><p>Source: <a href="https://defiprime.com/ethereum-tapered-issuance-burn-eip-8363?ref=p2p.org">DeFi Prime</a>, <a href="https://messari.io/report/eip-8363?ref=p2p.org">Messari</a>, August 2026.</p><h2 id="story-4-solanas-sgp-0003-clears-vote-threshold-with-august-18-deadline-approaching">Story 4: Solana's SGP-0003 Clears Vote Threshold With August 18 Deadline Approaching</h2><p>Solana's SGP-0003 governance package cleared the 15% stake threshold of 65.16 million SOL on August 5, triggering a formal stake-weighted vote closing August 18. SIMD-0550 would double the annual disinflation rate from 15% to 30%, pulling the 1.5% terminal inflation date from 2032 to 2029 and removing approximately 18.9 million SOL of emissions over six years. SIMD-0553 would replace current base fees with resource-based fees burned in full, lifting daily SOL burns from approximately 650 tokens to between 7,500 and 9,000. DeFi Dev Corp. announced support for both proposals on August 4. The tradeoff is direct: lower issuance means lower staking yield from block rewards, while the same SOL becomes structurally scarcer.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-3">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>Institutions modelling Solana staking economics over a three- to five-year horizon need to factor potential disinflation acceleration into their return assumptions before the August 18 vote closes.</li><li>The $1.39 billion reduction in SOL emissions over six years may be economically net positive for institutional treasury programs on a total return basis, even with lower issuance yield, through supply compression.</li><li>SIMD-0553's shift to resource-based fees burned in full changes the validator revenue mix between block rewards and transaction fees. Institutions operating Solana validator infrastructure should model the new fee architecture now.</li></ul><p>Source: <a href="https://www.coindesk.com/tech/2026/08/04/a-new-solana-proposal-would-take-daily-sol-burns-from-usd47-000-to-usd650-000?ref=p2p.org">CoinDesk</a>, <a href="https://solanacompass.com/news/solana-validators-push-sol-burn-and-disinflation-proposals-to-the-edge-of-the-vote-threshold?ref=p2p.org">Solana Compass</a>, August 2026.</p><h2 id="story-5-defi-development-corp-posts-24-sol-per-share-growth-in-q2-2026">Story 5: DeFi Development Corp. Posts 24% SOL Per Share Growth in Q2 2026</h2><p>DeFi Development Corp. reported Q2 2026 results on August 12, posting 24% year-over-year growth in SOL per share, its primary performance metric. The Nasdaq-listed company operates its own validator infrastructure generating staking rewards and fees from delegated stake, and concentrated its on-chain activity in a smaller set of institutional-scale protocols after discontinuing its Treasury Accelerator program. The results cover a period that included the April 2026 DeFi security incidents and broader crypto market weakness, making the SOL per share growth figure the first audited stress-test of the Solana treasury staking model under adverse conditions.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-4">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>DeFi Dev Corp.'s 24% SOL per share growth through market weakness provides the first reported institutional benchmark for Solana staking as a treasury strategy, giving asset managers a public market reference point with full financial disclosure.</li><li>The decision to concentrate in institutional-scale protocols and discontinue the Treasury Accelerator signals maturation of the corporate treasury staking model toward focused, reportable positions.</li><li>The emergence of multiple Nasdaq-listed proof-of-stake treasury companies reporting staking yield as a primary metric creates a new asset class reference framework for institutional allocators evaluating proof-of-stake network participation.</li></ul><p>Source: <a href="https://www.globenewswire.com/news-release/2026/08/12/3344093/0/en/defi-development-corp-reports-q2-2026-results-grows-sol-per-share-24-year-over-year-outlines-q3-cost-efficiencies-and-capital-structure-simplification.html?ref=p2p.org">GlobeNewswire</a>, <a href="https://finviz.com/news/376759/defi-development-corp-announces-support-for-key-solana-governance-proposals-that-could-transform-sol-tokenomics?ref=p2p.org">Finviz</a>, August 2026.</p><h2 id="key-takeaways-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Key Takeaways for Asset Managers, Custodians, Hedge Funds, ETF Issuers, Exchanges, and Staking Teams</h2><p>The start of August 2026 surfaces five converging signals for institutional participants in on-chain infrastructure:</p><ul><li>BNY's planned staking integration with Galaxy reinforces the growing importance of custody platforms as a distribution channel for institutional staking, with provider concentration risk requiring formal risk committee assessment</li><li>Sharplink's dual deployment illustrates an emerging two-track ETH treasury strategy combining liquid staking with active on-chain deployment.’</li><li>EIP-8363's failure for Hegotá does not close the Ethereum monetary policy debate. Institutions with multi-year Ethereum staking programs should consider modelling lower consensus-yield scenarios, including a 1%–1.5% range, regardless of EIP-8363's immediate outcome.</li><li>Solana's August 18 governance vote is the first binding stake-weighted decision on SOL's token supply curve. The outcome reshapes staking yield, validator fee economics, and long-range supply dynamics for institutional Solana programs.</li><li>DeFi Dev Corp.'s 24% SOL per share growth through market weakness is the first reported stress test of the Solana treasury staking model, providing a public market benchmark for institutional allocators.</li></ul><p>👉 Subscribe to our newsletter at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants. Or follow us on <a href="https://linkedin.com/company/p2p-org?ref=p2p.org">LinkedIn</a> and <a href="https://twitter.com/p2pvalidator?ref=p2p.org">X</a> to stay updated when new DeFi Dispatch editions are published.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</div></div><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)<br></h2><h3 id="what-does-bnys-staking-partnership-with-galaxy-mean-for-the-institutional-custody-landscape">What does BNY's staking partnership with Galaxy mean for the institutional custody landscape?</h3><p>BNY routing staking through Galaxy means institutional clients can access proof-of-stake yield without moving assets off-platform, removing a primary operational barrier. The concentration of BlackRock's ETHB and BNY custody staking through the same provider is a validator concentration risk that risk committees should formally assess.</p><h3 id="what-is-eip-8363-and-should-institutions-adjust-their-staking-programs-now">What is EIP-8363 and should institutions adjust their staking programs now?</h3><p>EIP-8363 is a draft proposal that would zero out Ethereum consensus yield at 50% stake participation. It did not reach formal inclusion status and is unlikely to be enacted in its current form. Institutions should not adjust strategies based on draft-stage proposals but should model a long-range scenario in which Ethereum consensus yield converges toward 1% to 1.5% over a three-to-five-year horizon.</p><h3 id="what-does-the-solana-governance-vote-mean-for-institutions-holding-sol-in-staking-programs">What does the Solana governance vote mean for institutions holding SOL in staking programs?</h3><p>If SGP-0003 passes August 18, Solana staking yield from new issuance declines while token scarcity increases through higher burns. The key question is whether supply compression offsets lower issuance yield on a total return basis. Institutions should model both outcomes before the vote closes.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 35+ proof-of-stake networks, P2P.org maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested and ISO/IEC 27001:2022 certified. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs,&nbsp;<a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>ear This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

Arkis Adds Staking Through P2P.org, With Staked Assets Accepted as Collateral

<p><strong>Staked assets can now sit inside an institution's live margin book, not outside it.&nbsp;<br><br>P2P.org and Arkis have built the integration that lets a staked position back a client's trades on the same terms as any other collateral asset.</strong></p><h2 id="tldr">TLDR:&nbsp;</h2><p>- Arkis clients can now stake supported assets through P2P.org and post the staked position as collateral on Arkis, live today in Arkis Alpha under Carry Trades</p><p>- Supported networks at launch include Solana and Avalanche</p><p>- The staked position and any trades held against it sit inside one Arkis account under one credit and risk framework, not siloed by venue</p><h2 id="the-unstaking-tax-institutions-have-been-paying">The unstaking tax institutions have been paying</h2><p>Staking and trading have run on separate clocks for institutions using Arkis. A client holding a staked position who wanted to use it to support a trade had one option: unstake first. That meant sitting through the unstaking period and giving up reward accrual for however long it took, just to free up capital that was never actually at risk of being needed elsewhere. The staked asset and the trading book behaved like two accounts, even when they belonged to the same client.</p><p>That friction is gone. A staked position held through P2P.org can now be posted directly as collateral on Arkis, with no unstaking step in between.</p><h2 id="what-actually-changed">What actually changed</h2><p>The staked position and any trades held against it now sit inside one Arkis account, under one credit and risk framework, across every venue the client trades through Arkis. Margin gets calculated against the account's aggregate risk rather than venue by venue, and staked collateral can be borrowed against on the same terms as any other collateral asset on the platform.</p><p>It is live today in Arkis Alpha, under Carry Trades. A client picks the staked asset they hold, and Alpha shows which strategies accept it as collateral, with the full economics priced before any capital moves. Solana and Avalanche are supported at launch.</p><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/08/data-src-image-09dea133-0937-4c97-83c6-68d9d44ecd2a.jpeg" class="kg-image" alt="" loading="lazy" width="1280" height="651" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/data-src-image-09dea133-0937-4c97-83c6-68d9d44ecd2a.jpeg 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/data-src-image-09dea133-0937-4c97-83c6-68d9d44ecd2a.jpeg 1000w, https://p2p.org/economy/content/images/2026/08/data-src-image-09dea133-0937-4c97-83c6-68d9d44ecd2a.jpeg 1280w" sizes="(min-width: 720px) 720px"></figure><blockquote>"Collateral is only as good as the operator standing behind it. Staking is not a passive line item on a balance sheet once it can be borrowed against, so the same operational discipline we bring to validating has to hold up under Arkis's credit and risk framework. That is the standard we built this collaboration to meet." -Artemiy Parshakov, VP of Strategic Solutions, P2P.org</blockquote><h2 id="the-validator-becomes-a-credit-decision">The validator becomes a credit decision</h2><p>Once a staked asset can be borrowed against, the operator running the validator stops being a background detail. A slashing event or extended downtime does not just cost the client reward accrual; it reduces the value of the exact asset sitting behind an open position. Arkis's risk framework treats that operator quality as a margin input for this reason, not as something assumed away because the asset happens to be staked rather than sitting idle.</p><blockquote>"A growing share of institutional books sits in assets that earn protocol rewards, and credit providers have been slow to treat those positions as part of the portfolio they margin. Staking on Arkis means a client's staked assets are margined alongside everything else they hold with us. We selected P2P.org as a partner because a staked position is only worth lending against if the operator behind it can be underwritten as carefully as the asset itself, and P2P.org has run institutional staking since 2018 with a strong security record and no slashing incidents." -Oleksandr Proskurin, CPO and Co-founder, Arkis</blockquote><p>That underwriting bar is what P2P.org's track record is meant to clear: validators across more than 40 proof of stake networks, over $10 billion in assets secured, zero slashing incidents, SOC 2 Type II attestation, and more than 190 institutional clients.</p><p>P2P.org does not hold or control client assets, and staking rewards remain protocol-generated and variable rather than guaranteed.</p><h2 id="key-takeaway">Key Takeaway</h2><p>For institutions holding staked assets and an active trading book on Arkis, staking no longer has to sit outside the margin conversation. The P2P.org and Arkis integration lets a staked position, launched with Solana and Avalanche support, count as collateral inside one unified credit and risk framework, with validator quality treated as a direct input to that framework.</p><h2 id="faqs">FAQs</h2><p><strong>What is required to use staked assets as collateral on Arkis?</strong> A client stakes a supported asset through P2P.org and posts the resulting staked position as collateral inside their Arkis account. Supported networks at launch include Solana and Avalanche.</p><p><strong>How is margin calculated when staked assets are used as collateral?</strong> Arkis calculates margin against the aggregate risk of the client's whole account, across every venue the client trades through Arkis, rather than calculating margin separately per venue or position.</p><p><strong>Does using a staked asset as collateral require unstaking it first?</strong> No. The staked position itself, held through P2P.org, can be posted as collateral without unstaking, which avoids the unstaking delay and the reward accrual a client would otherwise give up.</p><p><strong>What happens to margin if a validator experiences downtime or a slashing event?</strong> Validator uptime and slashing history are treated as inputs to Arkis's risk framework for the collateral value of a staked position, which is why the choice of staking infrastructure provider affects a client's margin position directly, not only reward accrual.</p><p><strong>Who should reach out to use this integration?</strong> Arkis clients can access staking through P2P.org today. Funds not yet trading with Arkis can reach the Arkis team at <a href="mailto:[email protected]"><u>[email protected]</u></a>.</p><p><strong>About Arkis</strong></p><p>Arkis is an institutional prime broker that margins CeFi, DeFi, and TradFi positions as one portfolio, giving funds unified credit, collateral, and risk management across the venues they trade. Backed by Spark, Arkis has deployed over $250M in institutional credit with zero bad debt since 2022.Staking is available to Arkis clients today</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org"><u>P2P.org</u></a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

André Caldeira

from p2p validator

ISO/IEC 27001:2022, ISO 27001, certifications, security, compliance P2P.org Achieves ISO/IEC 27001:2022 Certification

<h2 id="p2porgs-security-compliance-certifications">P2P.org's Security Compliance Certifications</h2><p><br>P2P.org is now certified to <a href="https://www.bsigroup.com/en-AE/products-and-services/standards/iso-iec-27001-information-security-management-system/?ref=p2p.org">ISO/IEC 27001:2022</a>, the international standard for information security management systems. The certification, audited and issued by the <a href="https://www.bsigroup.com/en-US/?ref=p2p.org">BSI Group</a> (certificate IS 845360), covers information security, customer support, business development, finance, human resources, legal, product management, engineering, operations, data management, lab, and validation functions across operations at P2P.org's Cayman-registered parent entity (P2P Staking - ISMS CF) and its Limassol, Cyprus location. It is valid through 3 August 2029, subject to annual surveillance audits.</p><p>This latest certification adds to a growing set of independently verified security and compliance credentials at <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>, including its existing <a href="https://p2p.org/economy/p2p-org-achieves-soc-2-type-ii-certification/">SOC 2 Type II attestation,</a> <a href="https://www.linkedin.com/posts/blockchain-security-standards-council_blockchainsecurity-cybersecurity-blockchain-activity-7490785453969833984-wARU?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAAACZFM4BKAvTYfki7_XDYioeT_mkicu9mbQ">membership in the Blockchain Security Standards Council</a> (BSSC), and its work with <a href="https://p2p.org/economy/p2p-org-sumsub-risk-intolerant-sentinel-compliance/">SumSub Sentinel</a> on transaction monitoring and compliance screening.</p><h2 id="key-takeaways">Key Takeaways<br></h2><p>⟡ Institutions evaluating staking and digital asset infrastructure providers can use this combination of credentials- SOC 2 Type II, ISO/IEC 27001:2022, BSSC membership, and SumSub Sentinel- to reduce the diligence burden typically required before deploying capital with a new validator operator.</p><p>⟡ ISO/IEC 27001:2022 requires ongoing surveillance audits to remain valid, so the certification reflects a sustained security discipline rather than a point-in-time assessment.</p><p>⟡ The certification's scope reaches beyond technical infrastructure into the operational functions that shape the day-to-day client relationship, which is often the layer institutions scrutinize most in vendor risk reviews.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗣️</div><div class="kg-callout-text">"ISO 27001 certification is an important milestone for us, but what matters more is what sits behind it: how we identify risk, how we respond when things go wrong, and how we keep improving. For our institutional clients, this provides independent assurance that security at P2P.org is not a point-in-time exercise, but a discipline embedded in how we operate."<br><br><b><strong style="white-space: pre-wrap;">- Sheetal Joseph, Chief Information Security Officer, P2P.org</strong></b></div></div><h2 id="what-isoiec-270012022-certification-means-for-p2porg">What ISO/IEC 27001:2022 Certification Means for P2P.org</h2><p>ISO/IEC 27001:2022 requires organizations to build, document, and continuously improve a formal information security management system, verified through an independent audit and ongoing surveillance reviews. For institutions evaluating staking and digital asset infrastructure providers, the certification offers evidence of operational maturity that is otherwise difficult to verify externally, covering incident response, access controls, and security governance to the standard expected of regulated financial infrastructure.</p><p>An ISMS, or Information Security Management System, is the formal framework an organization uses to manage information security risk: the policies, controls, and processes that govern how data and systems are protected, monitored, and improved over time. ISO/IEC 27001:2022 is the internationally recognized standard for building and certifying one.</p><h2 id="what-the-isoiec-270012022-certification-scope-covers">What the ISO/IEC 27001:2022 Certification Scope Covers</h2><p>The certification's scope spans the operational functions that touch client relationships directly, including customer support, business development, product management, and engineering, alongside the technical infrastructure functions of data management, lab, and validation. It applies company-wide at P2P.org, reflecting controls maintained consistently across its global footprint.</p><h2 id="how-isoiec-270012022-complements-soc-2-type-ii">How ISO/IEC 27001:2022 Complements SOC 2 Type II</h2><p>ISO/IEC 27001:2022 certification sits alongside P2P.org's existing SOC 2 Type II attestation. Where SOC 2 Type II evaluates the operating effectiveness of security controls over a sustained period, ISO/IEC 27001:2022 verifies the management system that governs those controls. Institutions increasingly request both frameworks as part of vendor risk assessments, and holding both reduces the burden on institutional compliance teams conducting that review.</p><p>P2P.org operates non-custodial staking infrastructure across 35+ proof-of-stake networks, and client assets always remain under institutional control.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-is-isoiec-270012022"><br>What is ISO/IEC 27001:2022?</h3><p>ISO/IEC 27001:2022 is the current version of the international standard for information security management systems, jointly developed by the International Organization for Standardization and the International Electrotechnical Commission. It requires organizations to build and continuously improve a formal information security management system and to pass an independent audit confirming compliance.</p><h3 id="what-does-p2porgs-isoiec-270012022-certification-cover">What does P2P.org's ISO/IEC 27001:2022 certification cover?</h3><p>The certification covers information security, customer support, business development, finance, human resources, legal, product management, engineering, operations, data management, lab, and validation functions, spanning P2P.org's blockchain token staking and white-label blockchain node operations across its Cayman Islands and Cyprus entities.</p><h3 id="how-is-isoiec-270012022-different-from-soc-2-type-ii">How is ISO/IEC 27001:2022 different from SOC 2 Type II?</h3><p>SOC 2 Type II evaluates whether an organization's security controls operated effectively over a sustained review period. ISO/IEC 27001:2022 certifies the management system that governs those controls on an ongoing basis and is verified through periodic surveillance audits. Institutions often request both as part of vendor risk assessments.</p><h3 id="how-long-is-p2porgs-isoiec-270012022-certification-valid">How long is P2P.org's ISO/IEC 27001:2022 certification valid?</h3><p>The certification is valid through August 2029, subject to ongoing surveillance audits conducted by BSI to confirm the information security management system continues to meet the standard.</p><h3 id="does-this-certification-affect-how-p2porg-handles-client-assets">Does this certification affect how P2P.org handles client assets?</h3><p>No. P2P.org operates non-custodial staking infrastructure, meaning client assets remain under the client's own control throughout. ISO/IEC 27001:2022 certification applies to the way P2P.org manages information security across its operations and systems.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 35+ proof-of-stake networks, P2P.org maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested and ISO/IEC 27001:2022 certified. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

bouldertech, latin america, institutional staking P2P.org Partners With BoulderTech to Deepen Institutional Yield in Latin America

<p><strong>Investing in local partnerships across Argentina, Brazil, and Mexico as institutional demand for digital assets accelerates in the region.</strong></p><h2 id="learnings-for-busy-readers"><strong>Learnings for Busy Readers</strong></h2><p><br>⟡ Latin America received over $318.8 billion in crypto value between mid 2024 and mid 2025, and institutional infrastructure has not kept pace with that demand</p><p>⟡ P2P.org is partnering with BoulderTech, part of Shefa Group, as its regional development partner across Argentina, Brazil, and Mexico</p><p>⟡ Brazil's Central Bank and CVM are actively formalizing digital asset regulation, pushing banks and asset managers toward digital asset desks</p><p>⟡ P2P.org is assessing the feasibility of validator infrastructure in Argentina, which would mark a new physical location on its global platform</p><p>⟡ Institutions in the region are asking for yield infrastructure, institutional DeFi rewards mandates, and treasury solutions, not generic market access</p><h2 id="introduction">Introduction</h2><p>Latin America has become one of the more active regions in institutional crypto adoption, and P2P.org is investing to match that momentum. According to Chainalysis, the region received over $318.8 billion in crypto value between mid 2024 and mid 2025. Brazil has moved to formalize the market, with the Central Bank and CVM building out a regulatory framework this year that is already pushing banks and asset managers to launch digital asset desks. Argentina and Mexico are following a similar trajectory, each with their own pace of institutional adoption and regulatory development.</p><h2 id="building-locally-not-just-entering-the-market">Building locally, not just entering the market.</h2><p>P2P.org's approach to Latin America is to build with local partners rather than operate the region remotely. That starts with a strategic partnership with BoulderTech, part of Shefa Group, a Latin America-focused institutional network with relationships across the region's exchanges, banks, custodians, and funds. BoulderTech becomes P2P.org's regional development partner, leading institutional outreach and market intelligence, beginning in Argentina, Brazil, and Mexico.</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">"Banks, exchanges, and asset managers want credible institutional-grade yield infrastructure, and P2P.org's record is exactly the kind of proof our network asks for."</em></i><br><br>- <b><strong style="white-space: pre-wrap;">Rodrigo Benzaquen</strong></b>, CEO and Founder of BoulderTech </div></div><p> Mr Benzaquen, who will also act as P2P.org's Strategic Advisor for the region, commented: "We already have some of the highest crypto adoption anywhere in the world and an increasingly stringent regulatory landscape. This partnership gives institutions access to both an established provider and local familiarity."</p><p>Through BoulderTech's network, P2P.org is bringing yield infrastructure for exchanges and neobanks, institutional DeFi rewards mandates for banks and asset managers, and treasury solutions for funds through BoulderTech's Crypto VC Community Hub, tailored to what institutions across Argentina, Brazil, and Mexico are actually asking for.</p><h2 id="what-local-investment-looks-like-beyond-distribution">What local investment looks like beyond distribution</h2><p>Local investment is not limited to distribution. P2P.org is also assessing the feasibility of deploying validator infrastructure in Argentina, supported by IRSA backed facilities. If it moves forward, it would add a new physical location to P2P.org's globally distributed platform, a step toward network resilience as much as regional presence.</p><p>"In eight years of running compliance-ready, institutional-grade yield infrastructure, from Europe to Asia, we have extensive experience of operating in dynamic digital assets markets," said Artemiy Parshakov, VP of Strategic Solutions at P2P.org. "In Latin America, the demand for digital assets is already here, with a need for infrastructure that supports that, built on the ground. We're delighted to be expanding our presence in the region, and this partnership with Rodrigo and the team enables us to establish a structured and scalable Latin American platform."</p><p>P2P.org does not hold or control client assets, and staking rewards remain protocol-generated and variable rather than guaranteed.</p><h2 id="key-takeaway">Key Takeaway</h2><p>Latin America's institutional appetite for digital assets has outpaced the local infrastructure built to serve it. P2P.org's partnership with BoulderTech is a bet on building with regional expertise from the ground up rather than entering the market remotely, with validator infrastructure in Argentina as a potential next step.</p><h2 id="faqs">FAQs</h2><h3 id="why-is-p2porg-expanding-into-latin-america-now">Why is P2P.org expanding into Latin America now?</h3><p>Latin America received over $318.8 billion in crypto value between mid 2024 and mid 2025 according to Chainalysis, and regulatory frameworks in Brazil, Argentina, and Mexico are maturing at a pace that is pushing banks and asset managers toward institutional digital asset infrastructure.</p><h3 id="what-does-the-p2porg-and-bouldertech-partnership-cover">What does the P2P.org and BoulderTech partnership cover?</h3><p>BoulderTech, part of Shefa Group, becomes P2P.org's regional development partner, leading institutional outreach and market intelligence across Argentina, Brazil, and Mexico, and connecting P2P.org to exchanges, banks, custodians, and funds through its existing network.</p><h3 id="will-p2porg-operate-validator-infrastructure-in-latin-america">Will P2P.org operate validator infrastructure in Latin America?</h3><p>P2P.org is assessing the feasibility of deploying validator infrastructure in Argentina, supported by IRSA backed facilities. If it moves forward, it would add a new physical location to P2P.org's globally distributed platform.</p><h3 id="does-p2porg-hold-or-control-client-assets-in-this-partnership">Does P2P.org hold or control client assets in this partnership?</h3><p>No. P2P.org operates non-custodial infrastructure, and staking rewards remain protocol-generated and variable rather than guaranteed.</p><h3 id="who-should-reach-out-about-institutional-staking-or-defi-infrastructure-in-latin-america">Who should reach out about institutional staking or DeFi infrastructure in Latin America?</h3><p>Any institution exploring staking or DeFi infrastructure in the region, including exchanges, neobanks, banks, asset managers, and funds, can get in touch with the P2P.org team directly.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, P2P.org maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, get in touch with our team [linked to <a href="https://p2p.org/contact?ref=p2p.org">https://p2p.org/contact</a>].</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. P2P.org accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

ETF, Issuer, institutional lens Staking ETF Validator Infrastructure: What ETF Issuers Need to Evaluate and Get Right

<h2 id="series-institutional-lens-validation-infrastructure">Series: Institutional Lens | Validation Infrastructure</h2><p>The Institutional Lens series examines protocol mechanics, infrastructure decisions, and governance considerations for institutions participating in proof-of-stake networks. It is written for professionals operating at the intersection of traditional finance and blockchain infrastructure, including digital asset custodians, asset managers, ETF issuers, treasury teams, and staking product managers.</p><p><strong>Previously in the series:</strong> <a href="https://p2p.org/economy/ethereum-validator-consolidation-institutional-decision-framework/">Ethereum Validator Consolidation: The Institutional Decision Framework</a></p><hr><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><p>Staking ETFs have moved from a regulatory experiment to a live institutional product. The infrastructure decisions that sit beneath them have not received the same level of attention as the product structure decisions above them. This article closes that gap.</p><p>The core argument is this: a staking ETF is only as operationally sound as the validator infrastructure beneath it. ETF issuers and their custodians that treat validator selection as a secondary procurement question are accepting operational, compliance, and reputational risk that sits outside the product's regulatory wrapper.</p><p>What this article covers:</p><ul><li>How the staking ETF market reached its current state and why the validator infrastructure layer is now the critical differentiator between competing products</li><li>The four procurement criteria that ETF issuers and custodians should apply when evaluating validator operators for staking ETF infrastructure</li><li>How NAV calculation, reward distribution, and redemption mechanics interact with validator infrastructure decisions</li><li>The specific governance and compliance obligations that arise from the validator relationship in a regulated fund structure</li><li>A due diligence framework for ETF issuers evaluating or reviewing their current validator infrastructure arrangements</li></ul><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">The institutional digital asset space moves fast.</strong></b> Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <i><em class="italic" style="white-space: pre-wrap;">DeFi Dispatch</em></i>, <i><em class="italic" style="white-space: pre-wrap;">Institutional Lens</em></i>, <i><em class="italic" style="white-space: pre-wrap;">DeFi Infrastructure for Institutions</em></i>, and <i><em class="italic" style="white-space: pre-wrap;">Legal Layer</em></i>. No noise. Just the signals that matter. <b><strong style="white-space: pre-wrap;">Subscribe to the newsletter at the bottom of this page.</strong></b></div></div><h2 id="how-staking-etfs-reached-this-point">How Staking ETFs Reached This Point</h2><p>The regulatory barrier that had prevented ETF issuers from staking underlying assets was removed on March 17, 2026, when the SEC and CFTC issued a joint interpretive release classifying protocol staking of non-security digital commodities, including ETH, as outside the scope of Securities Act registration requirements. The release applied to all four staking models: solo, self-custodial, custodial, and liquid.</p><p>BlackRock had been preparing its filing since December 2025. The iShares Staked Ethereum Trust ETF, ticker ETHB, began trading on Nasdaq on March 12, 2026 with $107 million in seed capital, approved by the SEC under Chair Paul Atkins, whose posture on staking ETF structures differed materially from his predecessor. The March 17 SEC and CFTC joint interpretive release followed five days later, providing formal written confirmation that protocol staking of non-security digital commodities does not trigger Securities Act registration requirements. Source: <a href="https://www.coindesk.com/markets/2026/03/12/blackrock-debuts-staked-ether-etf-as-demand-grows-for-yield-in-crypto-funds?ref=p2p.org">CoinDesk</a></p><p>ETHB's structure established what is now effectively the reference architecture for US staking ETFs. The fund holds ETH, stakes between 70% and 95% of those holdings through validator operators, including Coinbase Prime, distributes 82% of gross staking rewards to shareholders monthly, and retains 18% to cover validator operations and the 0.25% annual sponsor fee. Source: <a href="https://www.ishares.com/us/literature/press-release/ethb-press-release.pdf?ref=p2p.org">BlackRock</a></p><p>What the product filings do not fully surface is the operational architecture beneath the staking layer: how validator operators are selected, what governance applies to that relationship, and how the infrastructure decisions at the validator level flow through to NAV, redemption mechanics, and compliance posture at the fund level. That is the question this article addresses.</p><p>The broader market direction is clear. As Grayscale Research noted in its 2026 Digital Asset Outlook, the ability of crypto ETPs to stake will likely make staking the default structure for holding investment positions in proof-of-stake tokens, with higher stake ratios and corresponding pressure on reward rates as more ETF capital enters the validator queue. Source: <a href="https://research.grayscale.com/reports/2026-digital-asset-outlook-dawn-of-the-institutional-era?ref=p2p.org">Grayscale Research</a></p><p>For ETF issuers whose products are now live or in the regulatory pipeline, the operational question is no longer whether to stake. It is who runs the validators, under what governance, and to what operational standard.</p><h2 id="why-validator-infrastructure-is-the-product-decision-that-matters-now">Why Validator Infrastructure Is the Product Decision That Matters Now</h2><p>A staking ETF is not a passive product. Unlike a spot ETF that holds an asset and tracks its price, a staking ETF requires active participation in blockchain consensus. The fund's custodian delegates ETH to validator operators who run the software and hardware required to participate in Ethereum's proof-of-stake consensus. When validators successfully propose and attest to blocks, the Ethereum protocol issues rewards that accrue to the fund's staked balance.</p><p>This means that for the first time, an ETF wrapper depends on the operational performance of external blockchain infrastructure to generate its core yield. The validator operator is not a service provider in the conventional sense. It is the operational layer through which the fund participates in network consensus. Its uptime record, slashing protection controls, client diversity strategy, and governance discipline directly affect:</p><ul><li>The fund's protocol-attributed reward rate and, by extension, its NAV accretion</li><li>The fund's exposure to slashing events that reduce staked balance</li><li>The fund's ability to process redemptions through the exit queue during stress periods</li><li>The fund's compliance posture in jurisdictions where validator governance obligations are emerging</li></ul><p>Most ETF product design conversations focus on fee structure, reward distribution mechanics, and custody arrangements. The validator infrastructure layer sits beneath all of these and affects each of them. It deserves the same diligence rigor.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/08/custodian-defi-vault-infrastructure-stack.jpg" class="kg-image" alt="Table showing four staking ETF validator infrastructure procurement criteria, the specific requirements each imposes on the validator operator, and the fund-level consequence if each criterion is not met." loading="lazy" width="1600" height="900" srcset="https://p2p.org/economy/content/images/size/w600/2026/08/custodian-defi-vault-infrastructure-stack.jpg 600w, https://p2p.org/economy/content/images/size/w1000/2026/08/custodian-defi-vault-infrastructure-stack.jpg 1000w, https://p2p.org/economy/content/images/2026/08/custodian-defi-vault-infrastructure-stack.jpg 1600w" sizes="(min-width: 720px) 720px"><figcaption><i><em class="italic" style="white-space: pre-wrap;">Four procurement criteria, what each requires from the validator operator, and the fund-level consequence if it is not met. The validator infrastructure decisions made before a staking ETF launches determine its operational outcomes after it.</em></i></figcaption></figure><h2 id="the-four-procurement-criteria-for-staking-etf-validator-infrastructure">The Four Procurement Criteria for Staking ETF Validator Infrastructure</h2><p>ETF issuers and custodians evaluating validator operators for staking ETF infrastructure should apply four procurement criteria. These extend the standard vendor evaluation framework that institutional fund operations teams already use, translated into the specific operational and compliance requirements of a staking ETF product.</p><h3 id="criteria-1-non-custodial-architecture-confirmed">Criteria 1: Non-Custodial Architecture Confirmed</h3><p>The validator operator must operate on a fully non-custodial basis. The fund's ETH must remain in the custody of the qualified custodian at all times. The validator operator receives a delegation instruction, not a transfer of assets. It never holds, controls, or moves the staked ETH.</p><p>This is not a preference. It is a structural requirement for a regulated fund product. A staking arrangement where the validator operator takes custody of the fund's ETH changes the fund's custody classification under applicable regulations and may affect its qualified custodian status and its treatment under the Investment Company Act.</p><p>The non-custodial architecture confirmation should be documented in the validator service agreement, not assumed from the operator's marketing materials. The agreement should explicitly state that the operator cannot transfer, encumber, or otherwise control the fund's ETH, and that all unstaking and withdrawal instructions originate exclusively from the custodian or fund sponsor.</p><h3 id="criteria-2-operational-standards-evidenced-by-certification">Criteria 2: Operational Standards Evidenced by Certification</h3><p>ETF issuers' risk committees evaluate validator operators the way they evaluate prime brokers and qualified custodians: on documented controls and counterparty standing, not on advertised performance rates.</p><p>The operational standards relevant to staking ETF infrastructure are:</p><p>SOC 2 Type II attestation confirms that the operator's security, availability, processing integrity, confidentiality, and privacy controls have been independently audited over a defined period. For ETF issuers whose own compliance programs reference SOC 2 as a vendor diligence standard, a SOC 2 Type II attestation from the validator operator reduces the diligence cycle and provides a documented control mapping that risk committees can assess directly.</p><p>Slashing incident history is the operational track record that matters most. A validator operator that has experienced slashing events requires a detailed post-incident analysis of the root cause, the remediation implemented, and the current controls in place. An operator with a zero-slashing-incident track record across its operating history provides a materially stronger counterparty risk profile for a regulated fund product where slashing directly reduces NAV.</p><p>Client diversity across Ethereum consensus clients reduces the correlated failure risk that homogeneous infrastructure creates. An operator running all validators on a single client version exposes the fund to the scenario where a client-level bug affects all of the fund's staked ETH simultaneously. A documented multi-client distribution strategy reduces this exposure.</p><p>DVT infrastructure deployment indicates that the operator has addressed the single-point-of-failure risk at the signing layer. Validators that operate without a distributed signing architecture carry the failure modes that DVT was specifically designed to eliminate.</p><h3 id="criteria-3-nav-and-reporting-compatibility">Criteria 3: NAV and Reporting Compatibility</h3><p>The validator operator must be able to deliver reporting that integrates with the fund's NAV calculation process. For a staking ETF, NAV accrues through staking rewards that accumulate on the consensus layer. The fund's administrator needs reward data at the validator level, by epoch, with consistent classification of reward types, to calculate accurate daily NAV.</p><p>The reporting requirements for a staking ETF validator relationship include:</p><p>Validator-level reward attribution by epoch for every staking period, with clear separation of consensus layer rewards and execution layer fees. The fund's accounting treatment for these reward types may differ, and the reporting must support that separation.</p><p>Real-time or near-real-time validator status monitoring so that the fund's operations team can identify any validator performance issue before it accumulates into a material NAV impact. An operator that provides only period-end reporting without intra-period visibility creates operational blind spots that a regulated fund product cannot accept.</p><p>Slashing event notification with immediate reporting requirements. Any slashing event affecting the fund's staked ETH must be reported to the custodian and fund sponsor immediately, with a preliminary root cause assessment within a defined timeframe. The fund's compliance team needs this information to assess disclosure obligations before the next NAV calculation.</p><p>Exit event tracking with full audit trail. All unstaking requests, exit queue entry and exit events, and reward sweep transactions must be logged with timestamps compatible with the fund's audit requirements.</p><h3 id="criteria-4-jurisdictional-compliance-and-governance-alignment">Criteria 4: Jurisdictional Compliance and Governance Alignment</h3><p>The validator operator must operate within the regulatory perimeter relevant to the fund's jurisdiction of domicile and the custodian's regulatory framework. For US-domiciled staking ETFs, the March 2026 interpretive release established that custodial staking through a third-party validator, where the custodian acts as agent and does not determine staking amounts or fix reward rates, is outside securities registration requirements.</p><p>The validator relationship must be structured consistently with this interpretation. Specifically, the fund sponsor and custodian, not the validator operator, must retain decision authority over staking amounts, reward distribution timing, and exit decisions. The validator operator implements consensus participation according to instructions from the custodian; it does not exercise discretion over the fund's staking program.</p><p>For ETF issuers with products registered or distributed across multiple jurisdictions, the validator operator's compliance program must extend to relevant frameworks, including MiCA for EU-distributed products, the UK FCA's digital asset framework, and any applicable DORA requirements for operational resilience. A validator operator that holds only a single jurisdiction certification may not satisfy the compliance requirements of a multi-jurisdiction product.</p><h2 id="how-validator-infrastructure-decisions-interact-with-fund-operations">How Validator Infrastructure Decisions Interact With Fund Operations</h2><p>The four procurement criteria above govern the selection decision. Three operational areas require ongoing attention once the validator relationship is established.</p><h3 id="redemption-mechanics-under-exit-queue-pressure">Redemption Mechanics Under Exit Queue Pressure</h3><p>A staking ETF that holds a significant percentage of its ETH in active validators faces a structural tension between its daily redemption obligations and the Ethereum exit queue. Under normal conditions, exit processing takes one to five days. During periods of elevated exit demand, such as the September 2025 peak when exit wait times exceeded 46 days, the tension becomes material.</p><p>ETF issuers manage this tension through a liquidity buffer: a portion of the fund's ETH held unstaked and available for same-day redemption processing, with the staked portion sized to balance reward generation against the expected redemption demand. ETHB's structure of staking between 70% and 95% of assets reflects this balance, with the unstaked portion providing the liquidity buffer.</p><p>The validator operator's relationship to this buffer is indirect but important. The operator must be able to initiate exit procedures for specific validators on instruction from the custodian without operational delay. Exit instructions that require extended internal processing at the operator level add to the effective exit timeline the fund faces. The service agreement should specify maximum response times for exit instruction execution.</p><h3 id="slashing-event-management-and-disclosure">Slashing Event Management and Disclosure</h3><p>A slashing event affecting a staking ETF's validator infrastructure is a NAV-impacting event. The Ethereum protocol automatically reduces the validator's effective balance when slashing occurs, which reduces the fund's staked ETH position and, by extension, its NAV.</p><p>The fund's disclosure obligations following a slashing event depend on the magnitude of the balance reduction relative to total fund assets, the fund's prospectus risk disclosures, and the regulatory framework of the fund's jurisdiction. A slashing event that is material relative to the fund's assets may require immediate disclosure to shareholders and regulators.</p><p>This means the validator operator's incident response timeline is not only an operational consideration. It is a compliance consideration. The fund's compliance team cannot assess its disclosure obligations until it has a preliminary understanding of the slashing event, its root cause, and the expected balance impact. An operator that cannot provide this assessment within hours of a slashing event creates a compliance window that a regulated fund cannot accept.</p><h3 id="reward-distribution-and-tax-treatment">Reward Distribution and Tax Treatment</h3><p>How protocol-attributed staking rewards are handled at the fund level depends on the fund's elected distribution method and its tax treatment of staking rewards. ETHB distributes 82% of gross rewards as monthly cash distributions. Grayscale's staking ETF uses a cash distribution model. Other products may accrete rewards to NAV.</p><p>The validator operator's reward reporting must support the fund's elected distribution method. For cash distribution funds, the operator must report gross rewards with sufficient precision for the fund to calculate the correct distribution amount and the retained operational fee. For NAV accretion funds, the operator must provide epoch-level reward data that the fund's administrator can integrate into daily NAV calculations.</p><p>The tax treatment of staking rewards at the fund level remains an area of evolving regulatory guidance. ETF issuers should confirm that their validator operator's reporting format supports the fund's tax reporting obligations and is compatible with the fund's auditor's requirements for reward verification.</p><h2 id="the-validator-infrastructure-due-diligence-framework-for-etf-issuers">The Validator Infrastructure Due Diligence Framework for ETF Issuers</h2><p>For ETF product teams, fund compliance officers, and staking product managers reviewing or establishing validator infrastructure arrangements.</p><h3 id="a-non-custodial-architecture">A. Non-custodial architecture</h3><ul><li>[ ] Is the validator service agreement explicit that the operator holds no custody over the fund's ETH at any point?</li><li>[ ] Does the agreement confirm that unstaking and withdrawal instructions originate exclusively from the custodian or fund sponsor?</li><li>[ ] Has the fund's legal counsel reviewed the service agreement for consistency with the qualified custodian requirements of the applicable regulatory framework?</li></ul><h3 id="b-operational-standards">B. Operational standards</h3><ul><li>[ ] Does the operator hold a current SOC 2 Type II attestation, and has the fund's risk committee reviewed the attestation report?</li><li>[ ] What is the operator's complete slashing incident history across its operating life, and has a root cause and remediation analysis been reviewed for any historical incidents?</li><li>[ ] What is the operator's client diversity distribution across Ethereum consensus clients, and is DVT infrastructure deployed at the signing layer?</li><li>[ ] What is the operator's change management governance process for infrastructure updates, and does it include peer review and staged rollout procedures?</li></ul><h3 id="c-nav-and-reporting">C. NAV and reporting</h3><ul><li>[ ] Can the operator deliver validator-level, epoch-level reward attribution with reward type classification for every staking period?</li><li>[ ] Is intra-period validator status monitoring available, and how are anomalies surfaced to the fund's operations team?</li><li>[ ] What is the operator's slashing event notification protocol, including the timeline for preliminary root cause assessment?</li><li>[ ] Has the operator's reporting format been confirmed compatible with the fund administrator's NAV calculation system and the fund auditor's verification requirements?</li></ul><h3 id="d-jurisdictional-compliance">D. Jurisdictional compliance</h3><ul><li>[ ] Does the operator's compliance program cover all jurisdictions in which the fund is registered or distributed?</li><li>[ ] Is the validator service agreement structured consistently with the March 2026 SEC and CFTC interpretive release on custodial staking?</li><li>[ ] What is the operator's response time for exit instruction execution, and is this contractually specified in the service agreement?</li><li>[ ] Has the fund's compliance team confirmed that the validator relationship does not create discretionary decision authority at the operator level over the fund's staking program?</li></ul><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">The institutional digital asset space moves fast.</strong></b> Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <i><em class="italic" style="white-space: pre-wrap;">DeFi Dispatch</em></i>, <i><em class="italic" style="white-space: pre-wrap;">Institutional Lens</em></i>, <i><em class="italic" style="white-space: pre-wrap;">DeFi Infrastructure for Institutions</em></i>, and <i><em class="italic" style="white-space: pre-wrap;">Legal Layer</em></i>. No noise. Just the signals that matter. <b><strong style="white-space: pre-wrap;">Subscribe to the newsletter at the bottom of this page.</strong></b></div></div><h2 id="evaluating-validator-infrastructure-for-staking-etf-products">Evaluating Validator Infrastructure for Staking ETF Products</h2><p><a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital access protected yield for digital assets through non-custodial staking infrastructure across 40+ proof-of-stake networks. With a zero-slashing-incident track record since 2018, SOC 2 Type II attestation, and 190+ institutional clients, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> operates validator infrastructure designed to meet the operational, compliance, and reporting standards that regulated fund products require.</p><p>For ETF issuers and custodians evaluating ETH staking infrastructure, <a href="https://p2p.org/networks/ethereum-staking-service?ref=p2p.org">P2P.org ETH Staking</a> provides the validator layer for institutional staking programs. For multi-network staking program management, <a href="https://www.p2p.org/products/p2p-hub?ref=p2p.org">P2P.org Hub</a> supports program oversight across networks from a single institutional platform.</p><p>For the broader institutional staking program framework within which ETF product infrastructure sits, see the Institutional Lens article: <a href="https://p2p.org/economy/how-to-build-an-institutional-staking-program-across-multiple-networks/">How to Build an Institutional Staking Program Across Multiple Networks</a>.</p><h2 id="key-takeaway-for-etf-issuers-custodians-and-staking-product-managers">Key Takeaway for ETF Issuers, Custodians, and Staking Product Managers</h2><p>BlackRock's ETHB launched on March 12, 2026. Five additional issuers have staking ETF amendments in the SEC review pipeline. The product category is moving from first-mover to a competitive market in a single year.</p><p>As the category matures, the differentiators between staking ETF products will shift from fee structure and regulatory novelty to operational reliability and compliance architecture. The validator infrastructure layer is where that operational reliability is determined, and where compliance architecture either holds or fails under pressure.</p><p>ETF issuers that treat validator selection as a secondary operational question are accepting risks that sit outside their product's regulatory wrapper but inside their fiduciary obligations. A slashing event that reduces NAV, an exit queue delay that creates a redemption gap, or a validator incident that triggers a disclosure obligation are all consequences of infrastructure decisions made before the product launched.</p><p>The four criteria covered in this article, non-custodial architecture, operational standards evidenced by certification, NAV and reporting compatibility, and jurisdictional compliance, are the evaluation framework that brings validator infrastructure into the same diligence rigor that ETF product teams already apply to every other counterparty relationship.</p><p>Protocol-attributed staking rewards are determined by network conditions and are variable. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> does not control or set reward rates. Slashing risks are protocol-defined and client-borne. Operational safeguards are implemented to reduce slashing exposure but do not eliminate protocol-level risk.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-is-a-staking-etf-and-how-does-it-differ-from-a-spot-eth-etf"><strong>What is a staking ETF, and how does it differ from a spot ETH ETF?</strong></h3><p>A staking ETF holds a proof-of-stake asset and stakes a portion of those holdings on the network to generate protocol-attributed rewards, which it distributes to shareholders or accrues to NAV. A spot ETF holds the asset and tracks its price without participating in network consensus. The structural difference is that a staking ETF's performance depends not only on the price of the underlying asset but also on the operational performance of the validator infrastructure staking that asset. BlackRock's ETHB, listed on Nasdaq on March 12, 2026, stakes between 70% and 95% of its ETH holdings and distributes 82% of gross staking rewards to shareholders monthly.</p><h3 id="why-does-validator-infrastructure-selection-matter-for-a-staking-etf-product">Why does validator infrastructure selection matter for a staking ETF product?</h3><p>The validator operator is the layer through which a staking ETF participates in network consensus. Its uptime performance, slashing protection controls, and governance discipline directly affect the fund's protocol-attributed reward rate, its exposure to slashing events that reduce NAV, its ability to process redemptions through the exit queue during stress periods, and its compliance posture in jurisdictions where validator governance obligations are emerging. A staking ETF is operationally dependent on its validator infrastructure in a way that a spot ETF is not.</p><h3 id="what-does-non-custodial-architecture-mean-for-a-staking-etf-validator-arrangement">What does non-custodial architecture mean for a staking ETF validator arrangement?</h3><p>In a non-custodial validator arrangement, the fund's ETH remains in the custody of the qualified custodian at all times. The validator operator receives a delegation instruction and participates in network consensus on behalf of the fund, but never holds, controls, or can move the staked ETH. The custodian or fund sponsor retains exclusive authority over staking amounts, exit decisions, and reward distribution. This structure is consistent with the March 2026 SEC and CFTC interpretive release on custodial staking and is a structural requirement for a regulated fund product.</p><h3 id="how-do-slashing-events-affect-a-staking-etf">How do slashing events affect a staking ETF?</h3><p>A slashing event reduces the validator's effective balance on the Ethereum protocol, which reduces the fund's staked ETH position and, by extension, its NAV. Depending on the magnitude of the balance reduction relative to total fund assets, the fund may have disclosure obligations to shareholders and regulators. The fund's compliance team cannot assess those obligations until it has a preliminary root cause assessment from the validator operator. This makes the operator's incident response timeline a compliance consideration, not only an operational one.</p><h3 id="what-reporting-does-a-staking-etf-require-from-its-validator-operator">What reporting does a staking ETF require from its validator operator?</h3><p>A staking ETF requires validator-level, epoch-level reward attribution with reward type classification for every staking period, intra-period validator status monitoring with anomaly notification, immediate slashing event reporting with a preliminary root cause assessment within a defined timeframe, and exit event tracking with full audit trail. The reporting format must be compatible with the fund administrator's NAV calculation system and the fund auditor's verification requirements.</p><h3 id="how-is-the-staking-etf-market-developing-beyond-ethereum-in-2026">How is the staking ETF market developing beyond Ethereum in 2026?</h3><p>Solana staking ETFs from Bitwise and VanEck launched in late 2025. Cardano and Polkadot staking ETF applications are in front of the SEC. The March 2026 commodity classification opened the staking ETF structure to all 16 named digital commodities. Multi-asset and basket staking ETF products are a likely direction as the category matures. For ETF issuers building multi-network staking products, the validator infrastructure evaluation framework covered in this article applies across networks, with network-specific adaptations for the different staking models, unbonding mechanics, and slashing conditions of each network.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, P2P.org helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II certified.</p><hr><p><strong>Disclaimer</strong></p><p>This article is provided for informational purposes only and does not constitute legal, regulatory, compliance, or investment advice. Regulatory obligations may vary depending on jurisdiction and specific business activities. Readers should consult their own legal and compliance advisors regarding applicable requirements.</p>

Fito Benitez

from p2p validator

legal layer, regulation, News, compliance, legislation Legal Layer: Institutional Staking & DeFi Regulatory Update [July 2026]

<p>Legal Layer is P2P.org's monthly regulatory intelligence series for custodians, ETF issuers, treasury teams, staking product managers, and validator risk committees navigating the intersection of institutional finance, proof-of-stake infrastructure, and on-chain capital markets. Each edition covers the regulatory developments, legislative updates, and policy signals that matter most for institutions building or evaluating staking and DeFi strategies.</p><p>Previously in the series: <a href="https://p2p.org/economy/legal-layer-institutional-staking-defi-regulatory-update-june-2026/">Legal Layer: Institutional Staking &amp; DeFi Regulatory Update — June 2026</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest staking and DeFi regulatory developments, curated for institutional participants.</div></div><hr><h2 id="quick-learnings-for-busy-readers">Quick Learnings for Busy Readers</h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><ul><li>CLARITY Act missed its July 4 political target date and is now racing against the Senate's shrinking legislative window before the August recess. With August 7 widely viewed as the final practical pre-recess date for Senate action, the bill's 2026 prospects have become increasingly uncertain.</li><li>MiCA full enforcement began July 1, 2026. Approximately 80% of the 1,200-plus pre-MiCA registered entities failed to obtain CASP authorization. Major platforms including Binance, MEXC, Bybit, and KuCoin exited the EU market or restricted services, while licensed platforms including Kraken, OKX Europe, and Bitstamp absorbed the consolidating liquidity.</li><li>The GENIUS Act rulemaking deadline passed on July 18, with no coordinated set of final rules published by the federal agencies required to act. Key comment periods run into August, pushing the Act's effective date toward January 18, 2027 at the earliest.</li><li>Japan's parliament approved landmark legislation on July 15 reclassifying approximately 105 crypto assets, including Bitcoin, Ethereum, and XRP as financial instruments under the Financial Instruments and Exchange Act, paving the way for spot Bitcoin ETFs and a flat 20% capital gains tax effective January 2028.</li><li>Brazil's Travel Rule framework entered into force on February 2, 2026, with mandatory domestic compliance beginning February 2, 2027 and cross-border requirements following in February 2028. Combined with the Central Bank's stablecoin framework already in effect, Brazil now operates the most formally regulated crypto infrastructure in Latin America, drawing compliance scrutiny on multi-jurisdictional staking and DeFi programs that use stablecoin collateral across the region.</li></ul><h2 id="what-does-july-2026s-regulation-news-mean-for-institutions-building-staking-and-defi-programs">What does July 2026's regulation news mean for institutions building staking and DeFi programs?</h2><p>In the United States, the CLARITY Act has entered its most perilous legislative stretch since committee passage, with Senate leadership acknowledging the bill may miss the August recess while the GENIUS Act rulemaking deadline passed without final rules, pushing implementation toward 2027. In Europe, MiCA's hard enforcement began on July 1, consolidating the EU crypto market dramatically overnight and establishing a new counterparty risk baseline for institutional staking and custody stacks. In Asia, Japan passed the most consequential crypto legislation in its history, reclassifying digital assets as financial instruments and opening a clear path to regulated ETF products and materially lower tax rates. And in Latin America, Brazil's stacking of Travel Rule implementation onto its existing stablecoin framework is creating the most complex multi-layer compliance environment for institutional on-chain programs in the region.</p><h2 id="1-clarity-act-races-final-pre-recess-deadline-as-senate-leadership-signals-possible-slip">1. CLARITY Act Races Final Pre-Recess Deadline as Senate Leadership Signals Possible Slip</h2><p>Senate Majority Leader John Thune told reporters on July 23 that the CLARITY Act was not expected to find floor time before the August recess, delivering the most significant acknowledgment yet that the bill's pre-recess window may close without a vote. The industry and congressional negotiators working on crypto market structure legislation had focused on August 7 as the hard deadline for pre-recess passage. White House crypto adviser Patrick Witt quickly pushed back, telling CoinDesk he still believes the first week of August carries potential, noting that getting the floor process started before recess could preserve viability in a brief September window, though election politics and competing priorities will be looming.</p><p>As of July 31, Senator Cynthia Lummis confirmed to crypto journalist Eleanor Terrett that Senate leadership is still seeking a floor vote on the CLARITY Act before recess. Lummis acknowledged that lawmakers have one more week in Washington and that multiple competing priorities including nominations, a continuing resolution, and sanctions votes on Iran and Russia-Ukraine are fighting for the same floor time. She noted that Senate Majority Leader Thune has kept a place for the CLARITY Act on the agenda for many, many weeks.</p><p>Source: <a href="https://www.coindesk.com/policy/2026/07/23/clarity-act-expected-to-miss-its-window-before-congress-summer-break-leadership-says?ref=p2p.org">CoinDesk</a>, <a href="https://coingape.com/senator-lummis-confirms-clarity-act-senate-floor-vote-next-week-ahead-august-recess/?ref=p2p.org">Coingape</a>, <a href="https://www.techtimes.com/articles/320563/20260715/clarity-act-heads-federal-hall-senate-vote-doubt-after-ethics-impasse.htm?ref=p2p.org">TechTimes</a>, July 2026.</p><h3 id="why-relevant-for-validators-and-the-staking-ecosystem">Why relevant for validators and the staking ecosystem:</h3><ul><li>Thune's acknowledgement that the bill may miss the recess represents a material shift in the legislative probability distribution. A bill that fails to clear the Senate before August 7 faces a fall calendar crowded by midterm election positioning, reducing the probability of 2026 passage below Galaxy Research's earlier estimate, which had already fallen to 50% by late June, even further.</li><li>If the CLARITY Act does not pass in 2026, the legal classification of staking as a non-securities activity under the March 17 SEC-CFTC joint interpretation remains reversible administrative guidance rather than binding statute for at least two more years, preserving the compliance uncertainty that has constrained institutional staking program development.</li><li>The narrowing window has a direct operational implication: institutions that have built compliance timelines assuming 2026 CLARITY Act passage should immediately activate their contingency planning frameworks for a 2027 or later rulemaking scenario.</li></ul><h2 id="2-mica-transitional-period-ends-july-1-raising-the-bar-for-eu-crypto-market-access">2. MiCA Transitional Period Ends July 1, Raising the Bar for EU Crypto Market Access</h2><p>MiCA regulation entered full enforcement on July 1, 2026, with EU law requiring all crypto-asset service providers serving EU clients to hold a full MiCA CASP license or cease operations immediately. Only 17% to 20% of crypto firms secured licenses, triggering what analysts described as a massive market consolidation. Firms that failed to convert their old national VASP registrations into MiCA CASP licenses were expected to guide existing clients through fund withdrawals and account closures. OKX Europe delisted stablecoins including USDT to comply with MiCA's stablecoin provisions. Binance began implementing restrictions on certain services for EU-based clients as regulatory pressure mounted through the first half of 2026.</p><p>MEXC issued an official communication in June 2026 advising EU users to withdraw their funds before July 1. Bybit, KuCoin, <a href="http://gate.io/?ref=p2p.org">Gate.io</a>, Bitget, HTX, BingX, Phemex, CoinEx, and BloFin did not appear on the ESMA interim CASP register as of late June 2026. Their combined EU user base was estimated at over 25 million accounts. The consequences of operating without a license after July 1 range from forced user offboarding and asset freezes to criminal prosecution of exchange directors in some EU member states, including up to two years of imprisonment and a 30,000 euro fine for directors in France.</p><p>Source: <a href="https://cryptobriefing.com/mica-crypto-regulation-eu-enforcement/?ref=p2p.org">CryptoBriefing</a>, <a href="https://hyperdash.com/learn/mica-crypto-exchange-ban-europe-2026?ref=p2p.org">Hyperdash</a>, July 2026.</p><h3 id="why-relevant-for-validators-and-the-staking-ecosystem-1">Why relevant for validators and the staking ecosystem:</h3><ul><li>The exit of Binance, MEXC, Bybit, and KuCoin from EU markets concentrates EU crypto liquidity among a small number of licensed platforms, creating direct counterparty concentration risk for institutional staking programs that rely on these venues for ETH and SOL liquidity management.</li><li>The criminal liability provisions now active across EU member states for unlicensed operation mean that institutional compliance departments must verify CASP authorization not just for primary counterparties but for any downstream service provider in their staking and custody stack operating in EU jurisdictions.</li><li>Restrictions on non-MiCA-compliant stablecoins, including USDT on some EU-regulated platforms, are reshaping the stablecoin collateral mix available to European institutions building DeFi vault strategies and stablecoin yield programs.</li></ul><h2 id="3-genius-act-rule-making-deadline-passes-on-july-18-with-final-rules-still-in-proposed-form">3. GENIUS Act Rule making Deadline Passes on July 18 With Final Rules Still in Proposed Form</h2><p>July 18, 2026 marked the one-year statutory deadline for six U.S. federal agencies to finalize implementing rules for the GENIUS Act, covering a $309.5 billion payment stablecoin market where USDT and USDC together account for approximately $257 billion or 83% of total supply. As of July 16, no coordinated set of final rules was publicly visible across all agencies. Key comment periods for the OCC's AML rules close July 24, the FDIC's compliance framework closes August 4, and a five-agency customer identification rule closes August 21, all after the statutory deadline. The Act's effective date remains the earlier of January 18, 2027, or 120 days after primary federal regulators issue final implementing regulations.</p><p>A joint proposal from five federal agencies, including the Federal Reserve Board, was published on June 22, 2026, with a comment period running to August 21. The July 18 deadline is not a stablecoin shutdown date. The broad restriction on U.S. digital-asset service providers offering non-permitted stablecoins begins July 18, 2028, giving the market a two-year runway from the missed rulemaking deadline. The OCC's proposed rule sets a $5 million minimum capital floor for new stablecoin issuers seeking federal approval, with a three-tier liquidity framework requiring 10% same-day redemption capability.</p><p>Source: <a href="https://stablecoininsider.org/the-genius-act-july-18-rulemaking-deadline-has-arrived-the-rules-are-not-ready/?ref=p2p.org">Stablecoin Insider</a>, <a href="https://www.financemagnates.com/cryptocurrency/regulation/ten-days-to-the-genius-act-deadline-what-the-draft-rules-already-reveal/?ref=p2p.org">Finance Magnates</a>, <a href="https://www.thebrightminded.com/news/genius-act-rulemaking-deadline-the-agencies-opened-a-comment-window-that-closes-a-month-after-it/?ref=p2p.org">The Bright Minded</a>, July 2026.</p><h3 id="why-relevant-for-validators-and-the-staking-ecosystem-2">Why relevant for validators and the staking ecosystem:</h3><ul><li>The missed July 18 statutory deadline pushes the GENIUS Act effective date toward January 18, 2027 at the latest, meaning the stablecoin issuance framework that determines which reserve assets, custody arrangements, and yield structures are compliant will not be final before the end of 2026 at the earliest.</li><li>The no-yield prohibition, which bans permitted payment stablecoin issuers from paying direct interest to holders, is the most commercially significant element of the entire framework. Its finalization directly affects the structural advantage of staking as the primary mechanism through which institutional capital earns protocol-native returns on-chain, as constrained stablecoin yield redirects institutional demand toward proof-of-stake participation.</li><li>The OCC's proposed $5 million capital floor and three-tier liquidity framework, including a 10% same-day redemption requirement, will directly affect how bank-affiliated stablecoin issuers structure their reserve assets. Issuers that hold tokenized Treasury instruments or on-chain yield-bearing assets to meet liquidity tiers will require the proof-of-stake networks settling those instruments to operate at institutional-grade reliability standards.</li></ul><h2 id="4-japan-passes-landmark-fiea-reform-reclassifying-crypto-as-financial-instruments-and-paving-the-way-for-etfs">4. Japan Passes Landmark FIEA Reform, Reclassifying Crypto as Financial Instruments and Paving the Way for ETFs</h2><p>Japan's parliament officially approved legislation moving crypto regulation under the Financial Instruments and Exchange Act on July 15, 2026, paving the way for a 20% separate tax treatment on eligible crypto gains once the law takes effect. The bill cleared the Upper House on July 15 after passing the House of Representatives and the Finance and Banking Committee last month, winning final approval in Japan's National Diet. The reforms transfer oversight of crypto trading from the Payment Services Act to the FIEA, with the Financial Services Agency treating crypto assets as financial products distinct from traditional securities.</p><p>The reform reclassifies approximately 105 tokens, including Bitcoin, Ethereum, and XRP, as financial instruments. The 2026 Tax Reform Outline proposes replacing the current progressive tax rate, which can reach as high as 55%, with a flat 20% rate matching the treatment applied to stocks and bonds, along with a three-year loss carry-forward provision. That tax change is not scheduled to take effect until January 2028, roughly a year after the FIEA framework itself becomes operative in fiscal 2027. Japan's Finance Minister designated 2026 a year for financial reform, with the FSA opening a public consultation on licensing, stablecoin issuance, taxation, and custody, aiming to finalize the framework by the end of 2026.</p><p>Source: <a href="https://www.coindesk.com/policy/2026/07/15/japan-reclassifies-crypto-as-a-financial-asset-paves-way-for-tax-cuts?ref=p2p.org">CoinDesk</a>, <a href="https://www.techtimes.com/articles/320705/20260716/japan-passes-crypto-law-etfs-could-arrive-before-tax-rate-drops-20-percent.htm?ref=p2p.org">TechTimes</a>, July 2026.</p><h3 id="why-relevant-for-validators-and-the-staking-ecosystem-3"><strong>W</strong>hy relevant for validators and the staking ecosystem:</h3><ul><li>The FIEA reclassification of approximately 105 tokens as financial instruments brings Japan's crypto market under the same regulatory perimeter as its securities markets, applying insider-trading prohibitions, disclosure requirements, and investor-protection rules that directly affect how institutional participants in Japan structure staking and DeFi allocation programs.</li><li>The path toward spot Bitcoin and potentially Ethereum ETFs on the Tokyo Stock Exchange, expected in 2027 to 2028, represents a new institutional access channel for Japanese asset managers, pension funds, and insurance companies, creating a multi-year demand driver for validator infrastructure capable of serving regulated product structures in one of Asia's largest institutional capital markets.</li><li>The staking and DeFi income tax treatment remains unchanged at progressive rates potentially reaching 55% until January 2028. Institutions planning Japan-facing staking programs in the 2026 to 2028 window should model the pre-reform tax environment as the operative framework, and time product launches carefully around the tax cliff.</li></ul><h2 id="5-brazil-travel-rule-takes-full-effect-adding-compliance-layer-to-multi-jurisdictional-staking-programs">5. Brazil Travel Rule Takes Full Effect, Adding Compliance Layer to Multi-Jurisdictional Staking Programs</h2><p>Brazil's Travel Rule framework entered into force on February 2, 2026, with mandatory domestic compliance beginning February 2, 2027 and cross-border requirements following in February 2028. The rule applies to firms operating with a substantive Brazilian presence or serving Brazilian clients. Combined with the Central Bank's stablecoin framework that took full effect in early 2026, Brazil now operates the most formally regulated crypto compliance infrastructure in Latin America.</p><p>Brazil receives nearly one-third of all Latin American crypto volume, making it effectively the LATAM market. With $318.8 billion in on-chain volume in 2025, any significant policy development in Brazil carries outsized consequences across the region. Colombia, Peru, Panama, and Uruguay are drafting VASP and AML laws expected between 2025 and 2026, using Brazil's framework as a regional reference point. The outcome of Brazil's stablecoin consultation, specifically whether foreign stablecoins will be restricted in domestic payments, could have a direct impact on the most traded asset class in the region's dominant market.</p><p>Source: <a href="https://gomarkets.com/en/articles/latin-americas-crypto-moment-why-2026-could-be-latams-biggest-year-yet?ref=p2p.org">GoMarkets</a>, <a href="https://hackenproof.com/blog/for-business/crypto-regulations-latin-america-2025-2026?ref=p2p.org">HackenProof</a>, July 2026.</p><h3 id="why-relevant-for-validators-and-the-staking-ecosystem-4">Why relevant for validators and the staking ecosystem:</h3><ul><li>Brazil's Travel Rule framework is now in force, with mandatory domestic compliance beginning February 2027. Institutions with Brazilian client exposure have a defined window to build transaction monitoring and data-sharing architecture before the domestic requirement becomes enforceable.</li><li>The phased timeline gives multi-jurisdictional staking infrastructure providers a structured planning window: domestic compliance architecture must be in place by February 2027, with cross-border data-sharing requirements following in February 2028.</li><li>As Colombia, Peru, and Argentina develop their own licensing frameworks using Brazil as a reference, the compliance infrastructure that validator and staking providers build for Brazil positions them ahead of the broader Latin American regulatory buildout, where institutional staking demand is growing alongside adoption rates that are three times faster than the U.S.</li></ul><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-does-the-clarity-act-missing-its-pre-recess-deadline-mean-for-institutions-that-have-already-launched-staking-programs">What does the CLARITY Act missing its pre-recess deadline mean for institutions that have already launched staking programs?</h3><p>Existing staking programs are not affected by the bill's failure to pass before the August recess. The March 17 SEC-CFTC joint interpretation, which classified protocol staking as a non-securities activity across all four operational models, remains in effect as the operative compliance framework regardless of whether the CLARITY Act passes. What changes is the durability of that protection: administrative guidance can be rescinded by a future administration, while statute cannot. Institutions with active staking programs should treat the current compliance environment as stable but not permanent, and build their governance documentation to withstand a scenario where the guidance is revisited.</p><h3 id="what-does-mica-full-enforcement-mean-for-institutions-that-use-unlicensed-custody-or-execution-venues-in-their-staking-stacks">What does MiCA full enforcement mean for institutions that use unlicensed custody or execution venues in their staking stacks?</h3><p>After July 1, 2026, any institution using an unlicensed CASP as a custody or execution counterparty for EU-facing staking programs is operating with a live compliance gap. The gap is not theoretical. Criminal liability for directors is now active in multiple EU member states, and forced offboarding procedures at unlicensed platforms can disrupt staking positions held during unbonding periods. Institutions should conduct an immediate audit of every counterparty in their EU-facing staking and custody stack against the ESMA CASP register, and replace any unlicensed provider before their next audit cycle.</p><h3 id="what-does-the-genius-act-rulemaking-deadline-passing-without-final-rules-mean-for-stablecoin-backed-defi-vault-strategies">What does the GENIUS Act rulemaking deadline passing without final rules mean for stablecoin-backed DeFi vault strategies?</h3><p>The July 18 deadline passing without final rules does not change the operational status of existing stablecoin products. The GENIUS Act takes effect on the earlier of January 18, 2027, or 120 days after final rules are published. The broad restriction on non-permitted stablecoins begins July 18, 2028. For institutions running DeFi vault strategies that use stablecoin collateral, the practical implication is that the compliance environment for those strategies will not be fully defined until late 2026 at the earliest. Institutions should monitor the remaining comment periods, particularly the five-agency customer identification rule closing August 21, as these will shape the AML and KYC obligations that apply to stablecoin-backed vault positions.</p><h3 id="what-does-japans-fiea-reclassification-mean-for-institutions-evaluating-ethereum-staking-programs-in-the-asia-pacific-region">What does Japan's FIEA reclassification mean for institutions evaluating Ethereum staking programs in the Asia-Pacific region?</h3><p>Japan's reclassification of approximately 105 tokens, including Ethereum, as financial instruments brings crypto assets under the same investor-protection, disclosure, and insider-trading framework as securities. For institutions evaluating Ethereum staking programs in Japan, this means that the compliance framework governing staking arrangements will increasingly resemble the securities compliance framework rather than the payments compliance framework that applied previously. The 55% progressive tax on staking income remains in effect until January 2028, making the tax efficiency of staking programs in Japan materially lower than in jurisdictions that have adopted flat rates. Institutions should factor this into the economics of Japan-facing staking product timelines.</p><h3 id="why-does-brazils-travel-rule-matter-for-non-brazilian-staking-programs">Why does Brazil's Travel Rule matter for non-Brazilian staking programs?</h3><p>Brazil's Travel Rule framework entered into force on February 2, 2026, with mandatory domestic compliance beginning February 2, 2027 and cross-border requirements following in February 2028. For non-Brazilian staking providers serving Brazilian institutional clients, this means that any transaction flow touching a Brazilian-regulated VASP, including custody transfers related to staking positions, must be structured to support data-sharing obligations. The more significant forward-looking risk is the potential restriction on foreign stablecoins in domestic payments, which could directly affect the stablecoin collateral layer used in DeFi vault strategies targeting Brazilian institutional capital. Providers building multi-jurisdictional staking and DeFi programs should treat Brazil's regulatory trajectory as the leading indicator for LATAM compliance requirements broadly.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest staking and DeFi regulatory developments, curated for institutional participants.</div></div><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero slashing incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

defi dispatch, News DeFi Dispatch: DeFi News and Signals July 2026 (Issue 2)

<h2 id="series-defi-dispatch"><strong>Series: DeFi Dispatch</strong></h2><p>DeFi Dispatch is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s twice-monthly roundup of DeFi developments for institutional participants navigating the intersection of traditional and on-chain finance. Each edition covers the signals that matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams operating at the frontier of institutional DeFi and proof-of-stake infrastructure.</p><p>Missed the previous edition? Catch up here: <a href="https://p2p.org/economy/defi-dispatch-defi-news-july-2026-issue-1/">DeFi Dispatch: DeFi News and Signals July 2026 (Issue 1)</a></p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</div></div><hr><h2 id="quick-learnings-for-busy-readers"><strong>Quick Learnings for Busy Readers</strong></h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><p>The second half of July brought five developments that institutional participants in DeFi and staking infrastructure should track closely.</p><ul><li>DTCC processed its first live production trades of tokenized stocks, ETFs, and U.S. Treasuries on July 15, 2026, backed by more than 35+ firms including BlackRock, Goldman Sachs, and JPMorgan, marking the most significant institutional tokenization milestone in U.S. capital markets to date and setting the stage for a full-service launch in October 2026.</li><li>Securitize listed on the NYSE on July 2 under ticker SECZ, raising $400 million, and on July 27 its subsidiary registered with the SEC as an investment adviser, positioning the world's largest tokenization platform by AUM to serve institutions building on-chain investment strategies including tokenized vaults.</li><li>Glamsterdam Devnet 7 targeted the week of July 14 as the final devnet before public testnet activation, with core developers now working toward Q4 2026 for mainnet, and a realistic activation window between September and December 2026.</li><li>Solana's non-stablecoin RWA value crossed $3.7 billion across 313,000 holders by late July, with BlackRock's BUIDL holding over $600 million on the network and stablecoin supply crossing $16 billion, reinforcing Solana as a second institutional settlement layer alongside Ethereum.˚</li><li>DeFi TVL rebounded from a $69.4 billion low in late June to $74.32 billion by mid-July, with Aave generating $900 million in annualized fees and DeFi tokens outperforming Bitcoin during June's drawdown, signaling a divergence between protocol fundamentals and headline TVL decline.</li></ul><h2 id="whats-driving-defi-markets-in-the-second-half-of-july">What's driving DeFi markets in the second half of July?</h2><p>The second half of July 2026 marks a transition from institutional intent to institutional infrastructure. DTCC processing live tokenized securities trades is not a pilot announcement. It is the backbone of U.S. capital markets executing real settlement flows on blockchain rails for the first time in its history. Securitize's NYSE listing and SEC investment adviser registration in the same month signals that tokenization infrastructure is entering the mainstream financial system with regulated accountability. Meanwhile, Glamsterdam's final devnet narrows the upgrade timeline, Solana's RWA and stablecoin growth confirms that two proof-of-stake settlement layers are being built simultaneously, and the DeFi TVL recovery tells a more nuanced story than the headline decline: protocol fundamentals are diverging from speculative token prices in ways that matter for institutional allocators.</p><p>Below, we break down five key developments and why they matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams.</p><h2 id="story-1-dtcc-processes-first-live-tokenized-securities-trades-as-wall-streets-blockchain-pilot-goes-live">Story 1: DTCC Processes First Live Tokenized Securities Trades as Wall Street's Blockchain Pilot Goes Live</h2><p>The Depository Trust and Clearing Corporation processed its first series of live production trades involving tokenized stocks, ETFs, and U.S. Treasuries on July 15, 2026, executing the most significant institutional tokenization initiative in U.S. capital markets to date. The pilot, backed by more than 35+ firms including BlackRock, Goldman Sachs, JPMorgan, Circle, Ondo Finance, and Ripple Prime, tokenizes assets already held in DTC custody, meaning the tokens carry the same legal ownership rights, entitlements, and investor protections as their traditional equivalents. DTC currently custodies more than $114 trillion in securities, anchoring the scale of what could eventually move on-chain. A full-service launch is scheduled for October 2026.</p><p>DTCC's President and CEO Frank La Salla described the initiative as successfully bridging traditional finance and DeFi. The service is designed to enable faster settlement cycles, reduced counterparty risk, 24/7 market access, and programmable asset functionality through smart contracts. The July phase serves as a live stress test of settlement, custody, and reconciliation flows on a narrow set of instruments before the broader October rollout.</p><p>Source: <a href="https://www.coindesk.com/business/2026/07/15/dtcc-moves-tokenized-securities-into-live-trading-marking-a-milestone-for-wall-street-s-blockchain-push?ref=p2p.org">CoinDesk</a>, <a href="https://finance.yahoo.com/markets/stocks/articles/dtcc-tokenize-russell-1000-stocks-161215488.html?ref=p2p.org">Yahoo Finance</a>, July 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>DTCC processing live trades of tokenized stocks, ETFs, and Treasuries means real assets, real legal ownership, and real settlement flows are moving on-chain through the institution that underpins virtually every U.S. securities trade. This is categorically different from any prior pilot announcement.</li><li>The October 2026 full-service launch establishes a hard timeline against which custodians, prime brokers, and asset managers must assess their own on-chain readiness. Institutions without tokenized settlement capabilities before October face an operational gap as trading volumes begin migrating to blockchain rails.</li><li>Blockchain settlement infrastructure supporting $114 trillion in custodied assets requires the proof-of-stake networks underneath it to meet the same reliability standards as DTCC's existing systems, setting the operational floor for on-chain infrastructure by the most systemically important post-trade institution in global finance.</li></ul><h2 id="story-2-securitize-lists-on-nyse-and-registers-as-sec-investment-adviser-becoming-publicly-accountable-tokenization-infrastructure">Story 2: Securitize Lists on NYSE and Registers as SEC Investment Adviser, Becoming Publicly Accountable Tokenization Infrastructure</h2><p>Securitize listed on the New York Stock Exchange on July 2, 2026, under ticker SECZ, following its $400 million SPAC merger with Cantor Equity Partners II. The transaction achieved a sub-30% shareholder redemption rate, rare for a late-cycle SPAC, signaling that institutional capital chose to retain exposure to tokenization infrastructure rather than exit for arbitrage. The platform manages over $4 billion in tokenized assets, administers BlackRock's BUIDL fund, and counts Apollo, KKR, Hamilton Lane, and VanEck among its institutional client roster. On July 27, Securitize Capital registered with the SEC as an investment adviser, positioning the firm to work directly with asset managers and institutional investors building on-chain investment strategies including tokenized vaults.</p><p>The 15 leading RWA tokenization protocols collectively expanded 128% in the year to June 2026, from $9.55 billion to $21.84 billion. Securitize's internal estimate puts the total addressable market for RWA tokenization at $19 trillion. The investment adviser registration moves the firm beyond its original role as a transfer agent and tokenization platform into regulated investment services, giving it the standing to advise institutional clients on on-chain capital programs directly.</p><p>Source: <a href="https://www.coindesk.com/business/2026/07/27/securitize-builds-wall-street-credentials-with-sec-adviser-license-as-tokenization-expands?ref=p2p.org">CoinDesk</a>, <a href="https://www.techtimes.com/articles/319267/20260629/securitize-heads-nyse-400m-blackrock-backed-tokenization-platform-set-july-2-debut.htm?ref=p2p.org">TechTimes</a>, July 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-1">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>Securitize's NYSE listing provides institutional investors daily liquidity and public price discovery for tokenization infrastructure equity. The sub-30% redemption rate confirms that sophisticated institutions reviewed the regulatory environment and the business fundamentals and chose to maintain exposure.</li><li>The SEC investment adviser registration on July 27 means Securitize can now directly advise institutional clients on on-chain investment strategies including tokenized vaults, a material expansion of its role from infrastructure operator to regulated investment services provider.</li><li>As the platform administering BUIDL and serving the largest institutional asset managers in tokenized markets, Securitize's public accountability strengthens the institutional confidence layer around the entire tokenized asset ecosystem it supports.</li></ul><h2 id="story-3-glamsterdam-devnet-7-enters-final-testing-as-activation-window-narrows-to-q4-2026">Story 3: Glamsterdam Devnet 7 Enters Final Testing as Activation Window Narrows to Q4 2026</h2><p>Ethereum core developers targeted the week of July 14, 2026 for the launch of Glamsterdam Devnet 7, the final devnet before the upgrade moves to public testnets on Sepolia and Hoodi. Devnet 6, operating at approximately 80% participation, exposed client-specific issues involving Nethermind, Besu, Prysm, and others. With Prysm, Nimbus, and Lodestar already passing relevant Devnet 7 tests and Teku updating its branch, the focus has shifted from structural changes to stabilization, interoperability testing, and production-like condition testing. No mainnet date is confirmed. The realistic activation window, accounting for public testnet seasoning of two to four months based on recent Ethereum fork precedent, sits between September and December 2026. SSV Network confirmed on July 28 that core developers are working toward Q4 2026.</p><p>The upgrade introduces two headline EIPs: EIP-7732, which moves block building on-chain through Enshrined Proposer-Builder Separation, and EIP-7928, which enables parallel execution through Block-Level Access Lists. Together they target a gas limit increase from 60 million toward 200 million and throughput of approximately 10,000 transactions per second. Datawallet described Glamsterdam as Ethereum's pivot back to scaling the base layer, not just rollups, to rebuild the value that accrues to ETH.</p><p>Source: <a href="https://etherworld.co/upgrade-watch-3-glamsterdam-devnet-7-nears-final-launch/?ref=p2p.org">etherworld.co</a>, <a href="https://www.datawallet.com/crypto/ethereum-glamsterdam-upgrade-explained?ref=p2p.org">Datawallet</a>, <a href="https://coinedition.com/what-is-glamsterdam-ethereums-next-major-upgrade-explained/?ref=p2p.org">Coin Edition</a>, July 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-2">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>The narrowing of the Glamsterdam activation window to Q4 2026 gives institutional validator operators a defined preparation timeline. Both consensus layer and execution layer clients must be updated before mainnet. Operators who have not begun tracking client release timelines should do so now.</li><li>ePBS moving block building on-chain removes the relay intermediaries that validators currently depend on for MEV, restructuring how validator rewards are distributed and how MEV risk is managed across institutional staking operations.</li><li>Glamsterdam's gas-limit increase toward 200 million will directly expand Ethereum's capacity to support institutional-scale tokenized asset settlement and DeFi protocol activity simultaneously, making it the most consequential Ethereum infrastructure upgrade for on-chain capital programs since Pectra.</li></ul><h2 id="story-4-solana-crosses-37-billion-in-rwa-value-and-16-billion-in-stablecoin-supply-as-institutional-settlement-layer-expands">Story 4: Solana Crosses $3.7 Billion in RWA Value and $16 Billion in Stablecoin Supply as Institutional Settlement Layer Expands</h2><p>Solana's non-stablecoin RWA value crossed $3.7 billion across 313,000 holders by late July 2026, with stablecoin supply on the network simultaneously crossing $16 billion. BlackRock's BUIDL fund holds over $600 million on Solana, J.P. Morgan has arranged commercial paper on the network, and Visa, Mastercard, and Franklin Templeton are operating live on the chain. The Solana Foundation rolled out STRIDE, a new security infrastructure initiative focused on strengthening the network's defences against systemic risks, alongside improved cross-network DeFi recovery tools.</p><p>Solana's $3.7 billion RWA market is structurally distinct from its Ethereum equivalent in one important way: distribution. With 313,000 holders across $3.7 billion in value, Solana's fee structure makes small-position ownership, frequent transfers, and retail-accessible distribution more viable than higher-cost environments. J.P. Morgan arranging commercial paper on Solana and BlackRock holding over $600 million in BUIDL on the network confirms that the largest traditional finance institutions are not treating Solana as an alternative to Ethereum for tokenized assets but as a complementary settlement layer with different distribution economics.</p><p>Source: <a href="https://solana.com/news/overview-of-institutional-real-world-assets-on-solana?ref=p2p.org">Solana.com</a>, <a href="https://cryptobriefing.com/solana-rwa-value-stablecoin-supply-institutional/?ref=p2p.org">CryptoBriefing</a>, July 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-3">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>Solana crossing $3.7 billion in RWA value and $16 billion in stablecoin supply while J.P. Morgan and BlackRock operate live programs on the network confirms that institutional capital is building on two proof-of-stake settlement layers simultaneously, not selecting one over the other.</li><li>The STRIDE security initiative reflects the compliance and risk management infrastructure that regulated financial entities require before committing serious capital, addressing one of the primary operational concerns that has slowed institutional DeFi deployment on Solana relative to Ethereum.</li><li>For staking product managers and validator operators, the simultaneous growth of Solana's RWA and stablecoin markets creates a parallel demand environment for non-custodial validator infrastructure that mirrors, rather than competes with, the Ethereum demand dynamics driven by BUIDL and Ethereum ETF staking.</li></ul><h2 id="story-5-defi-tvl-rebounds-to-7432-billion-as-protocol-fundamentals-diverge-from-headline-decline">Story 5: DeFi TVL Rebounds to $74.32 Billion as Protocol Fundamentals Diverge From Headline Decline</h2><p>DeFi total value locked rebounded from a $69.4 billion low in late June to $74.32 billion by mid-July 2026, with Ethereum chain TVL posting a 3.82% seven-day gain and several major protocols attracting fresh capital inflows. Aave generated $900 million in annualized fees by mid-July, and a Bitwise report found that DeFi tokens significantly outperformed Bitcoin during June's drawdown: while BTC fell approximately 22%, the Bitwise DeFi index dropped only 4%. The report argued that the gap between DeFi protocol usage and token valuations is quietly closing, suggesting a potential re-rating as macro conditions improve in the second half of 2026.</p><p>The recovery follows a period of sustained contraction driven by the April 2026 security incidents and broader risk-off conditions. The data points emerging in mid-July tell a different story from the headline TVL decline: Aave's fee generation at $900 million annualized reflects genuine protocol usage at scale, while DeFi token resilience during a significant Bitcoin drawdown suggests that sophisticated investors are beginning to price protocol fundamentals separately from speculative market sentiment.</p><p>Source: <a href="https://blog.portals.fi/defi-tvl-july-2026-week-2/?ref=p2p.org">Portals.fi</a>, <a href="https://www.originbrief.app/en/reports/crypto-web3/2026-07-06/weekly?ref=p2p.org">originbrief.app</a>, July 2026.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-4">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>The divergence between DeFi protocol revenue, Aave at $900 million annualized, and headline TVL decline is precisely the kind of fundamental signal that institutional allocators applying capital efficiency metrics over raw TVL should be tracking. High fee generation from lower TVL indicates more productive capital deployment.</li><li>DeFi tokens outperforming Bitcoin by 18 percentage points during a major drawdown suggests that the investor base in DeFi protocol tokens is shifting toward participants who are pricing protocol cash flows rather than speculative momentum, a structural change in who is holding these assets.</li><li>For staking product managers evaluating DeFi vault strategies as part of a Protected Yield for Digital Assets framework, the recovery in protocol fundamentals alongside the TVL decline creates a more favorable risk-adjusted entry environment than the peak TVL conditions of 2025.</li></ul><h2 id="key-takeaways-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Key Takeaways for Asset Managers, Custodians, Hedge Funds, ETF Issuers, Exchanges, and Staking Teams</h2><p>The second half of July 2026 surfaces five converging signals for institutional participants in on-chain infrastructure:</p><ul><li>DTCC processed its first live tokenized securities trades on July 15. It is the single most significant institutional tokenization milestone in U.S. capital markets history. October 2026 is now the hard deadline against which custodians, asset managers, and prime brokers must assess their on-chain settlement readiness.</li></ul><p>Securitize listed on the NYSE and registered as an SEC investment adviser in the same month. Tokenization infrastructure is entering the mainstream financial system with public accountability and regulated investment services standing. It is no longer positioned merely as a technology provider.</p><p>Glamsterdam Devnet 7 has entered final testing. Core developers are converging on Q4 2026 for mainnet. ePBS restructures MEV reward distribution. The gas-limit expansion sets a new capacity floor for institutional-scale on-chain activity.</p><p>Solana crossed $3.7 billion in RWA value and $16 billion in stablecoin supply. J.P. Morgan and BlackRock are operating live programs on the network. Institutional capital is simultaneously building on two proof-of-stake settlement layers with different but complementary distribution economics.</p><p>DeFi TVL rebounded to $74.32 billion. Aave is generating $900 million in annualized fees. DeFi tokens outperformed Bitcoin during a major drawdown. Protocol fundamentals are diverging from speculative headline metrics in ways that create a more favorable risk-adjusted environment for institutional DeFi allocation.</p><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🗞️</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants. <b><strong style="white-space: pre-wrap;">Or follow us on </strong></b><a href="https://linkedin.com/company/p2p-org?ref=p2p.org" rel="noopener noreferrer"><b><strong style="white-space: pre-wrap;">LinkedIn</strong></b></a><b><strong style="white-space: pre-wrap;"> and </strong></b><a href="https://twitter.com/p2pvalidator?ref=p2p.org" rel="noopener noreferrer"><b><strong style="white-space: pre-wrap;">X</strong></b></a> to stay updated when new DeFi Dispatch editions are published.</div></div><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-does-the-dtccs-live-tokenized-securities-pilot-mean-for-on-chain-infrastructure-operators">What does the DTCC's live tokenized securities pilot mean for on-chain infrastructure operators?</h3><p>The DTCC pilot brings real settlement flows onto blockchain infrastructure for the first time through the institution that underpins virtually every U.S. securities trade. For on-chain infrastructure operators, this means the reliability and uptime standards expected of the networks and validators supporting tokenized asset settlement are converging with those DTCC applies to its existing systems. The October 2026 full service launch is the operational deadline against which this readiness should be measured.</p><h3 id="why-does-solanas-rwa-and-stablecoin-growth-matter-alongside-ethereums-momentum">Why does Solana's RWA and stablecoin growth matter alongside Ethereum's momentum?</h3><p>Institutional capital is not choosing between Ethereum and Solana for tokenized asset settlement. J.P. Morgan, BlackRock, and Franklin Templeton are operating on both networks simultaneously, each for different reasons. Solana's fee structure and distribution economics make it better suited for broad holder base deployment and frequent transfer use cases. Ethereum's deeper DeFi composability and regulatory familiarity make it the primary venue for collateral management and structured products. Understanding this distinction matters for institutions building multi-chain staking and settlement programs.</p><h3 id="what-should-institutional-operators-do-to-prepare-for-glamsterdam">What should institutional operators do to prepare for Glamsterdam?</h3><p>Both consensus layer and execution layer clients must be updated before mainnet activation. The realistic window of September to December 2026 means preparation should begin now: track client release roadmaps across Prysm, Lighthouse, Teku, Nimbus, and Lodestar; assess how ePBS changes your MEV strategy and relay dependencies; and model the operational impact of the exit queue changes introduced alongside the gas-limit expansion. Institutions that have not yet mapped their validator infrastructure against Glamsterdam's EIP list should treat the Q4 activation as a hard operational deadline.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, P2P.org maintains a zero slashing incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. P2P.org accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

Solana Solana Staking for Institutions: Q2 2026 Insights

<p><em>Seven Months Into 2026: What's Actually Driving Solana's Institutional Momentum</em><br><br>For institutional allocators, validator diligence, and treasury &amp; risk teams</p><h2 id="tldr">TL;DR</h2><p>• No network-wide outages in Q2, and Alpenglow's move to live testing puts sub-second finality within reach of mainnet.</p><p>• Institutional adoption is happening: MoneyGram is now a validator, Baillie Gifford issued a tokenized fund on Solana, and Open USD, a 140+ member consortium including Visa, Mastercard, and BlackRock, chose Solana for native issuance.</p><p>• The validator set thinned from about 774 to about 713 as the Foundation wound down delegation subsidies, while network gross rewards declined from about 6.6 % to about 6.1 %.</p><p>• All three P2P.org public validators beat the network skip rate every month of Q2, with rewards reported down to the individual stake account.</p><p>• The remaining blocker for institutional capital isn't the chain. It's internal -&nbsp; data an allocator can defend to a risk committee, investment mandates that haven't caught up, and where DeFi fits inside a compliance boundary.</p><hr><p><strong><em>A note from the P2P.org Solana team</em></strong></p><p><em>Picture the chain you'd design if institutional money was the only client you had to satisfy:</em></p><ul><li><em>Sub-second finality, so on-chain execution sits next to a centralized venue rather than behind it.</em></li><li><em>Tens of thousands of transactions per second at a fraction of a cent, so payments and treasury flows hold up at scale.</em></li><li><em>RWAs and tokenized funds from names your investment committee already knows.</em></li><li><em>A 140+ member bank-and-card consortium choosing it as the home for native issuance of a regulated stablecoin.</em></li><li><em>Mid-single-digit native staking rewards, a mature and separately reportable MEV layer, and unbonding in days rather than weeks, all of it verifiable on-chain down to the position.</em></li></ul><p><em>That isn't a design exercise. It's Solana, live, today. P2P.org has been validating on it since the beginning, and this comes from that inside seat: the case for moving now is stronger than it's been at any point since.</em></p><hr><p>A year ago, institutional delegators were asking whether Solana was reliable enough to process serious capital. Two quarters into 2026, that debate has gone quiet, not because the arguments changed, but because the evidence to support Solana's emergence as a keystone of the Web3 financial ecosystem has become undeniable: Alpenglow has sub-second finality in live testing, MoneyGram is now an active Solana validator, Baillie Gifford has issued a tokenized bond fund natively on the network, and Open USD, a 140+ member consortium including Visa, Mastercard, and BlackRock, chose Solana for native issuance from day one. Meanwhile, reward compression and MEV maturing into a standard, reportable part of the rewards have settled the question of whether the operational lift was worth it.</p><p>Everything above happened in Q2. Taken together, it's not a quiet quarter; it's the foundation the second half of the year gets built on. The real test now isn't whether the network works -&nbsp; It's who you trust to operate on it, and whether you can defend the numbers to a risk committee looking for data it can independently verify, not just take on the operator's word.</p><h2 id="what-the-ecosystem-is-telling-enterprises">What the ecosystem is telling enterprises</h2><p>Regulated products are already live on Solana - At Accelerate in May, State Street and Galaxy launched a tokenized cash fund, and Securitize, Jump, and Jupiter launched regulated tokenized-equity trading. Execution quality is now measured against centralized venues that enterprises already work with.</p><p>Regulated payment players are already testing -&nbsp; South Korea's Toss Bank signed a memorandum of understanding with the Solana Foundation in June to pilot stablecoin-based cross-border remittances for its 15 million customers. It's an early-stage pilot, not a live product yet, but a concrete signal of where a regulated payments player is choosing to run its first test.</p><p>Solana is already being picked as a settlement layer -&nbsp; Open USD picked it for native issuance from day one; when a money-movement consortium this size picks a first chain, treasury and payments flows tend to follow it.</p><p>Latency and finality no longer raise concerns&nbsp; -&nbsp; Alpenglow's move to a live test cluster puts finality on a path from about 12.8 seconds to about 100 to 150 milliseconds, orders of magnitude faster than the T+1/T+2 settlement institutions live with today, and quick enough that settlement stops constraining execution.</p><p>And the last point is, headline rewards don't tell you much anymore - The validator set is consolidating, and network rewards are compressing, so basis points and reward-type mix are what actually separate operators now, not a single APY number.</p><h2 id="the-q2-network-backdrop">The Q2 network backdrop</h2><p>Solana had no network-wide outages in Q2, worth stating plainly, since reliability was the objection a year ago. The staking ratio held steady at about 67%. At the same time, the validator set thinned from about 774 to about 713. Vote fees stayed fixed while total validator rewards compressed, and the broader drop in SOL price added further pressure, together pricing out the smallest operators, so the same stake now sits with fewer, better-resourced operators.</p><h2 id="what-happened-to-rewards-and-why">What happened to rewards, and why</h2><p>None of this is a surprise. Solana's issuance schedule is programmed to decline over time, and Q2's numbers are simply that schedule playing out. Three numbers describe Solana rewards, and they're easy to confuse:</p><p>• The staking rate, the inflation-based reward most people quote, eased from about 5.9 % to about 5.5 % across the network.</p><p>• Total gross rewards, what a validator actually produces once block rewards (base and priority transaction fees) and MEV Jito Tips are added on top, range from about 6.6 % to about 6.1 %.</p><p>• Net of about 3.8 % inflation, real staking rewards hovered at approximately 1.7 to 1.9 %</p><p>The compression numbers also break down cleanly:</p><p>• Base (inflation): around 5.9 % to about 5.5 %. This is the biggest driver, and by design -&nbsp; issuance is programmed down towards a 1.5 % terminal rate, and with roughly two-thirds of supply staked, that shrinking issuance is split across more SOL.</p><p>• Block rewards: about 0.45 percent to about 0.42 percent, a smaller decline, tracking the quarter's lower fee activity.</p><p>• Jito MEV: about 0.10 % to about 0.13 %, the one component that actually grew.</p><p>So the shrinking part of rewards is the programmed, network-wide base, identical for everyone. The variable part is two things. Block rewards - base and priority transaction fees - go to the block producer today (base fees are half-burned; in-protocol sharing of priority fees with stakers, SIMD-123, is expected with Alpenglow). MEV Jito Tips are earned by the validator's work but never sits under its control: tips accumulate in smart-contract-controlled Tip Distribution Accounts (TDA) and are paid out on-chain to stakers' stake accounts (via Jito Tip Router NCN operations), net of the validator's MEV commission. So how much of this layer reaches you depends on the operator only through what it actually controls - whether it runs Jito, and the commission it sets. As the base shrinks by design, that operator-dependent layer is increasingly where returns are won or lost. Whatever gap is left comes down to the operator.</p><h2 id="solanas-biggest-upgrade-yet-is-coming-heres-where-we-stand">Solana's Biggest Upgrade Yet Is Coming. Here's Where We Stand</h2><p>Alpenglow will rewrite Solana's consensus. Sub-second finality, new validator economics, and a faster network are landing over the coming quarters. Operators who've already invested in this infrastructure stand to benefit most from that transition.</p><p>That drop in finality time also opens the door to application categories that a 12.8-second settlement window simply couldn't support: high-frequency DeFi, real-time on-chain gaming, and payments that settle as fast as they're sent.</p><p>P2P.org's Q2 performance is evidence that our validators are already built for what Alpenglow requires. The full P2P.org Solana Staking Performance Snapshot is <a href="http://reports.p2p.org/superset/dashboard/p/ez41xMDNvoE/?ref=p2p.org"><u>published here</u></a>. Operator quality is the differentiator now.</p><p>Across Q2, all three P2P.org public validators beat the network skip rate every month, and gross rewards held above the compressing network baseline, with Jito MEV settling into a stable, reportable share of rewards. The full, auditable breakdown, by validator and reward type, lives on our <a href="http://reports.p2p.org/superset/dashboard/p/nwoQzbO5QEL/?ref=p2p.org"><u>public Gross APY dashboard</u></a>, so any figure can be checked independently rather than taken on trust.</p><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/07/data-src-image-25eb0d14-9232-40e3-9ffe-df0e4b890428.png" class="kg-image" alt="" loading="lazy" width="1794" height="514" srcset="https://p2p.org/economy/content/images/size/w600/2026/07/data-src-image-25eb0d14-9232-40e3-9ffe-df0e4b890428.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/07/data-src-image-25eb0d14-9232-40e3-9ffe-df0e4b890428.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/07/data-src-image-25eb0d14-9232-40e3-9ffe-df0e4b890428.png 1600w, https://p2p.org/economy/content/images/2026/07/data-src-image-25eb0d14-9232-40e3-9ffe-df0e4b890428.png 1794w" sizes="(min-width: 720px) 720px"></figure><h2 id="what-this-means-for-enterprises-and-validators">What this means for enterprises and Validators</h2><p>The binding constraint on institutional Solana today is the allocator's own internal process. On June 30, P2P.org hosted a panel with the Solana Foundation, a global market maker, a European research desk, and a regulated digital asset bank. The friction they named wasn't custody or infrastructure. It was three things:</p><p>Data you can defend - The same on-chain metric can differ by billions depending on methodology; the Foundation itself acknowledges there's no single source of truth.</p><p>Investment mandates - Many of the largest capital pools still can't hold crypto directly. What's moving is the flexible capital: crypto-native funds, family offices, HNW allocators.</p><p>The DeFi compliance line - Native staking is trusted; a liquid-staking layer complicates how frameworks think about systemic risk.</p><p>In practice, the timing depends on internal committees and policy, not on the market.The chain-level objections are closing, so what's actually slowing participation now is internal process. That gives an edge to enterprises that start the internal process now, and to the operator that makes their diligence and reporting straightforward.</p><p>Of the three blockers, data is the one that's actually urgent right now. An allocator can't sign off on a reward number it can't reconcile, and "just trust us" doesn't get past a risk committee.</p><p>This is where running your own data layer stops being a nice-to-have. We built our own on-chain data collectors instead of reselling someone else's feed, so the numbers hold up: the gross APYs methodology is public, and the dashboards break rewards down to each individual stake account going back more than three years. A client can check our performance themselves instead of taking our word for it. Mandates are the allocator's problem to solve; the data is ours, and we've done the work.</p><p>What's changed is that we're not the only ones pushing on it anymore. The Foundation has taken the problem seriously — open-sourcing its data sources and getting providers to reconcile their numbers against each other. For the first time there's a real shot at fixing this across the whole network, not one operator at a time.</p><h2 id="what-else-happened-in-q2">What Else Happened in Q2</h2><h3 id="doublezero-distribution-stops-being-a-penalty">DoubleZero: distribution stops being a penalty</h3><p>Solana's stake used to cluster in Europe, since running a validator elsewhere carried infrastructure complications with little economic upside to offset them. DoubleZero's Phase II delegation program changed that math -&nbsp; it incentivizes operators to move into locations like São Paulo, Singapore, Hong Kong, and Tokyo, making it economically viable for the first time to strengthen decentralization, performance, and validator economics outside the European core. P2P.org was among the first operators onboarded, moving part of its public infrastructure to São Paulo, a region where the network had a real latency gap. Latency was the reason we made the move. The incentive made the move financially worthwhile - and, for the first time, made it economically viable to stand up and test our infrastructure in regions that never penciled out before. Latency gains are still being measured, but the strategic upside is already clear: capacity in these regions is a win for decentralization - and, just as directly, for institutions that operate there and treat in-region validator infrastructure as a selection criterion in its own right (data residency, jurisdiction, latency close to home).</p><h3 id="epoch-based-liquidity-activation">Epoch-based liquidity activation</h3><p>An institutional treasury shouldn't have to wait for a monthly or quarterly reporting cycle to put its staking rewards to work. In Q2, P2P.org rolled out a capability that lets stakers activate staking rewards epoch by epoch, on the network's own close-to-2-day cadence, rather than on a fixed reporting period. For an institution, that means liquidity on demand rather than on a calendar, cleaner reconciliation, and far less dependence on when a reporting window happens to close.</p><h3 id="defi-utility-for-native-stakers-a-category-were-watching">DeFi utility for native stakers, a category we're watching</h3><p>The institutions that delegate to us have grown comfortable with vanilla staking, and the natural next question is what else that stake can do. So far, most stop at the DeFi door. H1's exploits, most at the application layer, made the risk feel unbounded. And the usual on-ramp — a pooled liquid staking token — spreads the delegation across a basket of validators and wraps it in a protocol of its own, a trade many treasuries can't make. We want to give our stakers a way through that door that doesn't ask them to give up native staking to take it.&nbsp;</p><p>The opening is that a staker who's already delegated to us has made the hard decision — it chose an operator. The path we're building reuses that decision instead of replacing it. The same delegation — same validator, still earning — is wrapped by the SPL Single-Validator Stake Pool, a canonical first-party Solana program (three external audits, zero fees, no admin, one vote account per pool, no restaking) into a single-validator staking token whose value accrues with that one validator's rewards. That token is what the staker posts as collateral, in a single venue, to borrow against.&nbsp;</p><p>The smart-contract risk doesn't disappear though — what sits on the book is now a token, not a stake account the client controls directly. But it's a smaller, more legible surface than the pooled-LST route: the stake stays delegated exactly where they chose, the yield is one validator's rewards — no basket to attribute, no restaking layer in between — and the wrapper is a canonical, audited Solana program rather than a governance-heavy protocol. The one genuinely new surface is the lending venue itself: a single venue a risk team can actually clear.</p><p>And it puts the decision back where it belongs — on the operator. Once the position is native stake delegated to a named validator, choosing that validator becomes a credit decision, not a rate comparison. Clearing that bar takes the full operator stack: hardened infrastructure, the automation layered on top, and rewards data resolved to the individual stake account across years of history. That's why the DeFi utility we're watching is a category we can actually help our stakers into.</p><h2 id="solana-staking-for-institutions-a-validator-due-diligence-checklist">Solana Staking for Institutions: A Validator Due Diligence Checklist</h2><p>Institutional allocators evaluating Solana staking tend to weigh the same handful of priorities, (and reward rate usually isn't at the top of the list):</p><p>• Track record and tenure operating validator infrastructure</p><p>• Identity, reputation, and transparency of the node operator</p><p>• SOC 2 Type II attestation</p><p>• Non-custodial architecture and clear segregation of client-controlled assets</p><p>• Reward reporting granularity - consensus rewards separated from MEV and other reward types, for tax and reconciliation purposes</p><p>• Historical skip rate and uptime relative to the network average</p><p>• Transparency and auditability of performance data, including a public, documented methodology</p><p>• Operational resilience -&nbsp; geographic distribution and dedicated network infrastructure</p><h2 id="what-could-lie-ahead%E2%80%A6">What could lie ahead…&nbsp;</h2><p>P2P.org has been validating on Solana since its early days. The commitment to the technology was there from the start, and now that conviction is pointed at internet capital markets, since that's where they're actually forming.</p><p>Two of this year's dominant narratives warrant a more measured assessment. While spot crypto ETFs attracted significant inflows and mainstream attention, relatively little of that capital translated into direct on-chain activity. For many institutional investment committees, ETF exposure has largely satisfied digital asset allocations, reducing the immediate need to engage with blockchain infrastructure directly.</p><p>Tokenization is also frequently overstated as a source of net-new capital. In many cases, tokenized equities and other real-world assets represent existing assets in a new digital wrapper rather than entirely new investment demand. The greater long-term opportunity lies in applications that are only possible on public blockchains, including internet-scale stablecoin settlement, real-time on-chain capital markets, and autonomous, programmable payments. Solana is already at the forefront of these use cases, leading in tokenized equity trading activity and spot DEX volume, with network usage continuing to grow despite weaker market conditions.</p><p>Another milestone is the launch of Alpenglow - it isn't on mainnet yet with live testing still ongoing, but the day it ships, Solana splits into before and after. Sub-second finality closes the latency gap with centralised venues and strengthens Solana's suitability for high performance financial applications. Yet lower latency alone is unlikely to determine institutional adoption.</p><p>As blockchain infrastructure matures, the key constraints are shifting from network performance to operational readiness. Regulatory expectations around on-chain activity continue to evolve, while security has become a critical consideration as AI increases both the sophistication and scale of cyber threats. The concentration of exploits during the first half of the year, largely at the application layer, reinforced how real that risk is across the stack.</p><p>For institutional capital to scale on-chain, infrastructure must satisfy the same standards applied to traditional financial markets: transparent reporting, robust governance, resilient operations, and independently verifiable controls. The competitive advantage will increasingly lie with providers that can demonstrate operational resilience through redundancy, continuous monitoring, incident response, and auditable compliance—not simply high network performance or a promise that nothing will ever go wrong.</p><p>P2P.org has positioned itself around these institutional requirements. Its independent, non-custodial infrastructure and SOC 2 Type II attested reflect a long-term focus on operational resilience at a time when the market for independent infrastructure providers is consolidating. As institutional participation expands, trust in the operators supporting on-chain activity is likely to become as important as the performance of the underlying blockchain itself.</p><h2 id="key-takeaways">Key takeaways</h2><p>For institutional investors, the Solana conversation is no longer centred on whether the network is technically capable. The more important questions are who can be trusted to operate critical infrastructure, how performance is measured, and whether the underlying data can withstand internal governance and regulatory scrutiny. As staking infrastructure matures, operational resilience, transparent reporting, and consistently strong validator performance are becoming the defining differentiators - a set of criteria P2P.org has long measured itself against.</p><blockquote><strong>So whether you're evaluating validator operations for the first time or reassessing an existing validator relationship, </strong><a href="https://www.p2p.org/networks/solana?ref=p2p.org" rel="noreferrer"><strong>talk to us today</strong></a><strong> about institutional-grade Solana staking.</strong></blockquote><p><strong>Disclaimer</strong>: This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. P2P.org accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

André Caldeira

from p2p validator

Institutional Custody Staking: BitGo and P2P.org

<p><strong>BitGo institutional clients can stake across major networks while their assets stay inside BitGo custody. P2P.org operates the validator infrastructure underneath.</strong></p><p>TL;DR</p><ul><li>P2P.org is a staking partner for BitGo (NYSE: BTGO), the Fortune 500 custodian with a federal bank charter.</li><li>Assets stay in BitGo custody. Clients delegate to P2P.org validator operations. Each protocol sets the rewards.</li><li>Networks include Ethereum, Solana, Bitcoin, TON, Sui, and more, with additional networks to follow.</li></ul><p><strong>Who BitGo is</strong></p><p>BitGo debuted on the 2026 Fortune 500 at No. 273 with $16.2 billion in revenue in 2025, and operates BitGo Bank &amp; Trust, the first federally chartered digital asset trust bank owned by a public company.</p><p>What matters for staking is the standard that comes with that. A federal trust bank carries capital requirements, regular audits, and fiduciary oversight. Any partner BitGo places behind client assets is held to the same standard.</p><p><strong>Staking used to mean leaving custody</strong></p><p>A regulated institution that wanted to stake usually had to move assets to a separate provider. That meant a different security model and a second set of operational processes running next to the controls compliance had already approved.</p><p>Most institutions found it hard to justify. The validator was rarely the problem. The work involved rebuilding governance around a new provider, and it was so heavy that many decided staking was not worth offering.</p><p><strong>Staking inside BitGo removes that work</strong></p><p>Assets stay in regulated qualified custody with BitGo Bank &amp; Trust. The security model does not change. The same controls that cover custody, the approval flows, the access policies, and the audit trails also cover staking.</p><p>A BitGo client can enable P2P.org validator operations inside their current setup instead of standing up a new one. That is what moves staking from a project to a feature. The institution is not taking on new infrastructure. Instead, it is unlocking new capabilities within its existing, trusted infrastructure.</p><p><strong>Why P2P.org</strong></p><p>P2P.org has operated non-custodial validator infrastructure since 2018, across 40+ networks, for more than 130 institutional clients. When a custodian relies on outside infrastructure for client assets, it inherits that infrastructure's track record, so the diligence is unforgiving. Three critical dynamics carry the most weight:</p><p><strong>Slashing: </strong>Networks penalize validators that go offline or act incorrectly, and the penalty is taken from staked assets. A clean history is the closest thing to a verifiable track record the sector has. P2P.org has recorded zero slashing events to date.</p><p><strong>Uptime:</strong> A validator that drops offline costs rewards and, on some networks, triggers penalties. P2P.org typically runs at 99.9%+ uptime, the output of monitoring, redundancy, and on-call coverage run separately for every network.</p><p><strong>Audited controls:</strong> Institutions need claims attested, not asserted. P2P.org holds SOC 2 Type II attestation, which lets a custodian map its operations onto the compliance framework already in place rather than treating staking as an exception.</p><p>Eight years. Zero slashing events. $10B+ staked. 99.9%+ uptime. SOC 2 Type II.</p><p><strong>Why this matters beyond one integration</strong></p><p>For most regulated institutions, the limit on staking has been governance fit, not validator quality. Integrating a provider one institution at a time is slow, because each runs the same review on its own.</p><p>Putting validator operations inside a custody platform an institution already uses reaches that institution through a path it has already approved. BitGo is one of the largest of those platforms, and a partner of its standard is a reference point for the rest of the market. The same record is the base that P2P.org is extending as it moves further into institutional DeFi.</p><p><strong>Get started</strong></p><p>Already on BitGo? Access P2P.org validator operations directly within the BitGo platform.</p><p>Building a platform? Integrate P2P.org validator infrastructure into your custody or digital asset platform, the way BitGo did. Talk to<a href="https://p2p.org/?ref=p2p.org"> <u>P2P.org</u></a>.</p><p><em>Disclaimer: Staking rewards are protocol-generated, variable, and subject to network rules, validator performance, and applicable slashing or protocol risks. P2P.org does not control or set reward rates.</em></p><p>BitGo institutional clients can stake across major networks while their assets stay inside BitGo custody. P2P.org operates the validator infrastructure underneath.</p>

André Caldeira

from p2p validator

Restaking for Institutions: A Complete Guide for Funds, Custodians, and Treasury Teams

<p><strong>Series: Hub | Institutional Staking</strong><br><br>The Institutional Staking Hub is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s definitive reference for institutions building proof-of-stake programs. From foundational concepts to infrastructure selection and risk architecture, each article addresses a specific operational or technical dimension that determines how a staking program performs in practice.<br>Previously in the series: <a href="https://p2p.org/economy/liquid-staking-for-institutions/">Liquid Staking for Institutions: A Complete Guide for Funds, Custodians, and Treasury Team</a></p><hr><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><p>What this article covers:</p><ul><li>What restaking for institutions is and how it differs from native and liquid staking</li><li>How actively validated services work and what they mean for institutional capital</li><li>The reward mechanics of restaking and where protocol-generated rewards come from</li><li>The risk categories specific to restaking for institutions</li><li>How liquid restaking tokens work and what they add to the risk profile</li><li>What the operator selection decision means for institutional programs</li><li>A due diligence checklist for evaluating restaking programs</li></ul><p>The core argument: Restaking extends the utility of staked capital by allowing it to simultaneously secure additional protocols beyond the base layer. For institutions, that extension introduces stacked slashing exposure, AVS-level smart contract risk, and operator concentration risk that must be explicitly assessed before any restaking program is designed. Restaking is not a yield enhancement on top of staking. It is a structurally different risk commitment.</p><h2 id="introduction">Introduction</h2><p>Restaking for institutions has moved from an experimental DeFi primitive to a multi-billion dollar infrastructure category in under two years. Restaking protocols reached approximately $18 billion in TVL in 2025, peaking above $20 billion, with institutional flows into restaking strategies increasing alongside regulatory clarity and the yield differential compared with traditional finance. Source: <a href="https://stakin.com/blog/understanding-slashing-in-proof-of-stake-key-risks-for-validators-and-delegators?ref=p2p.org">Stakin</a></p><p>The regulatory environment is developing but restaking sits outside the scope of the March 2026 SEC and CFTC joint interpretation, which explicitly excluded restaking from its covered protocol staking activities. Institutions engaged in restaking should treat their programs as operating in a legally uncertain environment and consult counsel on both securities law and CEA implications. Source: <a href="https://www.gibsondunn.com/sec-issues-interpretive-guidance-on-application-of-federal-securities-laws-to-crypto-assets-and-related-activities/?ref=p2p.org">Gibson Dunn</a></p><p>For custodians, funds, ETF issuers, and treasury teams, the question is now operational: what is restaking exactly, how do actively validated services work, what are the risk categories that are distinct from native and liquid staking, and what does a compliant, institutional-grade restaking program actually require?</p><p>This article answers those questions from the ground up.</p><h2 id="what-restaking-for-institutions-is">What Restaking for Institutions Is</h2><p>In native staking, capital secures a single proof-of-stake network. Staked ETH secures Ethereum. That is its one function. When an institution stakes ETH, it earns the protocol-generated rewards the Ethereum network distributes to validators and delegators. The staked capital does one job.</p><p>Restaking changes that architecture. It allows staked ETH, or liquid staking tokens representing staked ETH, to simultaneously secure additional services built on top of or alongside the base layer. Traditional proof-of-stake staking secures a single network. Restaking extends that security to additional services without requiring new validator sets or fresh capital. Stakers opt in to securing external services and earn additional protocol-generated rewards on top of their base staking rewards, in exchange for accepting additional slashing risk.</p><p>Those external services are called Actively Validated Services, or AVSs. An AVS is any system that needs distributed validation or security: oracle networks, data availability layers, cross-chain bridges, sequencers, and verification services. Each AVS defines its own slashing conditions, its own reward structure, and its own operational requirements for the operators securing it.</p><p>For institutions, restaking is not a passive add-on to an existing staking program. It is a decision to extend capital commitment across multiple slashing surfaces simultaneously, in exchange for additional protocol-generated rewards from each AVS the institution opts into. The risk and reward profile changes materially with each additional AVS.</p><h2 id="how-actively-validated-services-work">How Actively Validated Services Work</h2><p>Understanding AVSs is the prerequisite for evaluating any restaking program. An AVS is a service that uses restaked capital as its economic security layer instead of bootstrapping its own validator set from scratch.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/07/p2p-restaking-architecture-institutional.jpg" class="kg-image" alt="A three-layer vertical diagram showing the institutional restaking architecture. At the bottom, the Ethereum base layer handles proof-of-stake consensus and base staking rewards. In the middle, the restaking protocol manages stake allocation, operator sets, and slashing enforcement. At the top, three actively validated services, including an oracle network, a data availability layer, and a cross-chain bridge, each receive staked capital and return AVS protocol-generated rewards shown as dashed arrows flowing upward to the institution." loading="lazy" width="1600" height="900" srcset="https://p2p.org/economy/content/images/size/w600/2026/07/p2p-restaking-architecture-institutional.jpg 600w, https://p2p.org/economy/content/images/size/w1000/2026/07/p2p-restaking-architecture-institutional.jpg 1000w, https://p2p.org/economy/content/images/2026/07/p2p-restaking-architecture-institutional.jpg 1600w" sizes="(min-width: 720px) 720px"><figcaption><i><em class="italic" style="white-space: pre-wrap;">The institutional restaking architecture. Staked ETH or LSTs flow from the Ethereum base layer through the restaking protocol into actively validated services, with each AVS generating independent protocol rewards and adding an independent slashing surface.</em></i></figcaption></figure><p>AVSs are the demand side of EigenLayer's security marketplace. An AVS can be a data availability layer, oracle network, bridge, decentralized sequencer, AI verification system, off-chain compute service, or any system that needs distributed validation. Each AVS defines conditions under which an operator's stake can be slashed. If an operator fails to meet those conditions correctly, the AVS can initiate a slashing event against the staked capital backing that operator. Source: <a href="https://www.dlnews.com/research/internal/state-of-defi-2025/?ref=p2p.org">DL News</a></p><p>The institutional implication is that every AVS an institution opts into is an independent slashing surface. Securing one AVS adds one set of slashing conditions on top of the base Ethereum staking slashing conditions. Securing five AVSs adds five independent slashing surfaces, each with its own operational requirements and governance frameworks.</p><p>EigenLayer mitigates correlated slashing exposure with isolated stake allocation, while Symbiotic uses per-vault slashing boundaries to limit how much stake is exposed to any single service. These mechanisms reduce but do not eliminate the compounding slashing exposure that AVS diversification creates.</p><p>For institutional due diligence, each AVS must be evaluated independently: its audit history, its slashing conditions, its governance, its revenue model, and the track record of the operators securing it.</p><h2 id="the-reward-mechanics-of-restaking-for-institutions">The Reward Mechanics of Restaking for Institutions</h2><p>Protocol-generated rewards in a restaking program come from two independent sources. The first is the base layer staking reward: the Ethereum network's protocol-defined reward for validator participation in consensus. The second is the AVS reward: the rewards each AVS distributes to operators and restakers for securing its service.</p><p>The basic restaking reward stack in 2026 looks like this: 3 to 4% from base Ethereum staking, 1 to 2% from EigenLayer AVS rewards, and a variable amount of points or token rewards on top. Total rewards typically land in the 4% to 7% range when paid in protocol-generated rewards, higher when speculative token incentives are included.</p><p>The composition of AVS rewards matters for institutional programs. Rewards denominated in the AVS's own token introduce token price risk and liquidity risk that do not exist in ETH-denominated base staking rewards. Institutions must assess whether AVS reward streams can be received, accounted for, and reported under their applicable accounting and compliance frameworks.</p><p>At present, most restaking infrastructure relies on token incentives rather than distributing actual sustainable protocol-generated yield. Analysts predict that, in the future, strategic AVS selection and active portfolio management will play a central role in optimizing reward outcomes for restaked capital. Source: <a href="https://nftplazas.com/defi-statistics/?ref=p2p.org">NFT Plazas</a></p><p>Network conditions determine protocol-generated rewards and are variable. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> does not control or set reward rates for base staking or AVS participation.</p><h2 id="the-risk-categories-specific-to-restaking-for-institutions">The Risk Categories Specific to Restaking for Institutions</h2><p>Restaking introduces a risk profile that is structurally more complex than native or liquid staking. Each category requires explicit assessment before any institutional restaking program is designed.</p><h3 id="1-stacked-slashing-risk"><strong>1. Stacked slashing risk</strong></h3><p>Native staking carries one set of slashing conditions: the Ethereum protocol rules governing validator behavior. Restaking adds the slashing conditions of every AVS the institution opts into. One of the most pressing issues for institutional participants is the risk of slashing when assets are delegated across multiple networks simultaneously. Each AVS comes with its own risk profile, and the compounding effect of minor risks across multiple services can result in significant losses for institutional portfolios. The absence of a standardized slashing recovery mechanism further complicates risk management. <a href="https://nftplazas.com/defi-statistics/?ref=p2p.org">NFT Plazas</a></p><p>Slashing events triggered by AVS-level failures can result in permanent loss of a portion of the restaked capital. Institutions must assess the slashing conditions of each AVS in their approved list and model correlated slashing scenarios across their full restaking program.</p><h3 id="2-operator-concentration-risk">2. Operator concentration risk</h3><p>In most restaking architectures, institutions delegate to operators who run the node software required by each AVS. Operator selection determines uptime, rule compliance, and slashing exposure. Delegating to a single operator concentrates risk: that operator could suffer downtime, slashing, insolvency, or regulatory pressure. The same logic that applies at the network level in native staking applies at the operator level in restaking programs if an institution fails to diversify across operators. Source: <a href="https://www.precedenceresearch.com/decentralized-finance-market?ref=p2p.org">Precedence Research</a></p><p>Institutional restaking programs require operator due diligence that mirrors the validator infrastructure evaluation framework for native staking, applied independently to each AVS the institution participates in.</p><h3 id="3-smart-contract-risk">3. Smart contract risk</h3><p>Restaking protocols operate on smart contracts that govern stake allocation, slashing enforcement, and reward distribution. A vulnerability in those contracts can result in loss of capital that is independent of any slashing event. Unique Stake Allocation in EigenLayer isolates slashable stake so the same chunk of capital is not freely exposed to every AVS at once, which helps limit correlated smart contract exposure across the restaking program. However, smart contract risk cannot be eliminated through protocol design alone. <a href="https://rpcfast.com/blog/blockchain-validator-service-providers?ref=p2p.org">RPC Fast</a></p><h3 id="4-avs-revenue-model-risk">4. AVS revenue model risk</h3><p>Most AVSs currently distribute rewards through token incentive programs rather than sustainable fee revenue. The restaking model's core value proposition faces structural headwinds as AVSs struggle to generate sustainable fee revenue. Without meaningful cash flows from secured applications, restaking protocols rely heavily on token emissions, creating inflationary pressure that sophisticated institutions must factor into their reward accounting. Institutions must assess the revenue sustainability of each AVS before committing capital to securing it. Source: <a href="https://p2p.org/economy/validator-due-diligence-framework-what-institutions-really-need-to-evaluate/">P2P.org</a></p><h3 id="5-liquidity-risk"><strong>5. Liquidity risk</strong></h3><p>Restaked capital is subject to unbonding periods at the base layer and, in some architectures, additional lock-up conditions imposed by individual AVSs. The liquidity profile of a restaking program is more complex than native staking and must be explicitly mapped against the institution's redemption obligations and treasury mandates.</p><h3 id="6-regulatory-and-compliance-risk">6. Regulatory and compliance risk</h3><p>The March 2026 SEC and CFTC joint interpretation explicitly excluded restaking from its covered protocol staking activities. Restaking remains legally uncertain at the federal level. AVS reward tokens carry additional classification questions that remain unresolved. Institutions must assess the treatment of each reward token type under their applicable accounting standards and regulatory framework, and consult counsel before deploying capital. Source: <a href="https://static.cahill.com/docs/CahillNXT%20Alert%20-%20Breaking%20Up%20Is%20Hard%20to%20Do%20-%20Howey%20and%20the%20SEC%E2%80%99s%20Crypto%20Asset%20Classification%20Guidance.pdf?ref=p2p.org">Cahill Gordon</a></p><h2 id="how-liquid-restaking-tokens-work">How Liquid Restaking Tokens Work</h2><p>Liquid restaking tokens, or LRTs, extend the same capital efficiency logic that liquid staking tokens introduced to native staking. When an institution restakes ETH or an LST through a liquid restaking protocol, it receives an LRT representing the restaked position. The LRT accrues the rewards of the restaking program and remains transferable and composable.</p><p>LRTs represent a claim on restaked ETH plus accrued rewards, while remaining tradable assets. By combining base staking rewards and AVS reward streams with continued liquidity, liquid restaking tokens allow capital to remain deployable while the underlying position secures multiple protocols simultaneously.</p><p>For institutions, LRTs introduce all of the risk categories that apply to liquid staking tokens: smart contract risk at the LRT protocol layer, depeg risk in secondary markets under stress conditions, and custody and accounting complexity. Those risks compound with the AVS-level slashing and smart contract risks that restaking itself introduces. The cumulative risk stack of an LRT position is materially more complex than either native staking or liquid staking alone.</p><p>In April 2026, Kelp suffered a $292 million exploit that triggered approximately $5.4 billion in withdrawals across the restaking sector. The protocol survived, but the incident reset the risk conversation around the entire liquid restaking token category. This is the risk category that institutions must model carefully before deploying capital into LRT positions.</p><h2 id="the-operator-selection-decision-for-institutional-programs">The Operator Selection Decision for Institutional Programs</h2><p>Operator selection is one of the most consequential decisions in any institutional restaking program. The operator runs the node software required by each AVS, manages the signing infrastructure, and maintains the uptime standards that determine both reward outcomes and slashing exposure.</p><p>When a user restakes, they delegate to an operator who will run the required software for each AVS. The restaker accepts that their stake can be penalized not only for Ethereum-level misconduct, but also if the operator fails to perform correctly for any of the services they choose to secure. Poor performance in one attached service can result in loss on the original stake. Source: <a href="https://www.precedenceresearch.com/decentralized-finance-market?ref=p2p.org">Precedence Research</a></p><p>For institutions, operator evaluation must cover infrastructure architecture, client diversity, key management practices, AVS selection history, slashing record, governance participation policies, and independent certification. These are the same dimensions that apply to native staking validator selection, extended to cover every AVS the operator secures.</p><p>No major slashing event has occurred across any restaking protocol as of mid-2026, but the mechanisms remain largely untested at scale. That absence of historical slashing events should not be treated as evidence of low risk. It reflects the relative youth of the category, not structural safety. Institutional programs must be designed for the slashing scenario, not against the historical average.</p><p><a href="http://p2p.org/?ref=p2p.org">P2P.org</a> supports EigenLayer restaking through non-custodial operator infrastructure, with the same validator-level reporting and operational safeguards that apply to our native staking programs. Client assets remain under the institution's control throughout. Explore our EigenLayer restaking infrastructure at <a href="https://p2p.org/networks/ethereum?ref=p2p.org">p2p.org/networks/ethereum</a>.</p><h3 id="where-restaking-for-institutions-fits-in-a-digital-asset-program">Where Restaking for Institutions Fits in a Digital Asset Program</h3><p>Restaking sits at the intersection of staking infrastructure and DeFi participation. It is not a replacement for native staking. It is an extension that institutions evaluate after establishing a sound native staking foundation.</p><p>Over $58 billion in capital flows through liquid staking protocols, and an additional $18 billion has moved into restaking as of early 2026, according to DefiLlama. In Europe, several ETPs have launched that stake underlying Ethereum holdings to generate protocol-generated rewards for fund holders through familiar regulated structures. Custodial banks and institutional-grade service providers are exploring or entering the restaking market, signaling that the category has evolved from a crypto-native activity toward an institutional infrastructure consideration.</p><p>For institutions with existing ETH staking programs, the restaking evaluation question is whether the additional protocol-generated rewards from AVS participation justify the additional slashing exposure, operational complexity, and compliance requirements that restaking introduces. That is a risk management decision, not a yield optimization decision.</p><p>For institutions building new digital asset programs, the sequencing is clear: establish native staking infrastructure first, evaluate liquid staking as a capital efficiency layer second, and assess restaking as a third layer once the foundation is sound and the risk framework is explicitly designed for the additional exposure restaking creates.</p><p>Building an institutional restaking program? <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> provides non-custodial EigenLayer restaking infrastructure with validator-level reporting and operational safeguards designed for institutional requirements.</p><p>➡️&nbsp; <a href="https://p2p.org/networks/ethereum?ref=p2p.org">Explore P2P.org EigenLayer Restaking</a></p><h2 id="due-diligence-checklist-evaluating-a-restaking-for-institutions-program">Due Diligence Checklist: Evaluating a Restaking for Institutions Program</h2><p>For custodians, hedge funds, ETF issuers, exchanges, treasury teams, infrastructure engineers, staking product managers, and risk committees evaluating or initiating a restaking program, these are the foundational questions to answer before committing capital.</p><h3 id="a-protocol-and-avs-selection">A. Protocol and AVS selection</h3><p>[ ] What is the audit history and code maturity of the restaking protocol?</p><p>[ ] Has each AVS in the approved list been independently assessed for slashing conditions, governance, and revenue model sustainability?</p><p>[ ] Does the restaking protocol use isolated stake allocation or per-vault slashing boundaries to limit correlated exposure?</p><p>[ ] What is the slashing history of the restaking protocol and each AVS in the approved list?</p><h3 id="b-operator-evaluation">B. Operator evaluation</h3><p>[ ] Does the operator run dedicated hardware with geographic redundancy and client diversity?</p><p>[ ] What is the operator's slashing history across all networks and AVSs they secure?</p><p>[ ] How does the operator manage signing keys for AVS participation alongside base layer validator operations?</p><p>[ ] Does the operator hold SOC 2 Type II or equivalent independent certification?</p><h3 id="c-reward-accounting-and-compliance">C. Reward accounting and compliance</h3><p>[ ] Are AVS rewards denominated in ETH, in the AVS's own token, or both?</p><p>[ ] Has your accounting team confirmed the tax treatment of AVS token rewards in your jurisdiction?</p><p>[ ] Does your compliance framework address the regulatory classification of AVS reward tokens applicable to your regulatory status?</p><p>[ ] Can the operator deliver validator-level reward attribution across all AVS reward streams for audit purposes?</p><h3 id="d-risk-management">D. Risk management</h3><p>[ ] Has your risk committee assessed stacked slashing exposure across your full AVS participation list?</p><p>[ ] Are concentration limits defined for exposure to any single AVS or operator?</p><p>[ ] Has your liquidity management framework been updated to reflect unbonding conditions at both the base layer and AVS level?</p><p>[ ] Has smart contract risk been assessed for both the restaking protocol and each AVS in your approved list?</p><h3 id="e-lrt-specific-questions-if-applicable">E. LRT-specific questions (if applicable)</h3><p>[ ] Has the LRT protocol's audit history and code maturity been independently assessed?</p><p>[ ] Does your custody infrastructure support LRT holdings at the token level?</p><p>[ ] Has LRT depeg risk under stress conditions been modeled against your redemption obligations?</p><h2 id="key-takeaway">Key Takeaway</h2><p>Restaking for institutions extends the utility of staked capital by allowing it to simultaneously secure additional services beyond the base proof-of-stake layer. For custodians, hedge funds, ETF issuers, exchanges, and treasury teams, that extension introduces stacked slashing exposure across multiple AVSs, operator concentration risk, AVS-level smart contract risk, and reward accounting complexity that is materially more demanding than native or liquid staking.</p><p>The infrastructure has matured, the regulatory environment has clarified, and institutional capital is moving into the category. The institutions that approach restaking as a risk management decision rather than a reward optimization exercise will be best positioned to build compliant, resilient programs as the category continues to develop.</p><p>Network conditions determine protocol-generated rewards and are variable. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> does not control or set reward rates for base staking or AVS participation. Slashing risks are protocol-defined and client-borne at both the base layer and AVS level. Operational safeguards are implemented to reduce exposure, but do not eliminate protocol-level risk.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-is-restaking-for-institutions">What is restaking for institutions?</h3><p>Restaking for institutions is the extension of staked capital beyond a single proof-of-stake network to simultaneously secure additional services called actively validated services. Institutions that restake allow their staked ETH or liquid staking tokens to secure multiple protocols at once, earning protocol-generated rewards from each AVS they opt into in addition to their base layer staking rewards. The extension introduces stacked slashing exposure, operator concentration risk, and AVS-level smart contract risk that must be explicitly assessed before any restaking program is designed.</p><h3 id="how-does-restaking-differ-from-native-and-liquid-staking">How does restaking differ from native and liquid staking?</h3><p>Native staking locks capital to secure a single proof-of-stake network. Liquid staking issues a transferable receipt token at the point of staking, preserving capital flexibility while the underlying asset continues to participate in consensus. Restaking extends staked capital to secure additional services simultaneously, adding AVS-level slashing conditions and reward streams on top of the base layer staking program. Each layer introduces distinct risk categories that compound as the program extends across more AVSs.</p><h3 id="what-is-an-actively-validated-service">What is an actively validated service?</h3><p>An actively validated service is an external system that uses restaked capital as its economic security layer instead of bootstrapping its own validator set. AVSs include oracle networks, data availability layers, cross-chain bridges, decentralized sequencers, and verification services. Each AVS defines its own slashing conditions and reward structure. Institutions opting into an AVS accept those slashing conditions in exchange for the protocol-generated rewards the AVS distributes to operators and restakers.</p><h3 id="what-is-stacked-slashing-risk-in-restaking">What is stacked slashing risk in restaking?</h3><p>Stacked slashing risk is the compounding slashing exposure that results from opting into multiple AVSs simultaneously. Native staking carries one set of slashing conditions at the base layer. Each AVS added to a restaking program adds an independent set of slashing conditions. A slashing event triggered by an AVS-level failure can result in permanent loss of a portion of the restaked capital, independent of the institution's base layer staking performance. Institutions must assess the slashing conditions of each AVS independently and model correlated slashing scenarios across their full restaking program.</p><h3 id="what-is-a-liquid-restaking-token">What is a liquid restaking token?</h3><p>A liquid restaking token is a receipt token issued by a liquid restaking protocol when an institution restakes ETH or an LST. It represents the restaked position, accrues the rewards of the restaking program, and remains transferable and composable. LRTs extend the capital efficiency logic of liquid staking tokens to the restaking layer, but compound the risk profile: smart contract risk at the LRT protocol layer and depeg risk in secondary markets stack on top of the AVS-level slashing, and smart contract risks that restaking itself introduces.</p><h3 id="how-should-institutions-approach-operator-selection-in-restaking-programs">How should institutions approach operator selection in restaking programs?</h3><p>Operator selection determines uptime, AVS rule compliance, and slashing exposure across the restaking program. Institutions must evaluate operators across infrastructure architecture, client diversity, key management practices, AVS selection history, slashing record, governance participation policies, and independent certification such as SOC 2 Type II. The operator evaluation must be applied independently to each AVS the operator secures, not assessed once at the program level. Diversification across operators reduces concentration risk that would otherwise compound the existing AVS-level exposure.</p><h3 id="what-does-the-march-2026-regulatory-interpretation-mean-for-institutional-restaking">What does the March 2026 regulatory interpretation mean for institutional restaking?</h3><p>The March 2026 SEC and CFTC joint interpretation explicitly excluded restaking from its covered protocol staking activities. Restaking remains legally uncertain at the federal level, and neither the SEC nor the CFTC has issued specific guidance on it to date. Institutions engaged in restaking should treat their programs as operating outside the scope of the March 2026 interpretation and consult counsel regarding both securities law and CEA implications before allocating capital.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

André Caldeira

from p2p validator

Stablecoin Onchain Strategies for Institutional Treasury Mandates

<h2 id="series-defi-infrastructure-for-institutions">Series: DeFi Infrastructure for Institutions</h2><p><a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s content series for regulated institutions evaluating onchain capital allocation. Each article addresses a specific infrastructure, governance, or compliance dimension that determines whether a DeFi allocation can clear institutional approval and operate within mandate.</p><p>This is the third and closing article of the third trilogy of the series, completing the institutional profile sequence. <a href="https://p2p.org/economy/defi-vault-allocation-for-custodians-infrastructure-requirements-and-risk-considerations/">The first article</a> examined the infrastructure requirements for custodians. <a href="https://p2p.org/economy/how-hedge-funds-are-approaching-on-chain-yield-strategies-in-2026/">The second article</a> examined how hedge funds are approaching onchain yield strategies. This article examines stablecoin onchain yield strategies for treasury functions at financial institutions and asset managers.</p><p>The previous trilogy examined how conflict-of-interest frameworks across MiFID II, AIFMD II, and IOSCO's DeFi recommendations are converging on the curator model: <a href="https://p2p.org/economy/conflict-of-interest-defi-vault-regulation-institutional/">How Conflict-of-Interest Regulatory Frameworks Are Catching Up to the Curator Model</a></p><p><em>Previously in this series: </em><a href="https://p2p.org/economy/how-hedge-funds-are-approaching-on-chain-yield-strategies-in-2026/"><em>How Hedge Funds Are Approaching Onchain Yield Strategies in 2026</em></a></p><hr><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><p>Short on time? Here are the key takeaways. For the full analysis and supporting data, continue reading below.</p><ul><li>The stablecoin market has crossed $315 billion in total supply as of mid-2026. Annual stablecoin transaction volumes exceed $45 trillion, surpassing traditional payment networks. Treasury functions at financial institutions and asset managers are holding material stablecoin balances that generate no return, while the onchain yield infrastructure to put those balances to work at 5 to 8% APY is available, auditable, and increasingly regulated.</li><li>The GENIUS Act prohibits payment stablecoin issuers from paying yield directly to holders, creating a structural separation that shapes how all stablecoin yield products work in 2026. Yield generation must happen at the asset deployment layer, not the stablecoin issuer layer. Treasury teams need to understand this distinction before evaluating any stablecoin yield product: the stablecoin is the vehicle, not the return.</li><li>Stablecoin yield in 2026 is a tiered stack, not a single rate. The four primary tiers for institutional treasury mandates are tokenized money market funds at the capital-preservation end, curated DeFi lending vaults in the middle, real-world asset vaults for lower crypto-correlated yield, and yield-bearing stablecoin wrappers for passive deployment. Each tier has a distinct risk profile and governance requirement.</li><li>The governance infrastructure requirement for treasury teams interacting with DeFi vault protocols is the same as for custodians and hedge funds: pre-execution mandate validation, exportable compliance logs, and contractual role separation between the curator and the infrastructure layer.</li><li>The regulatory environment is supportive but evolving. The GENIUS Act provides US regulatory clarity. MiCA governs EU stablecoin operations. Both frameworks create compliance obligations for treasury teams that go beyond simply choosing a yield-bearing product.</li></ul><h2 id="introduction">Introduction</h2><p>Treasury functions at financial institutions, exchanges, asset managers, and neobanks are holding stablecoin balances that have grown materially over the past two years. The stablecoin market has crossed $315 billion in total supply as of mid-2026, with annual transaction volumes exceeding $45 trillion, surpassing traditional payment networks. Public companies, DAOs, fintechs, and crypto-native operating businesses collectively hold over $35 billion in onchain stablecoin reserves as of Q1 2026. Source: <a href="https://www.sygnum.com/blog/2025/05/30/institutional-defi-in-2025-the-disconnect-between-infrastructure-and-allocation/?ref=p2p.org">Sygnum Bank</a></p><p>For most of these treasury teams, those balances are idle. Stablecoins held in custody generate no return. The operational rationale for holding stablecoin balances, settling transactions faster, moving capital across chains without correspondent banking friction, and managing operational floats across multiple jurisdictions is strong. But holding is not the same as deploying. And the gap between a stablecoin balance earning nothing and the same balance deployed into a curated DeFi lending vault earning 5 to 8% APY is now wide enough to attract treasury committee attention across the institutional spectrum.</p><p>According to a June 2025 EY-Parthenon survey, 13% of financial institutions and corporates globally are already using stablecoins, with 54% of non-users expecting to adopt them within 6 to 12 months. The regulatory environment has moved to support that transition. The GENIUS Act, signed into law on July 18, 2025, established the first comprehensive federal framework for payment stablecoins in the US. MiCA governs stablecoin operations across all 27 EU member states. The compliance environment is now defined enough to navigate. Source: <a href="https://www.sygnum.com/blog/2025/05/30/institutional-defi-in-2025-the-disconnect-between-infrastructure-and-allocation/?ref=p2p.org">Sygnum Bank</a></p><p>But regulatory clarity on stablecoins does not automatically produce operational clarity on stablecoin yield. The infrastructure requirements for holding stablecoins and deploying them into onchain yield strategies within a treasury mandate are related but not equivalent. This article examines what those requirements look like in practice, what the stablecoin yield stack looks like for institutional treasury mandates in 2026, and what the governance infrastructure requirement is for treasury teams interacting with DeFi vault protocols.</p><h2 id="the-genius-act-and-the-yield-separation-problem">The GENIUS Act and the Yield Separation Problem</h2><p>Before examining stablecoin yield strategies, treasury teams need to understand a structural feature of the regulatory environment that shapes how those strategies work.</p><p>The GENIUS Act, passed in July 2025, prohibits payment stablecoin issuers from paying interest or yield to stablecoin holders. This prohibition is significant. It means that USDC, USDT, and other payment stablecoins issued under the GENIUS Act framework cannot themselves generate yield for holders. The stablecoin is a transfer and settlement instrument. Yield generation must happen separately, at the asset deployment layer. Source: <a href="https://defiprime.com/defi-vaults-guide?ref=p2p.org">DeFi Prime</a></p><p>This creates a structural separation that treasury teams need to internalize before evaluating any stablecoin yield product. The stablecoin is the vehicle. The yield-generating instrument is a separate product that the treasury team deploys stablecoins into: a tokenized money market fund, a DeFi lending vault, a yield-bearing stablecoin wrapper issued by a separate entity, or a real-world asset vault. Each of these products has its own risk profile, its own regulatory classification, and its own governance requirement. The yield does not come from the stablecoin. It comes from what the stablecoin is deployed into.</p><p>Under the GENIUS Act and similar regulations, stablecoins must be backed one-to-one by high-quality reserves including US dollars, insured bank deposits, and short-term US Treasuries, with monthly public disclosures and management certifications. These reserve requirements apply to the issuer, not to the treasury team deploying the stablecoin. But they matter for treasury evaluation: the quality of the reserve backing determines the stability of the stablecoin itself, which is the entry point for any yield strategy built on top of it.</p><h2 id="the-stablecoin-yield-stack-for-institutional-treasury">The Stablecoin Yield Stack for Institutional Treasury</h2><p>Stablecoin yield in 2026 is no longer a single number. The onchain dollar market has stratified along the same yield curve treasurers already know offchain: cash management at the short end, savings rates in the middle, basis trades and structured strategies at the long end. For institutional treasury mandates, four tiers within that stack are relevant, each mapped to a specific mandate type and risk tolerance. Source: <a href="https://arxiv.org/html/2512.11976v1?ref=p2p.org">arXiv</a></p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/07/stablecoin-yield-stack-institutional-treasury.jpg.png" class="kg-image" alt="A horizontal four-tier risk spectrum diagram showing the stablecoin yield stack for institutional treasury mandates. From left to right: tokenized money market funds at the capital preservation end with T-bill rate minus fee yield, curated DeFi lending vaults at 4 to 9% APY with smart contract and curator risk, real-world asset vaults with offchain-backed yield and lower crypto correlation, and yield-bearing stablecoin wrappers at the right with passive deployment and wrapper smart contract risk." loading="lazy" width="1600" height="849" srcset="https://p2p.org/economy/content/images/size/w600/2026/07/stablecoin-yield-stack-institutional-treasury.jpg.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/07/stablecoin-yield-stack-institutional-treasury.jpg.png 1000w, https://p2p.org/economy/content/images/2026/07/stablecoin-yield-stack-institutional-treasury.jpg.png 1600w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">The stablecoin yield stack for institutional treasury mandates, from lowest to highest risk across four strategy tiers.</span></figcaption></figure><p></p><h3 id="tier-1-tokenized-money-market-funds">Tier 1: Tokenized money market funds</h3><p>The lowest-risk entry point for institutional treasury stablecoin yield. Funds like BlackRock's BUIDL with $2.4 billion AUM as of March 2026, Ondo's USDY, Franklin Templeton's BENJI, and Superstate's USTB hold real US Treasury bills and pass the yield through onchain. The yield is the T-bill rate minus a 15 to 50 basis point management fee. These products are appropriate for treasury mandates with capital preservation as the primary objective, where the governance question is essentially the same as for a traditional money market fund: issuer quality, reserve transparency, and redemption mechanics. The onchain layer adds transparency, 24/7 accessibility, and composability. The risk profile is comparable to a regulated money market fund. Source: <a href="https://www.zircuit.com/en/blog/vault-infrastructure-the-institutional-upgrade-traditional-asset-management-has-been-waiting-for?ref=p2p.org">Zircuit</a></p><h3 id="tier-2-curated-defi-lending-vaults">Tier 2: Curated DeFi lending vaults</h3><p><strong>.</strong> The primary yield generation tier for institutional treasury teams willing to accept smart contract risk in exchange for materially higher returns. Deposits held in onchain lending markets have grown by over 60% year-on-year. Across leading collateralised lending platforms, 30-day lending yields on USDC ranged from 4% to 9% as of June 2025. Curated vaults on Morpho, Aave, and Euler allocate depositor stablecoins across lending markets according to the curator's strategy, generating yield from borrower interest. The governance requirement for this tier is material: pre-execution mandate validation, exportable compliance logs, and contractual role separation between the curator and the infrastructure layer. Without this governance infrastructure, the treasury team cannot demonstrate mandate alignment to its board, auditors, or regulators.</p><h3 id="tier-3-real-world-asset-vaults">Tier 3: Real-world asset vaults</h3><p>For treasury mandates requiring yield with lower correlation to crypto market conditions, RWA vaults offer returns derived from offchain economic activity, including government debt, private credit, and money market instruments. The value of tokenized real-world assets surpassed $7 billion, with tokenized T-bill products adopted and integrated into the DeFi ecosystem. These products sit between Tier 1 and Tier 2 in risk profile: they carry smart contract risk from the onchain layer and credit or duration risk from the underlying assets, but they are less exposed to crypto-native market volatility. The governance requirement includes verifying that the offchain asset backing is accurately and continuously represented onchain, which adds a due diligence dimension beyond standard vault evaluation.</p><h3 id="tier-4-yield-bearing-stablecoin-wrappers">Tier 4: Yield-bearing stablecoin wrappers</h3><p>The most passive deployment option for treasury teams that want yield without active position management. Yield-bearing wrappers like sUSDS, sDAI, and USDY are plain ERC-20 tokens that can be used as collateral elsewhere, allowing treasury teams to stack passive yield underneath whatever deployment they do next, instead of parking capital in an isolated account where the yield stops the moment capital needs to move. The risk profile is the underlying yield source plus wrapper smart contract risk. For treasury mandates with high liquidity requirements, the composability of yield-bearing wrappers makes them a useful base layer. Source: <a href="https://www.thetokendispatch.com/p/defis-risk-layer?ref=p2p.org">Thetokendispatch</a></p><h2 id="the-governance-infrastructure-requirement-for-treasury-teams">The Governance Infrastructure Requirement for Treasury Teams</h2><p>The governance infrastructure requirement for treasury functions interacting with DeFi vault protocols is structurally the same as for custodians and hedge funds, with one additional dimension specific to treasury operations: board and audit committee reporting.</p><h3 id="1-pre-execution-mandate-validation">1. Pre-execution mandate validation</h3><p>A treasury function operating under a documented investment policy statement needs to demonstrate at every execution point that its stablecoin deployments are within mandate parameters. Concentration limits across protocols, approved counterparty lists, maximum smart contract risk exposure, and liquidity requirements are all parameters that must be validated before any vault interaction executes. The curator managing the vault has no visibility into any individual treasury team's mandate. The validation layer is the treasury team's responsibility, not the vault's.</p><h3 id="2-exportable-compliance-logs">2. Exportable compliance logs</h3><p>Treasury functions at regulated financial institutions face audit requirements from internal audit, external auditors, and regulatory examiners. Each of these functions needs to be able to verify that stablecoin deployments were within mandate parameters at every historical point. A vault dashboard is not an audit trail. The compliance log must be sequential, timestamped, and exportable in a format that satisfies the institution's audit infrastructure.</p><h3 id="3-conflict-of-interest-documentation">3. Conflict of interest documentation</h3><p>As the second trilogy of this series established, the curator model creates a structural conflict of interest that MiFID II, AIFMD II, and MiCA all require to be identified, documented, and managed. Treasury functions at regulated institutions face the same requirement through their compliance frameworks. The independent validation layer is the primary control. Its existence and operation need to be documented in the institution's risk and governance framework.</p><h3 id="4-board-and-audit-committee-reporting">4. Board and audit committee reporting</h3><p>Beyond the regulatory compliance requirements that custodians and hedge funds share, treasury functions face specific governance obligations to their board and audit committees. Stablecoin yield positions need to be reported at fair value, with appropriate disclosure of the smart contract, curator concentration, and liquidity risks specific to each strategy tier. Board members and audit committee chairs evaluating stablecoin yield exposure for the first time will ask questions that require the same structural answers as LP due diligence: what is the mandate alignment mechanism, what does the audit trail look like, and what happens in a stress scenario?</p><hr><blockquote><strong>The institutional digital asset space moves fast.</strong><br><br>Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <em>DeFi Dispatch</em>, <em>Institutional Lens</em>, <em>DeFi Infrastructure for Institutions</em>, and <em>Legal Layer</em>.<br><br>No noise. Just the signals that matter.<br><br><strong>Subscribe to the newsletter at the bottom of this page.</strong></blockquote><hr><h2 id="the-regulatory-environment-for-institutional-stablecoin-treasury">The Regulatory Environment for Institutional Stablecoin Treasury</h2><p>Treasury functions at financial institutions operating across multiple jurisdictions face a regulatory environment that has clarified materially in 2025 and 2026 but remains complex in its cross-border dimensions.</p><p>In the US, the GENIUS Act established the first comprehensive federal framework for payment stablecoins. On April 8, 2026, FinCEN and OFAC issued a joint Notice of Proposed Rulemaking to implement AML and sanctions compliance provisions of the GENIUS Act for permitted payment stablecoin issuers, treating them as financial institutions under the Bank Secrecy Act and requiring AML/CFT programs and sanctions compliance. For treasury teams at US financial institutions, this means their stablecoin operations are subject to the same BSA and OFAC compliance framework as their traditional financial activities. The compliance infrastructure for stablecoin treasury management is not separate from the institution's existing AML and sanctions framework. It is an extension of it. Source: <a href="https://www.rapidinnovation.io/post/top-defi-protocols-to-look-for-in-2024?ref=p2p.org">Rapid Innovation</a></p><p>In the EU, MiCA governs stablecoin operations through its e-money token and asset-referenced token frameworks, with full authorisation required for all issuers operating in the EU. The MiCA framework requires reserve backing, redemption at par, and compliance with the same conflict of interest, audit trail, and client asset safeguarding requirements that MiCA imposes on CASPs more broadly.</p><p>For multinational institutions, navigating this patchwork requires careful attention to jurisdictional requirements and the selection of stablecoin issuers with appropriate licences in target markets. The practical implication for treasury teams is that stablecoin selection is not just a yield and risk question. It is a regulatory compliance question that needs to be evaluated on a jurisdiction-by-jurisdiction basis before any deployment. Source: <a href="https://www.calibraint.com/blog/defi-regulatory-compliance-sec-cftc-2025?ref=p2p.org">Calibraint</a></p><h2 id="what-this-means-for-treasury-functions-evaluating-onchain-yield">What This Means for Treasury Functions Evaluating Onchain Yield</h2><p>The treasury functions at financial institutions that are building durable stablecoin yield programs in 2026 are not the ones evaluating headline APY rates across DeFi protocols. They are the ones that have mapped the yield stack against their mandate parameters, built or sourced the governance infrastructure to validate every deployment, and structured their onchain positions within a framework that their boards, auditors, and regulators can examine.</p><p>Yield-bearing stablecoins have grown from $9.5 billion at the start of 2025 to more than $20 billion, with average yields around 5%, slightly above traditional money market rates. The yield opportunity is documented, growing, and in many cases accessible within conservative treasury mandates through Tier 1 and Tier 2 strategies. The question for treasury teams is not whether stablecoin yield is available. The question is whether the governance infrastructure governing the deployment can demonstrate mandate alignment at every execution point to every stakeholder that needs to see it. Source: <a href="https://www.sygnum.com/blog/2025/05/30/institutional-defi-in-2025-the-disconnect-between-infrastructure-and-allocation/?ref=p2p.org">Sygnum Bank</a></p><p><a href="https://p2p.org/?ref=p2p.org#form">Talk to our team</a> if you are evaluating how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s protection layer integrates with treasury infrastructure for institutional stablecoin yield strategies.</p><h2 id="key-takeaway">Key Takeaway</h2><p>Stablecoin yield for institutional treasury mandates is no longer a frontier question. The protocols exist, the regulatory frameworks are defined, and the yield spreads over traditional money market rates are wide enough to attract treasury committee attention across the institutional spectrum. What remains is the governance question.</p><p>The GENIUS Act's yield separation structure means treasury teams must evaluate stablecoin yield at the asset deployment layer, not the issuer layer. The stablecoin yield stack in 2026 spans four tiers from tokenized money market funds to yield-bearing wrappers, each with a distinct risk profile and mandate fit. And the governance infrastructure that makes deployment within mandate demonstrable, pre-execution validation, exportable compliance logs, and board-level reporting, is the same infrastructure that the first trilogy of this series identified as the missing layer in DeFi vault architecture.</p><p>The treasury functions that build or source that governance infrastructure now will capture the yield spread that idle stablecoin balances are currently leaving on the table. The ones who defer it will find the question increasingly difficult to answer when their boards ask why their stablecoin balances are generating nothing.</p><p><em>The DeFi Infrastructure for Institutions series continues. The next sequence examines how the protection layer operates in practice for specific products and integration use cases.</em></p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="why-cant-payment-stablecoins-like-usdc-pay-yield-directly-to-holders">Why can't payment stablecoins like USDC pay yield directly to holders?</h3><p>The GENIUS Act, signed into law on July 18, 2025, explicitly prohibits permitted payment stablecoin issuers from paying interest or yield to stablecoin holders. This prohibition reflects a policy decision to treat payment stablecoins as settlement instruments rather than investment products, avoiding the regulatory classification questions that yield-paying tokens would raise under securities and banking law. Yield generation must therefore happen at the asset deployment layer: treasury teams deploy stablecoins into yield-generating instruments such as tokenized money market funds, DeFi lending vaults, or RWA vaults, and earn yield from those instruments rather than from the stablecoin itself.</p><h3 id="what-is-the-difference-between-a-tokenized-money-market-fund-and-a-curated-defi-lending-vault-for-treasury-purposes">What is the difference between a tokenized money market fund and a curated DeFi lending vault for treasury purposes?</h3><p>A tokenized money market fund wraps short-duration government debt into an onchain token and passes the yield through to holders. The yield source is sovereign debt or government money market instruments, and the risk profile is comparable to a traditional money market fund with the addition of smart contract risk from the token wrapper. A curated DeFi lending vault deploys depositor stablecoins into DeFi lending markets and generates yield from borrower interest. The yield is higher, but the risk profile is materially different: smart contract risk from the vault and the underlying protocols, curator incentive misalignment, and liquidity risk from the underlying lending markets. For treasury mandates with capital preservation as the primary objective, Tier 1 is the appropriate starting point. For mandates with room for managed risk in exchange for yield above money market rates, Tier 2 becomes relevant.</p><h3 id="what-reserve-requirements-apply-to-stablecoins-under-the-genius-act">What reserve requirements apply to stablecoins under the GENIUS Act?</h3><p>The GENIUS Act requires permitted payment stablecoin issuers to maintain one-to-one backing with high-quality liquid assets, including US dollars, insured bank deposits, and short-term US Treasuries with a maximum 93-day maturity. Reserves cannot be rehypothecated or commingled with the issuer's own funds. Monthly public disclosures of reserve composition and outstanding stablecoins are required, along with monthly management certifications and annual audited financial statements for large issuers. These requirements apply to the issuer, not to the treasury team deploying the stablecoin, but they are material to stablecoin selection for treasury operations because reserve quality determines the stability of the instrument at the base of any yield strategy.</p><h3 id="how-does-the-governance-infrastructure-requirement-for-treasury-differ-from-that-for-hedge-funds">How does the governance infrastructure requirement for treasury differ from that for hedge funds?</h3><p>The core infrastructure requirements are similar: pre-execution mandate validation, exportable compliance logs, and contractual role separation between the curator and the infrastructure layer. The primary additional requirement for treasury functions at regulated financial institutions is board and audit committee reporting: stablecoin yield positions need to be reported at fair value, with appropriate disclosure of smart contract, curator concentration, and liquidity risks specific to each strategy tier. Board members and audit committee chairs evaluating stablecoin yield exposure for the first time will ask the same structural questions as regulatory examiners. The governance infrastructure needs to produce answers that satisfy both audiences.</p><h3 id="what-does-multi-jurisdictional-regulatory-compliance-mean-for-treasury-teams-deploying-stablecoins-across-borders">What does multi-jurisdictional regulatory compliance mean for treasury teams deploying stablecoins across borders?</h3><p>Treasury functions at financial institutions operating across multiple jurisdictions face different regulatory requirements for stablecoin operations in each market. In the US, stablecoin operations are subject to the GENIUS Act framework and BSA/OFAC compliance obligations through FinCEN and OFAC's April 2026 joint Notice of Proposed Rulemaking. In the EU, MiCA governs stablecoin operations through its e-money token framework, requiring issuer authorisation, reserve backing, and compliance with MiCA's conflict of interest and client asset safeguarding requirements. Other jurisdictions, including Hong Kong, Singapore, and the UAE have their own frameworks. The practical implication is that stablecoin selection needs to account for the regulatory status of the issuer in each jurisdiction where the treasury operates, not just in the home jurisdiction.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p><a href="http://p2p.org/?ref=p2p.org">P2P.org</a> builds the protection layer that sits between regulated institutions and DeFi execution environments, independently of the curators who manage allocation strategies. If you are evaluating the infrastructure requirements for a DeFi allocation program, <a href="https://p2p.org/?ref=p2p.org#form">reach out to our team of experts</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This article is provided for informational purposes only and does not constitute legal, regulatory, compliance, or investment advice. Regulatory obligations may vary depending on jurisdiction and specific business activities. Readers should consult their own legal and compliance advisors regarding applicable requirements.</p>

André Caldeira

from p2p validator

How ETF Issuers Should Evaluate Validator Infrastructure: An Operational Guide

<h2 id="series-validator-playbook"><strong>Series: Validator Playbook</strong></h2><p>The Validator Playbook is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s infrastructure education series for institutional Ethereum operators. Each article addresses a specific operational, risk, or governance decision that validator infrastructure teams, staking product managers, ETF issuers, custodians, asset managers, and risk committees face when building or evaluating proof-of-stake infrastructure.</p><p>Previously in the series: <a href="https://p2p.org/economy/validator-playbook-ethereum-validator-consolidation-pectra/">Ethereum Validator Consolidation After Pectra: What Institutional Operators Need to Decide</a></p><hr><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><ul><li>The SEC and CFTC joint interpretive release on March 17, 2026 classified staking rewards from 16 named digital commodities, including ETH as non-securities, removing the primary legal barrier that had delayed staking-enabled ETF structures in the United States.</li><li>Staking ETFs turn validator infrastructure into the backend of a regulated product. The infrastructure provider is now a counterparty in a regulated financial product, not a commodity service.</li><li>Validator selection for ETF issuers has shifted from rate optimisation to operational commitments: uptime service-level agreements, slashing-prevention architecture, key custody design, and compliance attestations.</li><li>SOC 2 Type II is now a baseline diligence requirement for ETF-grade validator infrastructure. It is not a differentiator. Providers without it can create a compliance gap in the issuer's own vendor risk program.</li><li>For ETF staking structures where fiduciary control of underlying assets must remain with the issuer, non-custodial architecture is the preferred model, keeping private keys and withdrawal credentials out of the validator provider's hands.</li><li>Correlated failure risk is a portfolio-level concern for ETF issuers, not just an infrastructure one. Provider concentration across the issuer's validator set introduces systemic exposure that commission rate comparisons will not surface.</li><li>The operational framework for selecting a validator provider maps directly onto how ETF issuers already evaluate prime brokers and custodians: counterparty risk, documented controls, and compliance standing first.</li></ul><h2 id="what-changed-on-march-17-2026">What Changed on March 17, 2026</h2><p>For over a year, the primary obstacle to staking-enabled ETF structures in the United States was legal uncertainty about whether staking rewards constituted securities. That uncertainty was resolved in a single regulatory event.</p><p>The SEC and CFTC issued a joint interpretive release on March 17, 2026, that classified staking rewards from 16 named digital commodities, including ETH, as non-securities, confirming that protocol staking is not a securities transaction and that staking rewards do not create a securities-type relationship. The interpretive release explicitly covers solo, self-custodial, custodial, and liquid staking models. None of these structures triggers securities law obligations. Source: <a href="https://www.jenner.com/en/news-insights/client-alerts/sec-and-cftc-issue-landmark-joint-interpretation-on-crypto-asset-classification?ref=p2p.org">Jenner &amp; Block LLP</a></p><p>The regulatory shift formalized what the market had already begun pricing in. BlackRock debuted the iShares Staked Ethereum Trust on Nasdaq on March 12, 2026, with $107 million in seed assets, staking 70 to 95% of its holdings and distributing monthly protocol-attributed participation rewards. The March 17 ruling then removed the remaining legal uncertainty that had kept other issuers on the sidelines. US spot ETH ETFs now hold approximately $12 billion in combined assets with roughly $11.6 billion in cumulative net inflows since launch. Source: <a href="https://www.coindesk.com/markets/2026/03/12/blackrock-debuts-staked-ether-etf-as-demand-grows-for-yield-in-crypto-funds?ref=p2p.org">CoinDesk</a></p><p>The ruling also expanded the addressable market for institutional staking infrastructure well beyond Ethereum. The commodity classification means compliance departments no longer have such grounds to restrict exposure based on securities risk, applying to proof-of-stake assets across the named 16 and validating existing staking products, including ETFs and exchange-based products. The addressable market for institutional staking infrastructure expanded materially on March 17. Source: <a href="https://bitcoinfoundation.org/news/ethereum/major-ethereum-updates-2026/?ref=p2p.org">Bitcoin Foundation</a></p><p>For ETF issuers that have not yet built a staking-enabled structure, one major legal barrier has been removed. What remains is an operational and procurement decision: which validator infrastructure supports a regulated product at the scale, compliance posture, and risk profile an ETF sponsor requires.</p><h2 id="why-validator-infrastructure-is-now-a-regulated-products-backend">Why Validator Infrastructure Is Now a Regulated Product's Backend</h2><p>The framing that most ETF issuers still apply to validator infrastructure is wrong. They treat it as a utility service purchased at a rate. It is not.</p><p>Staking-enabled spot ETFs do not just give institutions exposure to ETH or SOL. They create a structural, recurring source of validator demand that flows to compliant, non-custodial infrastructure underneath the product wrapper. ETF issuers and their custodians source validator infrastructure the way they source prime brokerage: on counterparty risk. Source: <a href="https://p2p.org/economy/institutional-crypto-investment-in-2026-what-q1-capital-flows-mean-for-validator-demand/">P2P.org Blog</a></p><p>That framing has direct operational implications. When a validator provider goes offline, misses attestations, or suffers a configuration error, the protocol responds with penalties. Those penalties reduce the participation rewards that the ETF distributes to shareholders. A validator infrastructure failure is not an internal IT incident. It is a fund-level performance event with a direct impact on the product the issuer has marketed to regulated investors.</p><p>For regulated financial institutions and custodians, third-party infrastructure providers sit inside the same vendor due diligence process as any cloud provider or payment processor. Before a contract clears internal security review, the provider typically needs to demonstrate recognized certifications, with SOC 2 Type II and ISO 27001 coming up most consistently because they map directly onto the control categories these institutions already audit internally across access management, incident response, availability, and data integrity. Source: <a href="https://chainstack.com/soc-2-type-ii-iso-27001-blockchain-node-infrastructure/?ref=p2p.org">Chainstack</a></p><p>The procurement workflow is the one ETF issuers already know. The evaluation framework is not new. What is new is that validator infrastructure now belongs inside it.</p><h2 id="the-four-dimensions-of-etf-grade-validator-infrastructure-evaluation">The Four Dimensions of ETF-Grade Validator Infrastructure Evaluation</h2><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/07/etf-validator-infrastructure-evaluation-framework.jpg" class="kg-image" alt="" loading="lazy" width="1600" height="900" srcset="https://p2p.org/economy/content/images/size/w600/2026/07/etf-validator-infrastructure-evaluation-framework.jpg 600w, https://p2p.org/economy/content/images/size/w1000/2026/07/etf-validator-infrastructure-evaluation-framework.jpg 1000w, https://p2p.org/economy/content/images/2026/07/etf-validator-infrastructure-evaluation-framework.jpg 1600w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">The four dimensions ETF issuers should run against any validator provider before delegating staking exposure inside a regulated product structure.</span></figcaption></figure><h3 id="1-uptime-and-attestation-performance">1. Uptime and Attestation Performance</h3><p>Validator infrastructure for an ETF product requires 24/7 operational continuity without exception. When a validator goes offline, it misses block proposals and attestations. Those missed events reduce protocol-attributed participation rewards directly.</p><p>The evaluation question is not whether a provider advertises high uptime. It is whether the provider can evidence it across an independently verifiable observation period. Commission rates are the most visible differentiator between providers and the least informative. A provider with a higher commission rate, strong uptime history, and documented slashing protection will consistently produce better outcomes for an ETF product than a provider with a lower rate on shared cloud infrastructure with no operational redundancy.</p><p>For ETF issuers, the specific questions to put to any validator provider are:</p><p>What is the documented uptime rate across the past 12 months, and is it independently verifiable?</p><p>Is infrastructure distributed across multiple geographic regions and cloud providers, or concentrated in a single data center?</p><p>What is the failover architecture, and has automated failover been tested under production conditions?</p><p>What does the monitoring stack look like, and how are anomalies escalated?</p><h3 id="2-slashing-protection-architecture">2. Slashing Protection Architecture</h3><p>Slashing is the protocol-level penalty applied to validators that behave maliciously or experience specific configuration failures. For an ETF product, a slashing event is a capital loss event that the issuer must disclose and that directly reduces net asset value.</p><p>How a provider manages validator signing keys is one of the most critical security considerations most critical security consideration. Leading providers use hardware security modules for key storage and multi-party computation for key operations, ensuring that no single individual or process can unilaterally sign a transaction.</p><p>The slashing risk that ETF issuers need to understand is not just individual validator failure. It is a correlated failure. If a provider operates a large concentration of an issuer's validator set on a shared infrastructure stack, a single software bug, cloud region outage, or configuration error can affect multiple validators simultaneously. The correlation penalty on Ethereum scales with the total ETH slashed across the network in the surrounding period, meaning correlated failures produce penalties that are materially larger than the sum of individual events.</p><p>Questions for provider evaluation:</p><p>Does the provider use hardware security modules and multi-party computation for key operations?</p><p>What is the slashing incident history across the provider's full validator set?</p><p>What is the provider's approach to client diversity across consensus implementations?</p><p>How are signing keys isolated across different client accounts?</p><p><a href="http://p2p.org/?ref=p2p.org">P2P.org</a> has maintained a zero-slashing-incident track record since 2018 across 40+ proof-of-stake networks, with dedicated hardware, geographic distribution, and client diversity across consensus implementations as standard infrastructure architecture.</p><h3 id="3-non-custodial-architecture-and-key-control">3. Non-Custodial Architecture and Key Control</h3><p>For ETF staking structures, non-custodial architecture is not a preference. It is a structural requirement.</p><p>Non-custodial staking infrastructure is suitable for ETF staking because it gives the issuer, not the infrastructure provider, control of client assets. The institution retains control of private keys and withdrawal credentials at all times. This model reduces counterparty risk and aligns with most institutional custody mandates.</p><p>The custody question is the most consequential due diligence item for an ETF sponsor's legal team. In a custodial staking arrangement, the provider holds private keys and withdrawal credentials. In the event of provider insolvency, regulatory enforcement, or operational failure, the assets may be inaccessible or treated as part of the provider's estate. That custody risk is not acceptable inside a regulated ETF structure.</p><p>Issuers should confirm explicitly:</p><p>Does the provider take custody of private keys or withdrawal credentials at any point?</p><p>Who holds withdrawal address control throughout the staking lifecycle?</p><p>What is the technical mechanism through which the issuer retains key custody while the provider operates validation?</p><p>How does the provider's custodian integration work, and which custodians have native integrations?</p><h3 id="4-compliance-attestations-and-vendor-risk-program-fit">4. Compliance Attestations and Vendor Risk Program Fit</h3><p>SOC 2 Type II provides audited evidence that security controls actually work, measured continuously over a three to twelve-month observation period rather than a single point-in-time assessment. Together with ISO 27001, these certifications answer the due diligence requirements of institutional clients who need institutional-grade security assurances before routing assets through validator infrastructure.</p><p>For ETF issuers operating under fiduciary obligations, a validator provider without SOC 2 Type II attestation creates a gap in the issuer's own vendor risk program. The compliance team cannot map an unattested provider's controls onto the institution's internal security framework. The deal stalls or the provider is excluded from consideration.</p><p>The compliance evaluation should include:</p><p>Current SOC 2 Type II report: scope, observation period, and any exceptions noted</p><p>ISO 27001 certification status and Statement of Applicability</p><p>Jurisdictional compliance posture for the markets the ETF will serve</p><p>Business continuity and disaster recovery documentation</p><p>Incident notification and reporting commitments under contract</p><hr><blockquote><strong>The institutional digital asset space moves fast.</strong><br><br>Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <em>DeFi Dispatch</em>, <em>Institutional Lens</em>, <em>DeFi Infrastructure for Institutions</em>, and <em>Legal Layer</em>.<br><br>No noise. Just the signals that matter.<br><br><strong>Subscribe to the newsletter at the bottom of this page.</strong></blockquote><hr><h2 id="the-etf-validator-infrastructure-evaluation-checklist">The ETF Validator Infrastructure Evaluation Checklist</h2><p>The checklist below is structured for the procurement motion ETF issuers already run for other regulated infrastructure counterparties. It is organized by evaluation category, not by provider marketing claims.</p><h3 id="operational-performance">Operational performance</h3><p>[ ] Documented uptime rate across a minimum 12-month independently verifiable observation period</p><p>[ ] Multi-region, multi-cloud or bare-metal infrastructure with no single geographic concentration</p><p>[ ] Automated failover with documented recovery time objective</p><p>[ ] 24/7 monitoring with defined escalation protocols and incident notification timelines</p><h3 id="slashing-protection">Slashing protection</h3><p>[ ] Zero or documented-near-zero slashing history across the full validator set, not just client-specific validators</p><p>[ ] Hardware security module used for key storage with multi-party computation for key operations</p><p>[ ] Client diversity across consensus implementations (minimum two consensus clients in production)</p><p>[ ] Documented approach to isolating signing keys across client accounts</p><h3 id="custody-and-key-control">Custody and key control</h3><p>[ ] Explicit contractual confirmation that the provider does not take custody of private keys or withdrawal credentials</p><p>[ ] Withdrawal address control retained by the issuer or designated custodian throughout</p><p>[ ] Native integrations with the issuer's existing custodian(s)</p><p>[ ] Clear technical documentation of the key custody architecture</p><h3 id="compliance-attestations">Compliance attestations</h3><p>[ ] Current SOC 2 Type II report: read the report’s scope and exceptions rather than filing it without review</p><p>[ ] ISO 27001 certification with current Statement of Applicability</p><p>[ ] Jurisdictional compliance documentation for relevant markets</p><p>[ ] Business continuity and disaster recovery plans reviewed and tested</p><p>[ ] Contractual incident notification obligations confirmed</p><h3 id="counterparty-risk">Counterparty risk</h3><p>[ ] Provider concentration across the issuer's validator set assessed and within acceptable limits</p><p>[ ] Fourth-party dependencies (cloud providers, infrastructure subcontractors) documented</p><p>[ ] Provider financial standing reviewed</p><p>[ ] Governance and key personnel stability assessed</p><h3 id="reporting-and-integration">Reporting and integration</h3><p>[ ] Validator-level reporting available for NAV calculation and shareholder distribution workflows</p><p>[ ] Audit trail documentation compatible with internal compliance reporting requirements</p><p>[ ] API or custodian integration confirmed for reward attribution and reconciliation</p><h2 id="what-correlated-failure-risk-means-for-etf-products">What Correlated Failure Risk Means for ETF Products</h2><p>One risk category that most ETF issuers underweight is provider concentration. A large staking position delegated entirely to a single validator provider on a shared infrastructure stack introduces correlated failure exposure that individual uptime statistics do not capture.</p><p>As institutions deploy into staking, the infrastructure requirements extend beyond standard validator operations to include actively validated service participation, slashing risk management across multiple protocols, and more complex reporting requirements. Source: <a href="https://bitcoinfoundation.org/news/ethereum/major-ethereum-updates-2026/?ref=p2p.org">Bitcoin Foundation</a></p><p>For an ETF product, correlated failure has three forms that the issuer's risk committee needs to evaluate:</p><h3 id="1-infrastructure-concentration">1. Infrastructure concentration</h3><p>If the provider runs all of an issuer's validators on the same cloud region or software stack, a single outage affects the full position simultaneously.</p><h3 id="2-network-level-concentration">2. Network-level concentration</h3><p>If the issuer's provider controls a large share of total staked ETH on the network, a provider-wide failure triggers network-level events including delayed finality and emergency protocol responses that affect every participant.</p><h3 id="3-client-concentration">3. Client concentration</h3><p>If the provider runs a single consensus client implementation across its full validator set, a client-specific bug affects all validators simultaneously. Client diversity across implementations is the mitigation, not a preference.</p><p>Risk committees evaluating validator providers should request explicit documentation of the provider's infrastructure architecture, client diversity posture, and concentration limits per client account.</p><h2 id="key-takeaway">Key Takeaway</h2><p>The March 2026 regulatory shift transformed staking-enabled ETFs from a compliance question into an operational one. For custodians, asset managers, ETF and ETP issuers, treasury teams, staking product managers, and risk committees, the validator infrastructure decision is now a counterparty risk decision that belongs inside the same procurement framework applied to prime brokers and custodians.</p><p>The evaluation framework is built on four dimensions: uptime and attestation performance evidenced over a verifiable observation period; slashing protection architecture grounded in hardware security modules and client diversity; non-custodial key control that keeps withdrawal credentials with the issuer throughout; and compliance attestations, including SOC 2 Type II, that fit into the institution's vendor risk program. Rate optimization is the last consideration, not the first.</p><p>Institutions that build validator infrastructure evaluation on operational commitments rather than headline rates are better positioned to protect the regulated product their investors hold.</p><p>To explore how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> supports ETF issuers and institutional staking programs with non-custodial validator infrastructure, visit <a href="https://p2p.org/networks?ref=p2p.org">p2p.org/networks</a>.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-did-the-march-2026-sec-and-cftc-ruling-change-for-etf-issuers-evaluating-staking-infrastructure">What did the March 2026 SEC and CFTC ruling change for ETF issuers evaluating staking infrastructure?</h3><p>The joint interpretive release issued on March 17, 2026, classified staking rewards from 16 named digital commodities, including ETH as non-securities. The ruling explicitly confirmed that protocol staking is not a securities transaction and that staking rewards do not create a securities-type relationship between validators and token holders. For ETF issuers, this removed the primary legal basis on which institutional compliance departments had restricted staking-enabled product structures. Compliance officers who had blocked staking ETF development on securities grounds can no longer cite that uncertainty. The ruling validated existing staking ETF products and cleared the approval path for new ones across the 16 named assets. The operational and procurement question is all that remains.</p><h3 id="why-does-non-custodial-architecture-matter-specifically-for-etf-staking-products">Why does non-custodial architecture matter specifically for ETF staking products?</h3><p>In a custodial staking arrangement, the validator provider holds private keys and withdrawal credentials on behalf of the client. In the event of provider insolvency, regulatory enforcement action, or operational failure, the staked assets may be inaccessible or treated as part of the provider's estate. For an ETF product operating under fiduciary obligations, that counterparty exposure is not acceptable. Non-custodial architecture means the issuer or its designated custodian retains control of private keys and withdrawal credentials throughout the staking lifecycle. The validator provider operates the consensus infrastructure but cannot access or move the underlying assets. This model aligns with most institutional custody mandates and is the structure that regulated ETF products require.</p><h3 id="what-compliance-attestations-should-etf-issuers-require-from-a-validator-provider">What compliance attestations should ETF issuers require from a validator provider?</h3><p>SOC 2 Type II is the baseline. It provides independently audited evidence that a provider's security and operational controls function as designed, measured over a continuous observation period rather than a single point-in-time assessment. Issuers should read the report for scope and any noted exceptions rather than filing it as received. ISO 27001 certification adds a governance layer, covering the policies and risk management processes that define how the provider protects its information assets. Issuers operating across European markets should also assess provider compliance posture against DORA and MiCA requirements. Providers that cannot produce current attestations create a gap in the issuer's own vendor risk program that the compliance team will flag during internal review.</p><h3 id="how-should-etf-issuers-think-about-provider-concentration-risk">How should ETF issuers think about provider concentration risk?</h3><p>Delegating a large staking position entirely to a single validator provider on a shared infrastructure stack introduces correlated failure exposure that individual uptime statistics do not surface. If a provider's infrastructure fails across a cloud region, all validators in that region fail simultaneously. If a provider uses a single consensus client across its full validator set, a client-specific bug affects all validators at once. At the network level, a provider controlling a large share of total staked ETH introduces systemic exposure that affects all participants in a network-level event. Risk committees should request explicit documentation of a provider's infrastructure architecture, client diversity posture across consensus implementations, and concentration limits per client account. These are not secondary considerations. They belong in the same risk model as individual validator uptime.</p><h3 id="what-is-the-difference-between-how-etf-issuers-should-evaluate-validator-infrastructure-versus-how-other-institutional-stakers-do">What is the difference between how ETF issuers should evaluate validator infrastructure versus how other institutional stakers do?</h3><p>The evaluation framework is similar in structure but different in stakes. Any institutional staker should assess uptime history, slashing protection, key custody architecture, and compliance attestations. For ETF issuers specifically, the consequences of infrastructure underperformance are fund-level events: reduced participation rewards that flow directly to shareholder distributions, potential NAV impacts that require disclosure, and vendor risk program requirements that apply to all regulated counterparties. The validator provider sits inside the ETF's operational stack in the same category as a prime broker or custodian. The procurement standards that apply to those relationships apply here. Rate optimization is relevant but secondary. Operational commitments, compliance standing, and counterparty risk documentation are the primary evaluation criteria.</p><h3 id="how-does-ethereum-validator-infrastructure-differ-from-solana-validator-infrastructure-for-etf-staking-products">How does Ethereum validator infrastructure differ from Solana validator infrastructure for ETF staking products?</h3><p>The two networks have structurally different validator economics and operational profiles that shape how an issuer provisions infrastructure for each. Ethereum validators operate in fixed stake units with an activation and exit queue, while Solana validators stake across variable delegation amounts with different unbonding mechanics. Protocol-attributed participation reward rates also differ: Solana runs at approximately 6% to 7% gross versus Ethereum's approximately 3.1% to 3.3% at current network conditions. For multi-asset staking ETF products, these differences are structural inputs to infrastructure provisioning and reward distribution design, not comparable rates on a single scale. Issuers building multi-network staking products need provider infrastructure and reporting capability that handles both networks independently, with validator-level reward attribution for each.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect digital asset yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

André Caldeira

from p2p validator

defi news, News DeFi Dispatch: DeFi News and Signals July 2026 (Issue 1)

<hr><h2 id="series-defi-dispatch">Series: DeFi Dispatch</h2><p>DeFi Dispatch is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s twice-monthly roundup of DeFi developments for institutional participants navigating the intersection of traditional and on-chain finance. Each edition covers the signals that matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams operating at the frontier of institutional DeFi and proof-of-stake infrastructure.</p><p><em>👉 <strong>Subscribe to our newsletter</strong> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</em></p><p>Missed the previous edition? Catch up here: <a href="https://p2p.org/economy/defi-dispatch-defi-news-june-2026-issue-2/">DeFi Dispatch: DeFi News and Signals June 2026 (Issue 2)</a></p><hr><h2 id="quick-learnings-for-busy-readers">Quick Learnings for Busy Readers</h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><p>The start of July brought five developments that institutional participants in DeFi and staking infrastructure should track closely.</p><ul><li><strong>Robinhood launched the public mainnet of Robinhood Chain</strong> on July 1, an Ethereum Layer 2 built on Arbitrum's technology with Stock Tokens available in 120 countries, Uniswap and Chainlink integrated from day one, and a DeFi ecosystem operational at launch, marking the first time a major brokerage has shipped its own blockchain infrastructure at production scale.</li><li><strong>BlackRock's BUIDL tokenized Treasury fund crossed $2.87 billion in total multi-chain assets under management</strong>, with Avalanche now hosting the second-largest allocation after Ethereum, reinforcing proof-of-stake networks as the settlement layer for institutional-grade tokenized assets.</li><li><strong>Ethereum ETFs recorded $84 million in net inflows in the week ending July 11</strong>, breaking an eight-week outflow streak, with ETH recovering 20% from its 2026 low to cross $1,800, as staking-integrated products continued capturing the majority of inflows relative to non-staking alternatives.</li><li><strong>More than one-third of all ETH is now staked</strong>, a threshold the network has never crossed, driven by institutional adoption and staking ETF demand, with the Glamsterdam upgrade targeting parallel execution and gas-limit increases toward 200 million expected in Q3 2026.</li><li><strong>Ethereum spot ETF inflows have continued accumulating</strong> even as ETH's price declined more than 16% over three months, with staking-integrated products maintaining their structural advantage over non-staking alternatives and Standard Chartered maintaining a $40,000 ETH target for 2030 based on its role in stablecoins and tokenization.</li></ul><h2 id="introduction-whats-driving-defi-markets-in-the-first-half-of-july">Introduction: What's driving DeFi markets in the first half of July?</h2><p>The start of July 2026 is defined by a convergence of distribution and infrastructure. The launch of the Robinhood Chain on July 1 is not a crypto-native event. It is a brokerage with 23 million users turning its own settlement rails into a public blockchain, with tokenized equities, DeFi composability, and AI-native trading operational from day one. At the same time, BUIDL crossing $2.87 billion across multiple chains, one-third of all ETH now staked, and Ethereum ETF inflows reversing after eight consecutive weeks of outflows all point in the same direction: institutional capital is consolidating around Ethereum as the primary on-chain settlement infrastructure, even as short-term price performance remains challenged. For institutions focused on protecting Digital Asset Yield rather than chasing price momentum, the structural signals this month are more significant than the near-term price narrative.</p><p>Below, we break down five key developments and why they matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams.</p><h2 id="story-1-robinhood-chain-launches-public-mainnet-on-july-1-with-tokenized-stocks-in-120-countries">Story 1: Robinhood Chain Launches Public Mainnet on July 1 With Tokenized Stocks in 120 Countries</h2><p>On July 1, 2026, Robinhood officially launched the public mainnet of Robinhood Chain at its "The World is Flat" event in London. Built using the Arbitrum platform to institutional standards and natively connected to Robinhood's on-chain users, the Layer 2 blockchain launched with Uniswap, deploying a dedicated AMM as the primary public liquidity protocol, and deep integrations from Alchemy, BitGo, and Chainlink. Stock Tokens are available on the Robinhood Wallet in more than 120 countries. The chain features fast block times and out-of-the-box DeFi primitives, including lending and borrowing.</p><p>Robinhood Chain runs 100-millisecond block times, settles to Ethereum for security, and ships with Uniswap and Chainlink integrated from day one. The public testnet recorded 4 million transactions in its first week before the July 1 mainnet debut. The chain is permissionless and AI-native, designed for real-world assets, and supports ERC-4337 account abstraction out of the box, enabling gas sponsorship, batched transactions, and social recovery.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>A brokerage with 23 million users has launched its own permissionless Ethereum Layer 2. Tokenized equities are composable as DeFi collateral from day one. This is the clearest signal yet that the distribution gap between traditional finance and on-chain infrastructure is closing at the product layer, not only the regulatory layer.</li><li>Robinhood Chain settles to Ethereum for security. That means Ethereum's validator infrastructure now underpins the settlement layer for Stock Tokens traded across 120 countries. This adds a new category of institutional-grade real-world asset settlement to the demand base for Ethereum validator operations.</li><li>The chain's AI-native design and Agentic Trading integration signal that the next institutional DeFi infrastructure cycle will be built around automated execution. This raises the operational standards expected of the validator and protocol infrastructure that automated agents depend on.</li></ul><p>Sources: <a href="https://robinhood.com/us/en/newsroom/robinhood-accelerates-global-expansion-robinhood-chain-mainnet-stock-tokens-agentic-trading/?ref=p2p.org">Robinhood Newsroom</a>, <a href="https://cryptobriefing.com/robinhood-chain-launches-real-world-assets-layer-2/?ref=p2p.org">CryptoBriefing</a>, July 2026.</p><h2 id="story-2-blackrocks-buidl-crosses-287-billion-as-avalanche-becomes-second-largest-allocation">Story 2: BlackRock's BUIDL Crosses $2.87 Billion as Avalanche Becomes Second-Largest Allocation</h2><p>BUIDL's total value reached approximately $2.87 billion as tokenized Treasury demand continued growing across blockchains. RWA.xyz's BUIDL dashboard places the fund's total asset value at approximately $2.87 billion across supported networks, with Avalanche now holding close to one-third of the full fund, placing it behind Ethereum as BUIDL's second-largest network allocation. BUIDL remains concentrated among a limited number of approved investors, with RWA.xyz listing 113 holders even as the fund approaches $2.87 billion in value, reflecting its focus on qualified purchasers rather than broad retail access.</p><p>The BUIDL expansion across Avalanche is architecturally significant beyond the headline figure. Each new network allocation requires the proof-of-stake infrastructure supporting that network to meet the same reliability and performance standards that BlackRock applies to its Ethereum-based operations. Avalanche's addition as the second-largest BUIDL network means its validator ecosystem is now part of the settlement infrastructure for the world's largest tokenized Treasury fund, not simply a DeFi-native chain competing for liquidity.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-1">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>BUIDL crossing $2.87 billion across multiple proof-of-stake networks confirms that the multi-chain tokenized Treasury model is operational at an institutional scale, with each network hosting BUIDL assets requiring validator infrastructure that meets BlackRock's institutional operational standards.</li><li>The concentration of 113 holders managing $2.87 billion underscores that tokenized Treasury products at this stage remain institutional-only infrastructure, with per-holder averages reflecting capital deployment at the scale of asset managers, family offices, and treasury teams.</li><li>As BUIDL's Avalanche position illustrates, institutional capital is distributing across multiple proof-of-stake networks simultaneously rather than concentrating on a single chain, creating parallel demand for non-custodial validator infrastructure quality across every network where it operates.</li></ul><p>Sources: <a href="https://crypto.news/blackrocks-buidl-hits-900m-on-avalanche-as-rwa-race-grows/?ref=p2p.org">crypto.news</a>, <a href="https://rwa.xyz/?ref=p2p.org">RWA.xyz</a>, July 2026.</p><h2 id="story-3-ethereum-etfs-break-eight-week-outflow-streak-as-eth-recovers-20-from-2026-low">Story 3: Ethereum ETFs Break Eight-Week Outflow Streak as ETH Recovers 20% From 2026 Low</h2><p>ETH was trading near $1,767 as of July 6, far below the bullish expectations that surrounded the first U.S. spot Ethereum ETFs in 2024. ETF demand had been uneven and major banks had already cooled their Ether forecasts. Citi cut its 12-month Ether target from $3,175 to $2,240, citing negative ETF flows, weaker investor demand, limited regulatory momentum, and broader risk-off conditions. Ethereum staking currently generates roughly 2.6% to 3.0% annually, depending on the data source and measurement method.</p><p>That backdrop shifted materially in the second week of July. Ethereum's price surged past $1,800 on July 12, 2026, marking a 20% recovery from its 2026 low, fueled by spot ETF inflows and a bullish technical reversal pattern. The move was supported by more than $84 million in net inflows to U.S. spot Ethereum ETFs in the week ending July 11, ending an eight-week outflow streak that had been the longest sustained redemption period for any crypto ETF on record.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-2">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>The eight-week outflow streak ending on the back of $84 million in weekly inflows confirms that institutional demand for Ethereum ETF exposure is durable rather than event-driven, with staking-integrated products continuing to capture the majority of inflows relative to non-staking alternatives.</li><li>Citi's downward revision of its ETH price target alongside its maintained institutional coverage reflects the bifurcation in how sophisticated allocators are approaching Ethereum: short-term price caution coexisting with long-term structural conviction around proof-of-stake network participation and settlement infrastructure.</li><li>For ETF issuers with staking amendments still pending SEC approval, the reversal of the outflow streak reinforces the urgency of completing integration before the competitive gap between staking and non-staking products becomes permanent and reflected in AUM divergence.</li></ul><p>Sources: <a href="https://coinmarketcap.com/cmc-ai/ethereum/latest-updates/?ref=p2p.org">CoinMarketCap</a>, <a href="https://bitcoinfoundation.org/news/crypto-etfs-news/ethereum-etf-update-could-staking-etfs-become-eths-biggest-catalyst/?ref=p2p.org">Bitcoin Foundation</a>, July 2026.</p><h2 id="story-4-more-than-one-third-of-all-eth-is-now-staked-as-glamsterdam-targets-q3-2026">Story 4: More Than One-Third of All ETH Is Now Staked as Glamsterdam Targets Q3 2026</h2><p>Approximately 37 million ETH, representing more than one-third of the circulating supply, is now committed to staking, a threshold the Ethereum network has never crossed. The Glamsterdam upgrade targets mainnet activation in Q3 2026 and introduces two headline EIPs: EIP-7732, which moves block building on-chain through Enshrined Proposer-Builder Separation, and EIP-7928, which enables parallel execution through Block-Level Access Lists. Together, they target a gas limit increase from 60 million toward 200 million and a throughput of approximately 10,000 transactions per second.</p><p>Glamsterdam is Ethereum's pivot back to scaling the base layer, not just rollups, to rebuild the value that accrues to ETH. The upgrade hit final devnet testing in June 2026, with public testnet activation on Sepolia and Hoodi expected to follow before mainnet confirmation. It arrives as ETF issuers begin distributing protocol staking rewards to shareholders and regulators clarify how institutions participate in proof-of-stake yield, making the timing structurally significant for the institutional staking product landscape.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-3">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>One-third of all ETH being staked means that the liquid supply available for immediate market transactions has contracted materially, creating a structural supply dynamic that amplifies price sensitivity to marginal ETF inflow changes in a way that has no equivalent in Bitcoin's supply structure.</li><li>Glamsterdam's gas-limit increase toward 200 million and parallel execution implementation will directly expand Ethereum's capacity to support institutional-scale tokenized asset settlement and DeFi protocol activity simultaneously, making it the most consequential Ethereum upgrade for institutional infrastructure since Pectra.</li><li>For institutions evaluating proof-of-stake network participation as part of a Protected Yield for Digital Assets strategy, the combination of a record staking ratio and an approaching capacity upgrade strengthens the case for Ethereum as a durable non-custodial infrastructure layer.</li></ul><p>Sources: <a href="https://ethereum.org/roadmap/glamsterdam/?ref=p2p.org">ethereum.org</a>, <a href="https://www.datawallet.com/crypto/ethereum-glamsterdam-upgrade-explained?ref=p2p.org">Datawallet</a>, <a href="https://phemex.com/blogs/ethereums-glamsterdam-upgrade-explained?ref=p2p.org">Phemex</a>, July 2026.</p><h2 id="story-5-ethereum-etf-inflows-defy-price-weakness-as-institutional-positioning-decouples-from-spot-performance">Story 5: Ethereum ETF Inflows Defy Price Weakness as Institutional Positioning Decouples From Spot Performance</h2><p>The iShares Ethereum Trust ETF, ETHA, drew fresh inflows of $36.64 million on July 2, 2026, despite a soft spot market, representing roughly 0.83% of the fund's $4.40 billion in assets under management. ETH-USD was trading at $1,730, down about 16.94% over the prior three months. The contrast between negative spot performance and positive ETF flows suggests that market participants may be positioning for a medium-term rebound or favoring regulated vehicles over direct crypto holdings.</p><p>On-chain analytics firm Glassnode reported that exchange ETH balances fell to a multi-year low of approximately 8.3% of total supply in May 2026, suggesting that a significant portion of previously tradeable supply has moved into long-term custody or staking contracts. These dynamics create a structural supply squeeze that amplifies price sensitivity to marginal inflow changes. BlackRock's ETHA has captured approximately 47% of total cumulative net inflows as of May 23, 2026, with the nine-product ETH ETF field showing the same competitive concentration dynamic that characterized the Bitcoin ETF market.</p><h3 id="why-this-matters-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-4">Why this matters for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams:</h3><ul><li>ETF inflows remaining positive through a 16.94% price drawdown confirms that institutional capital is treating Ethereum as a portfolio allocation with a duration horizon, not a tactical trade — a categorically different and more durable demand driver than the retail-driven cycles that preceded ETF approval.</li><li>Exchange ETH balances falling to a multi-year low of 8.3% of total supply, combined with growing staking commitments through ETF products, means that the liquid float available for institutional execution is structurally smaller than at any point in Ethereum's history, amplifying the price impact of sustained institutional inflows when they materialize.</li><li>BlackRock's 47% share of cumulative ETH ETF inflows mirrors its Bitcoin ETF dominance, establishing a pattern where the leading institutional distribution platform captures disproportionate share as the market matures, with direct implications for which non-custodial validator relationships receive the majority of ETF-driven staking demand.</li></ul><p>Sources: <a href="https://www.tipranks.com/news/cryptocurrencies/ethereum-etf-inflows-defy-slumping-token-price-as-institutional-cash-keeps-coming?ref=p2p.org">TipRanks</a>, <a href="https://yellow.com/research/ethereum-etf-inflows-btc-underperformance-gap-2026?ref=p2p.org">Yellow.com</a>, July 2026.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h2><h3 id="what-does-robinhood-chains-launch-mean-for-ethereum-validator-infrastructure">What does Robinhood Chain's launch mean for Ethereum validator infrastructure?</h3><p>Robinhood Chain settles to Ethereum for security, meaning any transactions that are processed on the chain are ultimately recorded on Ethereum's base layer. As Stock Tokens across 120 countries and DeFi activity on Robinhood Chain grow, the settlement demand on Ethereum's non-custodial validator infrastructure scales proportionally. A brokerage-scale distribution channel pointing at Ethereum settlement is a qualitatively different demand driver from DeFi-native usage, because it brings retail and institutional equity trading volume onto the same settlement rails that proof-of-stake validators secure.</p><h3 id="why-does-more-than-one-third-of-eth-being-staked-matter-for-institutional-allocators">Why does more than one-third of ETH being staked matter for institutional allocators?</h3><p>The staking ratio matters because it directly affects the liquid supply of ETH available for immediate transactions and creates a structural supply constraint that amplifies price sensitivity to inflow changes. For institutional allocators focused on protecting Digital Asset Yield, it also signals that the network's security model is maturing: a higher staking ratio means more capital committed to network security, which strengthens the case for Ethereum as a durable settlement layer for institutional-grade financial products.</p><h3 id="what-does-the-decoupling-of-etf-inflows-from-eth-price-performance-mean-for-staking-programs">What does the decoupling of ETF inflows from ETH price performance mean for staking programs?</h3><p>Sustained ETF inflows during a 16.94% price drawdown indicate that institutional capital is treating Ethereum as a portfolio allocation with a duration horizon, not a tactical trade. For non-custodial staking programs operating within institutional mandates, this is a more favorable demand environment than price-correlated inflows, because capital committed through ETF-driven staking is less likely to exit during short-term price weakness, creating more stable validator set conditions and more predictable protocol reward participation for infrastructure operators.</p><h2 id="key-takeaways-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams">Key Takeaways for Asset Managers, Custodians, Hedge Funds, ETF Issuers, Exchanges, and Staking Teams</h2><p>The start of July 2026 surfaces five converging signals for institutional participants in on-chain infrastructure:</p><ul><li>Robinhood Chain launching with tokenized equities in 120 countries and full DeFi composability from day one marks the first time a major brokerage has deployed its own blockchain infrastructure at production scale, adding a new category of institutional real-world asset settlement demand to Ethereum's non-custodial validator ecosystem.</li><li>BUIDL crossing $2.87 billion with Avalanche as its second-largest network allocation confirms that the multi-chain tokenized Treasury model is operational at an institutional scale, with validator infrastructure quality across multiple proof-of-stake networks now a direct consideration for the world's largest asset manager.</li><li>Ethereum ETFs breaking an eight-week outflow streak with $84 million in weekly inflows, alongside a 20% price recovery from 2026 lows, signals that institutional conviction in Ethereum's settlement infrastructure role is reasserting itself after a period of tactical caution.</li><li>More than one-third of all ETH now being staked, combined with Glamsterdam's approaching parallel execution and gas-limit expansion toward 200 million, frames Q3 2026 as the period in which Ethereum's capacity to support institutional-scale tokenized asset settlement is tested at a new scale.</li><li>BlackRock's 47% share of cumulative ETH ETF inflows, alongside exchange balances falling to an 8.3% multi-year low, confirms that institutional capital concentration in Ethereum is deepening through regulated product wrappers rather than direct holdings, with non-custodial validator relationships attached to those products becoming a structurally important part of institutional digital asset infrastructure.</li></ul><hr><p>👉 <strong>Subscribe to our newsletter </strong>at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants. Or follow us on <a href="https://linkedin.com/company/p2p-org?ref=p2p.org">LinkedIn</a> and <a href="https://twitter.com/p2pvalidator?ref=p2p.org">X</a> to stay updated when new DeFi Dispatch editions are published.</p><hr><p><strong>About P2P.org</strong></p><p>Founded in 2018, P2P.org helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, P2P.org maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. To explore how P2P.org can support your institution's staking or DeFi infrastructure needs, <a href="https://p2p.org/contact?ref=p2p.org" rel="noreferrer">get in touch with our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. P2P.org accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

validator, pectra Staking Governance Rights: What Institutions Should Know

<h2 id="ethereum-validator-consolidation-the-institutional-decision-framework">Ethereum Validator Consolidation: The Institutional Decision Framework</h2><p><strong>Series:</strong> Institutional Lens | Validation Infrastructure</p><p>The Institutional Lens series examines protocol mechanics, infrastructure decisions, and governance considerations for institutions participating in proof-of-stake networks. It is written for professionals operating at the intersection of traditional finance and blockchain infrastructure, including digital asset custodians, asset managers, ETF issuers, treasury teams, and staking product managers.</p><p><strong>Previously in the series:</strong> <a href="https://p2p.org/economy/staking-governance-rights-institutional-framework/">Staking Governance Rights: What Institutions Must Know</a></p><h2 id="learnings-for-busy-readers">Learnings for Busy Readers</h2><p>Pectra's EIP-7251 raised the maximum effective balance per Ethereum validator from 32 ETH to 2,048 ETH. For institutions that previously managed hundreds of separate validators, this represents the most significant operational change to Ethereum staking since The Merge. Within six months of Pectra, the share of all staked ETH held in consolidated validators rose from about 2% to over 11%, and roughly 1.4% of validators now account for close to 25% of all staked ETH. Source: <a href="https://www.sciencedirect.com/science/article/abs/pii/S0304405X24001740?ref=p2p.org">Journal of Financial Economics</a></p><p>The consolidation trend is real and accelerating. That does not make it the right decision for every institution.</p><p>This article is not about how consolidation works mechanically. The Validator Playbook series covers that in detail. This article addresses the prior question: should your institution consolidate, and what does that decision require at the program level?</p><p>The core argument is this:</p><ul><li>Consolidation reduces operational overhead and unlocks auto-compounding, but concentrates on slashing exposure in ways that require updated risk models before any migration is executed.</li><li>The validator entry queue reached 3,589,414 ETH with a wait time of 62 days as of May 20, 2026,* driven largely by institutional inflows from yield-distributing ETFs and corporate treasury staking. Consolidation decisions made now interact with a queue environment that is materially different from six months ago. Source: <a href="https://coinshares.com/us/insights/knowledge/institutional-staking-on-the-rise/?ref=p2p.org">CoinShares</a></li><li>For institutions considering consolidation at scale, the signing architecture and operational resilience of high-balance validators should be assessed before migration. DVT can provide additional fault tolerance and reduce single-point-of-failure risk, but it is one possible risk-control approach rather than a protocol prerequisite.</li><li>ETF issuers, custodians, and treasury teams each face different consolidation trade-offs. A single framework does not fit all three.</li><li>The credential migration from 0x01 to 0x02 is irreversible. It is a governance decision that belongs in a risk committee conversation, not an operational default.</li><li><em>Queue data as of May 20, 2026. Entry queue conditions are dynamic and change continuously.</em></li></ul><h2 id="what-pectra-actually-changed-for-institutional-operators">What Pectra Actually Changed for Institutional Operators</h2><p>Before Pectra, an institution staking 2,048 ETH was required to operate 64 separate validators, each capped at 32 ETH. The operational burden of managing 64 validator keys, monitoring 64 attestation schedules, and maintaining 64 sets of slashing protection records was significant. For institutions with multi-thousand-ETH positions, the validator count reached into the hundreds or thousands.</p><p>Pectra's EIP-7251 raised the maximum effective balance for validators from 32 ETH to 2,048 ETH. Institutions can now consolidate their positions, reducing operational complexity while maintaining the same economic presence on the network. The same 2,048 ETH position that previously required 64 validators can now be held in a single consolidated validator. Source: <a href="https://eips.ethereum.org/EIPS/eip-7251?utm_source=chatgpt.com">Ethereum.org</a></p><p>Three other changes arrived alongside the balance increase.</p><h3 id="auto-compounding-above-32-eth"><strong>Auto-compounding above 32 ETH</strong></h3><p>Validators using 0x02 compounding credentials automatically reinvest protocol-attributed participation rewards above the 32 ETH floor. Before Pectra, rewards above 32 ETH were swept to the withdrawal address and had to be manually redeployed to generate further returns. Auto-compounding allows ETH beyond 32 to be added incrementally at 1 ETH intervals, all the way up to 2,048 ETH. For long-horizon institutional positions, the compounding effect is material over time.</p><h3 id="exit-queue-mechanics-shifted-from-validator-count-to-eth-volume"><strong>Exit queue mechanics shifted from validator count to ETH volume</strong></h3><p>The exit queue is now primarily governed by effective balance rather than simply validator count. This changes how large exits are modeled, a point covered in more detail in the liquidity section below.</p><h3 id="credential-migration-is-irreversible"><strong>Credential migration is irreversible</strong></h3><p>Converting from 0x01 to 0x02 withdrawal credentials cannot be undone. This is not a configuration change. It is a permanent architectural decision that affects how the validator behaves, how rewards are handled, and how future exits are processed.</p><h2 id="the-four-institutional-trade-offs-of-consolidation">The Four Institutional Trade-offs of Consolidation</h2><h3 id="trade-off-1-operational-efficiency-vs-concentration-risk">Trade-off 1: Operational Efficiency vs. Concentration Risk</h3><p>The operational case for consolidation is clear. Fewer validators mean fewer keys to manage, fewer attestation schedules to monitor, fewer slashing protection databases to maintain, and a lighter infrastructure footprint overall. Consolidation also reduces redundant validator operations, including excess beacon node instances, P2P messaging, and BLS signature aggregation, improving infrastructure efficiency and streamlining consensus workloads. Source: <a href="https://octez.tezos.com/docs/active/proof_of_stake.html?ref=p2p.org">Tezos</a></p><p>The concentration risk case is equally clear. A single consolidated validator holding 2,048 ETH puts more capital behind fewer keys and fewer machines. If that signing infrastructure fails in a way that produces a consensus violation, the slashing exposure is concentrated rather than distributed.</p><p>The initial slashing penalty under Pectra's MaxEB parameter is lower in absolute terms than before. The initial slashing penalty changed under Pectra to 1/4,096 of the effective balance, which is equivalent to approximately 0.5 ETH for a validator at the maximum 2,048 ETH effective balance. That is what made Ethereum validator consolidation significantly more viable: a one-off double-sign no longer wipes out a fortune in the initial hit. Source: <a href="https://changelly.com/blog/what-are-governance-token/?ref=p2p.org">Changelly</a></p><p>The correlation penalty is the risk that requires updated modeling. If a mass slashing event occurs and a consolidated validator's full balance is exposed to the correlation multiplier, the penalty scales with effective balance in a way that distributed validators do not. Institutions consolidating significant positions without updating their correlation penalty models are accepting a risk they have not fully quantified.</p><p>One approach to mitigating this concentration risk is Distributed Validator Technology (DVT). By distributing signing responsibility across a threshold cluster of independent nodes, DVT can reduce single-point-of-failure risk while preserving the operational benefits of validator consolidation. However, DVT is one of several infrastructure approaches available to institutional operators rather than a protocol requirement for consolidation. Institutions should evaluate whether their signing architecture, redundancy model, slashing protection, monitoring, and operational controls are appropriate for the larger balances concentrated behind each validator. Consolidating onto a less resilient signing environment may increase the operational impact of a failure, particularly when more ETH is concentrated behind each validator key. Source: <a href="https://blog.cryptio.co/institutional-grade-staking-and-reporting?ref=p2p.org">Cryptio</a></p><h3 id="trade-off-2-auto-compounding-vs-reduced-exit-granularity">Trade-off 2: Auto-Compounding vs. Reduced Exit Granularity</h3><p>Auto-compounding is the clearest quantifiable benefit of 0x02 credential migration. For institutions with long-horizon ETH positions that do not require periodic reward extraction, compounding above 32 ETH generates an incremental return that manual redeployment cannot replicate precisely.</p><p>The trade-off is to exit incrementally. Before consolidation, a 2,048 ETH position held across 64 validators could be partially exited in 32 ETH increments, with each exit processed independently. After consolidation into a single validator, the same position is more all-or-nothing. Partial exits are possible through EIP-7002 triggered exits, but the mechanics differ from the granular staged exits that a distributed validator fleet enables.</p><p>For institutions managing liquidity obligations, this trade-off requires explicit modeling. A treasury team with no near-term redemption obligations and a long-horizon ETH position may find auto-compounding clearly beneficial. A custodian managing assets on behalf of clients with variable redemption timelines needs to model the exit granularity impact before executing consolidation.</p><h3 id="trade-off-3-queue-timing-vs-compounding-benefit">Trade-off 3: Queue Timing vs. Compounding Benefit</h3><p>The validator entry queue reached 3,589,414 ETH with a wait time of 62 days as of May 20, 2026,* driven by yield-distributing ETFs and corporate treasury staking inflows. This queue environment has a direct impact on the consolidation decision for institutions that are not yet staked or that are considering rebalancing across providers. Source: <a href="https://coinshares.com/us/insights/knowledge/institutional-staking-on-the-rise/?ref=p2p.org">CoinShares</a></p><p>For institutions already operating validators that are evaluating consolidation, the queue timing question applies to the exit side: if consolidation requires exiting existing validators and re-entering with consolidated credentials, the round-trip through exit and entry queues must be modeled as idle capital. Pectra's consolidation mechanic enables balance transfer between active validators without requiring exit and re-entry in many cases, which reduces this exposure significantly.</p><p>For institutions entering staking for the first time and deciding whether to enter with consolidated or distributed validators from the outset, the current entry queue environment means a 62-day activation wait must be incorporated into any return modeling.</p><ul><li><em>Entry queue data as of May 20, 2026. Queue conditions are dynamic.</em></li></ul><h3 id="trade-off-4-credential-irreversibility-vs-future-protocol-changes">Trade-off 4: Credential Irreversibility vs. Future Protocol Changes</h3><p>The 0x01 to 0x02 credential migration is permanent. Ethereum's governance roadmap continues to evolve, and future protocol changes could affect how consolidated validators operate, how exit queue mechanics work, or how compounding is structured. The Glamsterdam upgrade, expected during 2026, is headlined by enshrined proposer-builder separation and block-level access lists, and like every hard fork it requires validators to update clients before the fork. Source: <a href="https://www.sciencedirect.com/science/article/abs/pii/S0304405X24001740?ref=p2p.org">ScienceDirect</a></p><p>Institutions executing irreversible credential migrations are doing so in a protocol environment that continues to change. This is not an argument against consolidation. It is an argument for ensuring that the governance process for approving the migration includes a forward-looking assessment of protocol roadmap risk, not just current-state analysis.</p><h2 id="the-consolidation-decision-by-institution-type">The Consolidation Decision by Institution Type</h2><p>The consolidation trade-offs play out differently depending on the institutional structure. Three segments face materially different decision frameworks.</p><h3 id="etf-issuers-and-staking-integrated-products">ETF Issuers and Staking-Integrated Products</h3><p>For ETF issuers with staking-integrated products, the consolidation decision is primarily a NAV and reporting question, not an operational one. The validator infrastructure underlying a staking ETF is typically managed by the custodian's chosen validator operator. Staking through an Ethereum ETF is not the same as staking assets directly on the Ethereum protocol. The ETF relies on qualified custodians to manage the staked assets, who then delegate to validator operators who handle all the technical requirements. Source: <a href="https://www.fireblocks.com/blog/best-crypto-staking-platform-institutional-users?ref=p2p.org">Fireblocks</a></p><p>The ETF issuer's consolidation-relevant questions are:</p><p>Does the validator operator used by the custodian operate consolidated validators, and if so, how is the correlation risk of consolidated positions managed? What is the impact of consolidated validator exit mechanics on the fund's ability to process redemptions in a stress scenario? How does auto-compounding above 32 ETH affect NAV calculation and reward distribution timing?</p><p>The operational burden reduction that consolidation provides to self-operating institutions is less directly relevant to ETF issuers who do not operate validators themselves. The risk and liquidity questions are directly relevant to every ETF issuer whose product holds staked ETH.</p><h3 id="digital-asset-custodians">Digital Asset Custodians</h3><p>For custodians operating validator infrastructure on behalf of clients, consolidation is a client relationship and risk allocation question as much as an operational one. The key considerations are:</p><p>Who bears the concentration risk of a consolidated validator? If a custodian consolidates client ETH positions into fewer high-balance validators and a slashing event occurs, the client agreement must clearly define how slashing exposure is allocated. Consolidated positions held across multiple clients in the same validator introduce commingling risk that segregated validator architectures avoid.</p><p>How does consolidation affect client-level reporting? Custodians that provide client-level reward attribution at the validator level must confirm that their reporting infrastructure handles consolidated validator records correctly before migrating.</p><p>Does the client mandate permit consolidation? For custodians managing ETH on behalf of regulated funds or institutional clients with specific governance requirements, the consolidation decision may require client consent or trustee approval before execution.</p><h3 id="treasury-teams-and-direct-holders">Treasury Teams and Direct Holders</h3><p>For institutional treasury teams holding ETH directly and operating or delegating validators, the consolidation decision is primarily an operational efficiency and risk management question.</p><p>Key considerations for consolidation readiness include whether the validator infrastructure and signing architecture are appropriate for high-balance validators; whether the slashing risk model has been updated to reflect correlation penalty exposure on consolidated balances; whether exit granularity requirements have been mapped against redemption obligations and liquidity covenants; and whether the credential migration has been reviewed and approved through an internal governance process.</p><p>DVT can strengthen the resilience of high-balance validators by distributing signing responsibility across multiple independent nodes, but it is one of several infrastructure approaches rather than a protocol requirement for consolidation. Institutions should assess whether the validator architecture operated internally or by a delegated provider aligns with their operational and risk management objectives.</p><p>Institutions that have assessed these considerations and are comfortable with the resulting risk profile may be well positioned to consolidate. Those that have not yet modeled correlation penalty exposure, reviewed the resilience of their validator infrastructure, or evaluated the governance implications of credential migration should address those areas before executing the transition.</p><h3 id="infrastructure-and-resilience-review"><strong>Infrastructure and resilience review</strong></h3><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://p2p.org/economy/content/images/2026/07/ethereum-validator-consolidation-institutional-decision-matrix.jpg" class="kg-image" alt="Decision matrix showing how ethereum validator consolidation trade-offs differ across ETF issuers, digital asset custodians, and treasury teams, covering primary benefits, risk considerations, and readiness prerequisites for each institution type." loading="lazy" width="1600" height="622" srcset="https://p2p.org/economy/content/images/size/w600/2026/07/ethereum-validator-consolidation-institutional-decision-matrix.jpg 600w, https://p2p.org/economy/content/images/size/w1000/2026/07/ethereum-validator-consolidation-institutional-decision-matrix.jpg 1000w, https://p2p.org/economy/content/images/2026/07/ethereum-validator-consolidation-institutional-decision-matrix.jpg 1600w" sizes="(min-width: 720px) 720px"><figcaption><span style="white-space: pre-wrap;">The consolidation trade-off is not the same across institution types. ETF issuers, custodians, and treasury teams each face different primary benefits, risk considerations, and readiness prerequisites before executing the migration.</span></figcaption></figure><h2 id="the-pre-consolidation-checklist">The Pre-Consolidation Checklist</h2><p>For validator risk committees and staking product managers reviewing consolidation readiness.</p><h3 id="infrastructure-and-resilience-review-1"><strong>Infrastructure and resilience review</strong></h3><ul><li>[ ] The validator architecture (operated internally or by the delegated provider) has been assessed for resilience appropriate to high-balance validators.</li><li>[ ] If DVT is used, the DVT cluster has been reviewed for operator diversity, redundancy, and fault tolerance.</li><li>[ ] Slashing protection databases are confirmed to be persistent and migration-ready.</li><li>[ ] Remote signing architecture and key management controls have been reviewed for the consolidated validator.</li></ul><h3 id="risk-modeling"><strong>Risk modeling</strong></h3><ul><li>[ ] Correlation penalty exposure on the consolidated balance has been modelled under stress scenarios.</li><li>[ ] Exit granularity requirements have been mapped against liquidity obligations.</li><li>[ ] Entry and exit queue timing has been incorporated into return and idle capital models.</li><li>[ ] Credential irreversibility has been reviewed against the protocol upgrade roadmap.</li></ul><h3 id="governance-and-compliance"><strong>Governance and compliance</strong></h3><ul><li>[ ] Consolidation decision has been reviewed and approved through the institution's internal governance process.</li><li>[ ] Client or beneficiary consent has been obtained where required.</li><li>[ ] Client agreements have been reviewed for slashing responsibility allocation on consolidated positions.</li><li>[ ] Reporting infrastructure has been confirmed capable of handling consolidated validator records.</li></ul><h3 id="provider-evaluation"><strong>Provider evaluation</strong></h3><ul><li>[ ] Validator provider has been asked how consolidated validators are operated, and what signing, redundancy, failover, and slashing-protection architecture is used.</li><li>[ ] Provider has confirmed their correlation risk management approach for high-balance consolidated validators.</li><li>[ ] Provider has confirmed reporting capability at the validator level for consolidated positions.</li></ul><hr><blockquote><strong>The institutional digital asset space moves fast.</strong> Our subscribers get structured analysis across staking, DeFi vaults, and regulation through <em>DeFi Dispatch</em>, <em>Institutional Lens</em>, <em>DeFi Infrastructure for Institutions</em>, and <em>Legal Layer</em>. No noise. Just the signals that matter. <strong>Subscribe to the newsletter at the bottom of this page.</strong></blockquote><hr><h3 id="infrastructure-and-reporting-for-consolidated-validators">Infrastructure and Reporting for Consolidated Validators</h3><p>The operational efficiency case for consolidation is strongest when the underlying infrastructure is already designed to handle high-balance validators with protection engineered at the signing layer. Consolidation without an updated reporting infrastructure shifts the operational burden rather than reducing it.</p><p>P2P.org operates non-custodial validator infrastructure across 40+ proof-of-stake networks, with a track record of zero slashing incidents since 2018 and SOC 2 Type II attestation. For institutional operators evaluating Ethereum staking infrastructure that is consolidation-ready, <a href="https://p2p.org/products/eth-pectra?ref=p2p.org">p2p.org/products/eth-pectra</a> covers the Pectra-specific infrastructure options available to institutional clients.</p><p>For the broader multi-network program context in which the Ethereum consolidation decision typically sits, see the Institutional Lens article&nbsp;"<a href="https://p2p.org/economy/how-to-build-an-institutional-staking-program-across-multiple-networks/">How to Build an Institutional Staking Program Across Multiple Networks</a>.”</p><p>For the Validator Playbook article covering the mechanical details of consolidation, credential migration, and slashing penalty calculations under Pectra, see: <a href="https://p2p.org/economy/validator-playbook-ethereum-validator-consolidation-pectra/">Ethereum Validator Consolidation After Pectra</a>.</p><h2 id="key-takeaway-for-custodians-etf-issuers-funds-and-treasury-teams">Key Takeaway for Custodians, ETF Issuers, Funds, and Treasury Teams</h2><p>Within six months of Pectra, roughly 1.4% of validators account for close to 25% of all staked ETH. Consolidation is the direction institutional Ethereum staking is moving. That is not a reason to consolidate without preparation. It is a reason to ensure the preparation is done correctly. Source: <a href="https://www.sciencedirect.com/science/article/abs/pii/S0304405X24001740?ref=p2p.org" rel="noreferrer">Financial Journal</a></p><p>The institutions best positioned to consolidate are those that have implemented and validated an operationally resilient signing architecture, assessed slashing and correlation risks for consolidated balances, confirmed that withdrawal and exit mechanics are compatible with their liquidity obligations, and reviewed the credential migration through an appropriate internal governance process. DVT may strengthen that architecture, but it is not required for consolidation.</p><p>Institutions that have not yet modeled correlation penalty exposure, assessed the resilience of their validator architecture, or confirmed that their reporting stack can support consolidated validator records should address those areas before executing the transition.</p><p>Pectra removed the penalty that made consolidation historically unattractive. What remains is a concentration question. The answer to that question depends on infrastructure readiness, risk modelling, and governance process. It does not depend on the direction of the market trend.</p><p>Protocol-attributed participation rewards are determined by network conditions and are variable. P2P.org does not control or set reward rates. Slashing risks are protocol-defined and client-borne. Operational safeguards are implemented to reduce slashing exposure, but do not eliminate protocol-level risk.</p><h2 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)<br></h2><h3 id="what-is-ethereum-validator-consolidation-and-what-did-pectra-change"><strong>What is Ethereum validator consolidation, and what did Pectra change?</strong></h3><p>Ethereum validator consolidation is the process of merging multiple 32 ETH validators into fewer high-balance validators using the maximum effective balance increase introduced by Pectra's EIP-7251. Before Pectra, every validator was capped at 32 ETH of effective balance. After Pectra, validators using 0x02 compounding credentials can hold up to 2,048 ETH, meaning an institution that previously required 64 validators for a 2,048 ETH position can now operate a single consolidated validator. Consolidation also enables auto-compounding of protocol-attributed participation rewards above 32 ETH and reduces operational overhead across key management, attestation monitoring, and reporting.</p><h3 id="does-consolidation-increase-or-decrease-slashing-risk-for-institutional-operators"><strong>Does consolidation increase or decrease slashing risk for institutional operators?</strong></h3><p>It depends on how it is implemented. The initial slashing penalty under Pectra's MaxEB parameter is lower in absolute terms than before, at approximately 0.5 ETH for a fully consolidated 2,048 ETH validator. The correlation penalty is where concentration risk increases. If a consolidated validator is caught in a mass slashing event, the correlation multiplier applies to the full consolidated balance rather than a distributed subset of that position. Institutions consolidating significant ETH positions without DVT infrastructure in place are concentrating signing authority in ways that amplify correlation penalty exposure. DVT distributes signing responsibility across a threshold cluster, reducing the single-point-of-failure risk that high-balance consolidation creates.</p><h3 id="is-the-0x01-to-0x02-credential-migration-reversible"><strong>Is the 0x01 to 0x02 credential migration reversible?</strong></h3><p>No. Converting from 0x01 to 0x02 withdrawal credentials is a permanent, protocol-enforced change. It cannot be undone after execution. This makes the credential migration a governance decision that should be reviewed and approved through the institution's internal process, not treated as a routine operational configuration change.</p><h3 id="how-does-the-current-entry-queue-environment-affect-the-consolidation-decision"><strong>How does the current entry queue environment affect the consolidation decision?</strong></h3><p>As of May 20, 2026, the Ethereum validator entry queue held approximately 3,589,414 ETH with a wait time of approximately 62 days.* For institutions planning to consolidate using Pectra's balance transfer mechanism between active validators, the queue timing impact is reduced because the mechanic does not require a full exit and re-entry in many cases. For institutions entering staking for the first time or rebalancing across providers in a way that requires exit and reactivation, the queue timing adds a significant period of non-participating capital that must be incorporated into any return model.</p><ul><li><em>Queue data as of May 20, 2026. Conditions are dynamic and change continuously.</em></li></ul><h3 id="what-should-etf-issuers-evaluate-regarding-consolidation-if-they-do-not-operate-validators-directly"><strong>What should ETF issuers evaluate regarding consolidation if they do not operate validators directly?</strong></h3><p>ETF issuers whose products hold staked ETH should evaluate three consolidation-relevant questions with their custodian and validator operator: how correlation risk on consolidated high-balance validators is managed by the operator; how consolidated validator exit mechanics affect the fund's ability to process redemptions in a stress scenario; and how auto-compounding above 32 ETH affects NAV calculation and reward distribution timing for the fund's accounting treatment.</p><h3 id="what-are-the-prerequisites-for-consolidation-readiness-at-an-institutional-scale"><strong>What are the prerequisites for consolidation readiness at an institutional scale?</strong></h3><p>Institutions should assess four key areas before consolidating at scale**:** whether their validator infrastructure and signing architecture are appropriate for high-balance validators; whether their slashing risk model reflects correlation penalty exposure on consolidated balances; whether exit granularity has been evaluated against liquidity obligations and redemption requirements; and whether the irreversible credential migration has been reviewed through the institution’s internal governance process.</p><p>DVT can strengthen the resilience of high-balance validators by distributing signing responsibility across multiple independent nodes, but it is not a protocol requirement for consolidation. Institutions may choose other infrastructure approaches, provided they align with their operational resilience, security, and risk management objectives.</p><hr><p><strong>About </strong><a href="http://p2p.org/?ref=p2p.org"><strong>P2P.org</strong></a></p><p>Founded in 2018, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> helps institutional capital protect Digital Asset Yield across non-custodial staking infrastructure and curated DeFi strategies. With over $10B in assets secured and operating on 40+ proof-of-stake networks, <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> maintains a zero-slashing-incident track record, is trusted by over 190 institutional clients and is SOC 2 Type II attested. If you are evaluating the infrastructure requirements for a DeFi allocation program, <a href="https://p2p.org/?ref=p2p.org#form">talk to our team</a>.</p><hr><p><strong>Disclaimer</strong></p><p>This article is provided for informational purposes only and does not constitute legal, regulatory, compliance, or investment advice. Regulatory obligations may vary depending on jurisdiction and specific business activities. Readers should consult their own legal and compliance advisors regarding applicable requirements.</p>

Fito Benitez

from p2p validator

Institutional Staking in Custody: The Vault Embeds P2P.org Validator Infrastructure

<h2 id="learnings-for-busy-readers"><strong>Learnings for Busy Readers</strong></h2><p>- The Vault has integrated P2P.org non-custodial validator infrastructure directly into its institutional custody platform.</p><p>- Clients can access protocol staking rewards on supported assets without moving those assets outside the custody environment.</p><p>- The integration launches with Ethereum (ETH) and TRON (TRX), with additional networks planned over time.</p><p>- Assets remain segregated and under client custody throughout. Delegation is non-custodial, so P2P.org never takes possession of client funds.</p><p>- The design removes a common tradeoff for regulated institutions: reaching staking infrastructure without stepping outside the controls they already operate.</p><h2 id="the-problem-staking-access-usually-means-leaving-custody"><strong>The Problem: Staking Access Usually Means Leaving Custody</strong></h2><p>For most institutions, putting on-chain assets to work has meant accepting operational complexity and additional counterparty exposure. Reaching staking infrastructure typically requires transferring assets from the custody environment, introducing friction that regulated entities often find operationally unacceptable.</p><p>That friction is not a matter of preference. It is a function of how these institutions are governed. Segregation of assets, defined approval workflows, and auditable movement of funds are baseline requirements, not optional controls. Any process that requires an institution to move assets outside its custody perimeter to access protocol rewards runs directly counter to those requirements.</p><p>The result is a familiar standoff. Demand for on-chain participation is real, but the operational path to it has carried tradeoffs that many institutions were not willing to make.</p><h2 id="who-the-vault-is"><strong>Who The Vault Is</strong></h2><p>The Vault is a Swiss and EU-regulated institutional infrastructure platform for digital assets. &nbsp;It covers the full lifecycle, from secure custody and treasury operations to back-office management and wallet infrastructure, and is built on proprietary threshold MPC cryptography developed by an in-house research team. It is available in three deployment models — SaaS, Hybrid, and On-Premise — with a bespoke modular architecture that can be customised to each company's needs and frameworks.</p><p>The platform serves institutional clients across several segments, including corporate treasuries, financial institutions, professional asset managers, family offices, and payment providers. It is available in three deployment models, SaaS, Hybrid, and On-Premise, with a modular architecture that can be configured to each institution's operating and compliance frameworks.</p><p>The P2P.org integration fits a broader roadmap: consolidating custody, treasury operations, and asset utilization within a single regulated framework, so institutions manage more of their on-chain activity in one controlled environment rather than across disconnected systems.</p><h2 id="the-integration-validator-infrastructure-inside-the-custody-perimeter"><strong>The Integration: Validator Infrastructure Inside the Custody Perimeter</strong></h2><p>The Vault embeds P2P.org institutional-grade validator infrastructure natively into its platform. Clients retain full custody of their assets while accessing protocol staking rewards through the same interface and workflows they already use.</p><p>The mechanism matters. P2P.org operates non-custodial validator infrastructure, which means delegation happens without transferring ownership of the underlying assets. Clients delegate to validators operated by P2P.org, and the assets remain segregated within The Vault's custody environment throughout. Rewards are generated by the network protocol, not by P2P.org, and accrue according to each network's reward schedule.</p><p>For the institution, the practical change is that staking stops being a separate operational track. It becomes a function inside the environment where custody, treasury operations, and reporting already live.</p><h2 id="operational-depth-how-delegation-works-in-practice"><strong>Operational Depth: How Delegation Works in Practice</strong></h2><p>Within The Vault's platform, delegation runs through the same authorization and approval controls that govern other asset movements. Institutions do not adopt a parallel workflow to stake.</p><p>Assets stay segregated and auditable. Because delegation is non-custodial, the custody relationship between the institution and The Vault is not altered by the act of staking. Real-time monitoring of validator performance sits with P2P.org, whose operations are SOC 2 Type II certified, audited by KirkpatrickPrice. Reporting on delegated positions and accrued protocol rewards is available within the platform, which keeps position data and treasury data in one place rather than split across systems.</p><p>The launch scope of Ethereum and TRON reflects two networks with distinct staking mechanics, and the roadmap adds further networks over time. Each additional network carries its own delegation parameters, reward schedule, and risk profile, which are evaluated before support is added.</p><h2 id="governance-and-capital-implications"><strong>Governance and Capital Implications</strong></h2><p>The governance point is the one that regulated institutions tend to weigh most heavily. Staking inside custody means the institution does not surrender control to participate.</p><p>Approval hierarchies, segregation of duties, and audit trails remain intact because the assets never leave the custody perimeter. The institution directs its own delegation. P2P.org provides the validator infrastructure and operates it, but does not take custody, does not exercise discretion over client assets, and does not act as an intermediary that holds funds. This distinction, between operating infrastructure and taking possession, is central to how the arrangement fits within institutional governance frameworks.</p><p>For treasuries and asset managers, the capital implication is straightforward. Assets that were previously idle in custody can access protocol rewards without a separate custody arrangement, a new counterparty relationship, or a break in the audit trail. The decision to stake becomes an operational choice inside existing controls rather than a structural exception to them.</p><h2 id="evaluating-the-validator-layer"><strong>Evaluating the Validator Layer</strong></h2><p>For institutions assessing this kind of integration, the validator operator is a core part of the diligence, not a detail.&nbsp;</p><p>A short checklist:</p><p>- Track record: length of operation and slashing history across networks. P2P.org has operated since 2018 with no slashing incidents across seven years.</p><p>- Certification: independent audit of operational controls. P2P.org is SOC 2 Type II certified, audited by KirkpatrickPrice, and holds an AAA Verified Staking Provider rating.</p><p>- Scale: delegated assets and network coverage as a signal of operational maturity. P2P.org secures over $10 billion in delegated assets across 40+ networks.</p><p>- Custody model: confirmation that delegation is non-custodial and that assets remain segregated.</p><p>- Monitoring: validator performance monitoring and transparent reporting.</p><p>The point of the checklist is that the operational quality of the validator layer is inseparable from the security of the position. Embedding infrastructure inside custody raises the bar on operator diligence rather than lowering it.</p><h2 id="key-takeaway-for-institutional-teams"><strong>Key Takeaway for Institutional Teams</strong></h2><p>For custodians, treasuries, and asset managers, the integration reframes staking as a function inside custody rather than a reason to leave it. Institutions access protocol staking rewards on ETH and TRX without moving assets outside their custody environment, while segregation, approval controls, and audit trails stay intact. The protocol-level risks of proof-of-stake remain and should be underwritten directly. What changes is the operational path to access, which becomes materially cleaner for organisations that cannot compromise on control.</p><h2 id="faq"><strong>FAQ</strong></h2><p><strong>Does staking through this integration move my assets out of custody?</strong> No. Delegation is non-custodial and assets remain segregated within The Vault's custody environment. P2P.org operates the validator infrastructure but does not take possession of client assets.</p><p><strong>Which networks are supported at launch?</strong> Ethereum (ETH) and TRON (TRX), with additional networks planned over time. Each new network is evaluated for its delegation parameters and risk profile before support is added.</p><p><strong>Who generates the staking rewards?</strong> Rewards are generated by each network protocol according to its reward schedule. Reward rates are variable and set by the network, not fixed or promised by The Vault or P2P.org.</p><p><strong>What happens to my custody controls when I stake?</strong> They remain in place. Delegation runs through the same authorization and approval workflows that govern other asset movements, and audit trails are preserved because assets do not leave the custody perimeter.</p><p><strong>How is validator risk managed?</strong> P2P.org operates with slashing protection controls, provides real-time monitoring, and is SOC 2 Type II certified. Slashing risk is inherent to proof-of-stake networks that impose it and should be evaluated as part of institutional diligence.</p><h2 id="explore-the-integration"><strong>Explore the Integration</strong></h2><p>Custodians, treasuries, and asset managers interested in accessing staking inside their custody environment can contact P2P.org to discuss network coverage, delegation parameters, and onboarding.</p>

André Caldeira

from p2p validator

Institutional Capital on Solana: What Practitioners Are Actually Navigating

<p>Institutional capital on Solana has a visible layer and a working layer. The visible layer is the announcement flow: new treasury deployments, new stablecoin pilots, new settlement rails. The working layer is what practitioners inside regulated institutions deal with before any of that goes live, and those questions rarely surface in launch coverage.</p><p>On June 30, P2P.org hosted Institutional Capital on Solana: From Allocators to Whales, an institutional roundtable exploring how professional investors are evaluating the Solana ecosystem today.</p><p>Moderated by Liza Balandina, Solana Ecosystem Lead at P2P.org, the discussion featured Catherine Gu (Head of Product, Digital Assets, Solana Foundation), Thibault Dubuis (Head of Staking &amp; DeFi, Sygnum Bank), Aleksandar Bukovski (Research Lead, The Big Whale), and Ben Harvey (Digital Asset Researcher, Keyrock). Together, they explored institutional adoption, staking, data transparency, and what it will take to unlock the next wave of capital entering the network.</p><p>This recap highlights the four themes that emerged most consistently throughout the discussion: regulatory and compliance considerations, the need for reliable on-chain data, how institutions evaluate validators, and the emerging native staking vaults category sitting between native staking and DeFi.</p><p><strong>LEARNINGS FOR BUSY READERS</strong></p><ul><li>Compliance sign-off is what stalls institutional allocation to Solana. The technology itself has moved past the question.</li><li>The public chain vs regulated finance dichotomy is closing: JPMorgan, Visa, Mastercard, and Franklin Templeton are already live on Solana.</li><li>Data reliability is a compliance question. The same metric can differ by billions across providers, and the Solana Foundation's new aggregation layer is the first attempt to fix it.</li><li>Institutional validator evaluation comes down to reporting depth: reward attribution, key recovery, SOC 2.</li><li>A middle category is emerging where staked SOL is used as collateral while remaining delegated to the validator, giving institutions access to lending without holding a wrapped derivative.&nbsp;</li></ul><h2 id="compliance-surface-where-allocation-actually-stalls"><strong>Compliance surface: where allocation actually stalls</strong></h2><p>Aleksandar Bukovski opened with the answer most of the ecosystem prefers to avoid. Across the large banks in his research audience, compliance sign-off is the number one prohibitor of Solana allocation. The hesitation is rarely about the chain itself and rarely about volatility in isolation. It is about what a risk committee has to approve.</p><p>The friction shows up at the committee level. An analyst who wants to allocate has to walk the risk committee through what the exposure actually is, how it maps to the institution's existing custody policy, and what happens under stress. That work is heavy for any new asset. It gets heavier when the asset requires the institution to hold something its custody policy never anticipated.</p><p>Catherine Gu named the misconception sitting underneath this. Many institutions still assume that public-chain participation and regulated financial infrastructure exclude each other: that a public chain means the wild west, and that regulated work requires a permissioned setting where liquidity is sacrificed. On Solana, where JPMorgan, Visa, Mastercard, and Franklin Templeton are already running live products, the two coexist. The gap she identified is awareness. Institutions have not yet fully absorbed what the technology already delivers.</p><p>Thibault Dubuis reinforced the point from the field. Describing the discourse at institutional events such as Point Zero in Zurich, he noted that the conversation has moved from building proprietary chains to a more practical question:</p><blockquote><em>Very few people were saying we are going to build our own chain. Super senior people from very big financial institutions were now asking: how am I going to use this public chain?</em><br><br>Thibault Dubuis, Sygnum Bank</blockquote><h2 id="the-data-question-what-allocators-need-before-trusting-on-chain-metrics"><strong>The data question: what allocators need before trusting on-chain metrics</strong></h2><p>The data thread produced the sharpest exchange of the panel. Catherine described what surprised her when the Foundation's data work began: the same metric, calculated by different providers, can differ by billions of dollars. For an allocator building a portfolio thesis, that discrepancy is fatal.</p><p>The Foundation's response is the recently launched aggregation layer at solana.com/data, which benchmarks eight to nine data providers side by side across stablecoin supply, DEX volume, fees, active addresses, and transactions. Catherine positioned the effort as neutral infrastructure. The Foundation does not want to set the standard. It wants to give data providers a coordinated venue to reconcile with one another:</p><blockquote><em>The truth is out there. I do not think it is a single provider who should be setting the standard. We want to be neutral and include all the top players collecting data right now, so it gives them a chance to coordinate and reconcile between one another.</em><br><br>Catherine Gu, Solana Foundation</blockquote><p>Aleksandar pushed for a further step. His reference frame came from traditional finance: the big four auditor structure, and the distinction between a 10-K and a 10-Q. The audited annual filing carries a different weight of trust than the quarterly self-report. In his view, Solana's data layer needs a similar independent-auditor structure, so a risk committee can underwrite the numbers rather than trust a single provider.</p><p>Thibault illustrated how a regulated institution handles the problem today. Sygnum runs full nodes, performs its own indexing every two epochs, and cross-checks every reward calculation against a third-party shadow instance. The reason is regulatory rather than technical: reward bookings in a core banking system must be defensible under audit. The Swiss tax authority treats MEV rewards as VAT-taxable service revenue, while consensus rewards receive different treatment. Which means validator reporting has to distinguish the two at a granularity a bank's operations department can defend to a regulator.</p><h2 id="what-institutional-grade-validator-infrastructure-looks-like-in-practice"><strong>What institutional-grade validator infrastructure looks like in practice</strong></h2><p>Asked what Sygnum actually evaluates when selecting a validator, Thibault's answer was, in his own framing, less technical than the industry usually expects.</p><p>The list: withdrawal-key configuration and the fund-recovery process, SOC 2 credentials and operational certifications, track record on chain, whether the operator can run test-network operations for pre-flight validation, and the granularity of downstream reporting. The emphasis sits on that last point. If a validator cannot cleanly report which portion of rewards came from consensus and which came from MEV, the client bank cannot cleanly book those rewards for tax and audit purposes. If the reporting is not clean, the operator does not clear evaluation.</p><p>OFAC-compliance capability also came up, less as a current requirement than as optionality the institution wants to know exists in case regulators require it later.</p><p>The picture Thibault drew is that institutional-grade, inside a treasury risk committee, means operational depth behind the reporting rather than peak performance numbers. This maps to how P2P.org approaches its own validator profile on Solana: non-custodial architecture across 40+ networks, SOC 2 controls, an explicit regulatory posture, and a dedicated test environment where new client builds, MEV behavior, and edge cases run before reaching a delegated mainnet position.</p><h2 id="the-vault-middle-category-between-native-staking-and-defi"><strong>The vault middle category between native staking and DeFi</strong></h2><p>The most concrete design question of the panel came in the DeFi section. Liza framed it directly: native staking is the safest way to optimize an institutional portfolio, DeFi is where the compliance friction lives, and a middle category has emerged where native stake is used as collateral without a full DeFi posture. The question was whether this is a structural bridge or a relabeling.</p><blockquote><em>If you are looking at it in terms of underwriting, it is definitely just relabeling the same risk. You have to underwrite the same risk, but it is packaged in a way that makes it slightly more attractive for different players. </em><br><br>Ben Harvey, Keyrock</blockquote><p>Aleksandar added the compliance side of the same picture. Institutional compliance teams find LSTs particularly hard to underwrite because the wrapper introduces a systemic layer on top of the underlying stake. His example was blunt: what happens if the issuer goes down? Native protocol rewards are already something risk committees are learning to model. A wrapped derivative multiplies the questions.</p><p>From P2P.org's perspective, the key distinction lies in what happens to the underlying staking position. In an LST-mediated setup, the treasury holds a wrapped derivative on its balance sheet. In a native staking vault design, the treasury continues to hold natively delegated SOL while the position is represented within the lending protocol through a protocol-specific token rather than a treasury-held wrapper.</p><p>While the overall economic risk is not necessarily reduced, the underwriting requirements change. LST-mediated positions require institutions to assess the wrapper, its issuer, governance model, and custody treatment alongside the underlying stake. Native staking vaults simplify that diligence by focusing on the underlying delegated position and the lending protocol itself. Whether this becomes the preferred institutional model will ultimately depend on how these designs evolve and how regulators and risk committees assess them.</p><h2 id="what-is-ahead"><strong>What is ahead</strong></h2><p>Catherine's read on the next 12 months centered on tokenization and stablecoins as two sides of the same coin. Solana already leads on stablecoin volume and liquidity by most metrics, and the natural sequencing brings more real-world asset issuance onto that liquidity base. Confidential transfers via the Token 22 program relaunched on mainnet in late June, giving stablecoin issuers a live privacy feature on regulated tokens, with further privacy solutions approaching mainnet.</p><p>Thibault's push was toward genuine on-chain issuance rather than tokenization of off-chain instruments:</p><blockquote><em>This stuff needs to be issued directly on chain, and this needs to be the source of truth. Until a judge says that if it did not happen on chain, it did not happen, a lot of the stuff we build on these blockchains is a bit pointless.</em><br><br>Thibault Dubuis, Sygnum Bank</blockquote><p>The closing round produced three takes worth keeping. Ben argued that ETFs, counterintuitively, have functioned as a partial blocker for on-chain capital: investment committees can point to the ETF allocation, claim the asset class is covered, and remove the internal pressure to push further on chain. Aleksandar's take was on layer one fragmentation:</p><blockquote><em>The layer one ecosystem right now is too fragmented. The industry is not big enough for 10,000 layer ones. Great consolidation needs to happen, and that fragmentation is sucking out liquidity and redirecting capital from the clear and obvious winners. </em><br><br>Aleksandar Bukovski, The Big Whale</blockquote><p>Thibault closed on market depth: much of the announcement flow is still marketing theater, and until DeFi pools on Solana can absorb an institutional-size liquidation without moving the whole market, institutional size remains an aspiration.</p><p><strong>KEY TAKEAWAY</strong></p><p>The institutional capital thesis on Solana is resolving at the infrastructure layer and stalling at the compliance layer. The bottleneck is the operational surface a risk committee has to sign off on for each new position. </p><p>Throughout the discussion, the panel highlighted how institutions are addressing these challenges in practice, including demonstrating asset segregation and liquidity to regulators, validating reward calculations through independent verification, distinguishing MEV from consensus rewards for accounting and tax purposes, and assessing vault-based staking products without introducing unnecessary layers of complexity.</p><p>Ultimately, the design distinctions that resolve these operational questions - reward attribution, position structure, audit trail - are what will determine which institutional segments deploy on Solana next.</p><p><strong>Disclaimer:</strong> The views and opinions shared during this discussion are those of the individual speakers and do not necessarily reflect the views of P2P.org. This recap is intended to summarize the key themes discussed and should not be considered investment, legal, or financial advice.</p><p><strong>FAQ</strong></p><p><strong>What did the P2P.org Institutional Capital on Solana webinar cover?</strong></p><p>The June 30 panel featured practitioners from Solana Foundation, Sygnum Bank, Keyrock, and The Big Whale, covering compliance friction on institutional allocation, data reliability as a compliance question, validator evaluation criteria, and the vault category between native staking and DeFi.</p><p><strong>What is the main compliance friction blocking institutional DeFi participation on Solana?</strong></p><p>Two overlapping constraints. Institutional treasuries need to prove to regulators that assets are segregated and available at all times, which conflicts with lending pools that can reach full utilization. And LST wrappers introduce additional diligence categories, including issuer risk and accounting classification, that compound across positions.</p><p><strong>How do institutions evaluate validator infrastructure on Solana?</strong></p><p>Sygnum's framework weighs withdrawal-key recovery, SOC 2 credentials, on-chain track record, testnet operations, and the granularity of reward reporting. Reporting carries the most weight because banks must distinguish consensus rewards from MEV rewards for tax and audit purposes.</p><p><strong>What is the difference between native staking, LSTs, and native staking vaults on Solana?</strong></p><p>Native staking delegates SOL to a validator, with protocol rewards accruing directly to the delegation. LSTs wrap the staked position into a derivative the treasury holds on its books, adding wrapper-related diligence. Native staking vaults keep the position delegated to the validator and represent it inside a lending protocol through a protocol-scoped token, without a treasury-held wrapper.</p><p><strong>Where can I watch the webinar replay?</strong></p><p>The full replay of Institutional Capital on Solana: From Allocators to Whales is available on <a href="https://www.youtube.com/watch?v=3izfwGyn2Ak&t=672s&ref=p2p.org" rel="noreferrer">Youtube</a> alongside this written recap.</p><p><strong>WORK WITH P2P.ORG ON SOLANA</strong></p><p>If your institution is evaluating what participation on Solana looks like in practice, the P2P.org team is available for that conversation. We work with institutional allocators across custody profiles. We can walk through the specific operational questions your treasury or risk committee is navigating, from validator evaluation criteria to reward reporting granularity. Explore P2P.org Solana staking infrastructure at <a href="https://p2p.org/?ref=p2p.org" rel="noreferrer">p2p.org</a>.</p>

André Caldeira

from p2p validator

defi dispatch, defi news DeFi Dispatch: DeFi News and Signals June 2026 (Issue 2)

<h2 id="series-defi-dispatch"><strong>Series: DeFi Dispatch</strong></h2><p>DeFi Dispatch is <a href="http://p2p.org/?ref=p2p.org">P2P.org</a>'s twice-monthly roundup of DeFi developments for institutional participants navigating the intersection of traditional and on-chain finance. Each edition covers the signals that matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams operating at the frontier of institutional DeFi and proof-of-stake infrastructure.</p><p>👉 Subscribe to our newsletter at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants.</p><p>Missed the previous edition? Catch up here: <a href="https://p2p.org/economy/defi-dispatch-defi-news-june-2026-issue-1/">DeFi Dispatch: DeFi News and Signals June 2026 (Issue 1)</a></p><hr><h2 id="quick-learnings-for-busy-readers"><strong>Quick Learnings for Busy Readers</strong></h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><p>The second half of June brought five developments that institutional participants in DeFi and staking infrastructure should track closely.</p><ul><li>DeFi TVL fell 37.3% year-to-date to $71.77 billion by June 18. RWA was the only major category posting growth at plus 48%. Stablecoin supply reached $314 billion, 4.4 times DeFi TVL, signaling a structural rotation from speculative DeFi into institutional-grade on-chain products.</li><li>A consortium of over 140 payment, banking, and crypto firms launched OUSD, redistributing full reserve interest yield back to member businesses. New York Life Investment Management launched the first on-chain high-yield corporate bond fund on Centrifuge, settled in USDC. BNY Mellon added USDC custody, minting, and burning capabilities directly into its Digital Asset Custody platform.</li><li>One year after activation, Pectra's validator consolidation has moved from theory to mainstream practice. Over 26% of validators are now compounding under the 0x02 credential model. This reduces DevOps overhead for institutional operators and sets the foundation for the Glamsterdam upgrade expected mid-2026.</li><li>BlackRock partnered with Ethena Labs to list USDe on its $20 trillion Aladdin risk management platform. BlackRock's BUIDL fund became the default reserve asset for Ethena's whitelabel stablecoins.</li><li>Hyperliquid and TRON were the only two networks among the top ten by TVL to post gains in 2026. Hyperliquid rose 6.7% on perpetuals demand. TRON added 5% on stablecoin corridor resilience. Q2 2026 became the most-hacked quarter on record by incident count at 83 exploits and $755 million in losses.</li></ul><h2 id="introduction-whats-driving-defi-markets-in-the-second-half-of-june"><strong>Introduction: What's driving DeFi markets in the second half of June?</strong></h2><p>The second half of June 2026 reveals a DeFi market undergoing a structural reset rather than a cyclical correction. TVL is down 37% year-to-date, but stablecoin supply is at $314 billion and growing, RWA is up 48%, and institutional product launches from New York Life, BlackRock, and BNY Mellon are accelerating. The capital is not leaving. It is rotating from speculative, emission-driven protocols into institutional-grade on-chain infrastructure with verifiable yield sources and defined counterparty frameworks. One year on from Pectra, Ethereum's validator architecture is reflecting that same maturation. And the security record of Q2 2026 makes clear that the infrastructure layer separating compliant institutional capital from on-chain execution environments is no longer optional.</p><p>Below, we break down five key developments and why they matter for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams.</p><h2 id="story-1-defi-tvl-falls-37%E2%80%993-year-to-date-as-stablecoins-decouple-and-rwa-leads-growth"><strong>Story 1: DeFi TVL Falls 37’3% Year-to-Date as Stablecoins Decouple and RWA Leads Growth</strong></h2><p>Decentralized finance now holds $71.77 billion in total value locked across 453 chains as of June 18, 2026, a steep retreat from the $114.49 billion the market opened the year with. TVL has fallen 37.3% year-to-date and 23.8% in the last 90 days, pulling the ecosystem within $2 billion of its 2026 low. The decline coincides with two structural shifts: capital concentration on Ethereum, which now anchors more than half of all DeFi TVL, and a quiet decoupling between stablecoin supply and the DeFi protocols meant to absorb it.</p><p>By category, liquid staking led the decline with a 44% year-to-date drop, followed by lending with a 39% decline. Conversely, RWA led with a 48% increase. Total stablecoin supply reached $314 billion in mid-June 2026, roughly 4.4 times larger than total DeFi TVL, meaning most stablecoin supply circulates outside DeFi protocols. Data from stablecoin market caps suggests parked capital rather than complete flight, with stablecoin supply remaining relatively stable while TVL contracted.</p><h3 id="why-is-this-important-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams"><strong>Why is this important for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams?</strong></h3><ul><li>The 4.4 times ratio of stablecoin supply to DeFi TVL is the clearest structural signal that institutional capital is accumulating on-chain in liquid, low-risk instruments rather than deploying into DeFi protocols, creating a demand overhang for yield-bearing institutional-grade products that can absorb that supply.</li><li>With RWA being the only major DeFi category posting growth at plus 48% year-to-date supports the rotation thesis: capital is moving from speculative, emission-driven protocols into tokenized real-world instruments with verifiable yield sources and defined legal frameworks.</li><li>For staking product managers and validator operators, the TVL decline in liquid staking reflects the broader deleveraging cycle rather than a structural retreat from proof-of-stake participation — total staked ETH has continued growing even as liquid staking TVL in USD terms has contracted with price.</li></ul><p>Source: <a href="https://coinlaw.io/decentralized-finance-market-statistics/?ref=p2p.org">CoinLaw</a>, <a href="https://finance.yahoo.com/markets/crypto/articles/defi-total-value-locked-slides-072657247.html?ref=p2p.org">Yahoo Finance via BeInCrypto</a>, June 2026.</p><h2 id="story-2-open-standard-consortium-launches-ousd-as-new-york-life-brings-high-yield-corporate-bonds-on-chain"><strong>Story 2: Open Standard Consortium Launches OUSD as New York Life Brings High-Yield Corporate Bonds On-Chain</strong></h2><p>A consortium of over 140 payment, banking, and crypto firms launched the Open Standard and its dollar-pegged stablecoin Open USD, or OUSD, planning to completely eliminate minting and redemption fees while redistributing reserve interest yield back to the member businesses driving its circulation. Following the launch, Circle CEO Jeremy Allaire published a rebuttal challenging the economic viability of OUSD's fee-free, full revenue-sharing approach.</p><p>New York Life Investment Management, which manages over $800 billion in assets, made its tokenization debut by launching the NYLIM Anemoy fund, an on-chain high-yield corporate bond fund strategy on the Centrifuge platform, with transactions settled in USDC. BNY Mellon added USDC custody, minting, and burning capabilities directly into its Digital Asset Custody platform, deepening its strategic partnership with Circle.</p><h3 id="why-is-this-important-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-1"><strong>Why is this important for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams?</strong></h3><ul><li>New York Life's tokenization debut with an on-chain high-yield corporate bond fund represents the first major U.S. life insurer committing production-scale AUM to tokenized credit infrastructure, adding a category of institutional participant that has been absent from on-chain markets until now.</li><li>The Open Standard consortium of 140 firms launching a yield-redistributing stablecoin directly challenges Circle's USDC model, creating a competitive dynamic in institutional stablecoin infrastructure that will affect which networks and settlement layers attract the largest institutional liquidity pools going forward.</li><li>BNY Mellon's USDC custody integration into its Digital Asset Custody platform means the largest custodian by AUM is now operationally connected to the stablecoin settlement layer that most institutional DeFi products depend on, lowering the operational barrier for BNY clients to engage with on-chain capital strategies.</li></ul><p>Source: <a href="https://crypto.com/us/market-updates/defi-l1l2-weekly-2026-07-02?ref=p2p.org">Crypto.com Market Updates</a>, June 2026.</p><h2 id="story-3-pectra-one-year-onvalidator-consolidation-reaches-26-as-institutional-staking-architecture-matures"><strong>Story 3: Pectra One Year On - Validator Consolidation Reaches 26% as Institutional Staking Architecture Matures</strong></h2><p>One year after Pectra activated on May 7, 2025, Ethereum shows higher validator consolidation, expanded blob usage, and broader smart account adoption. As of May 2026, over 26% of validators are compounding under the new 0x02 credential model, up from roughly 3,700 validators at launch in May 2025. Capital efficiency improved without harming execution-layer rewards, and large operators consolidated nodes to reduce DevOps overhead. The next named upgrade is Glamsterdam, expected mid-2026, targeting ePBS, Layer 1 scaling, parallel transaction processing, and block gas-limit increases toward 200 million or higher.</p><p>Academic analysis published in June 2026 found that compounding provides roughly plus 5% relative consensus-layer APR uplift for small validator balances, diminishing to under 1% for large staking providers. Empirical analysis of all active beacon chain validators shows 0x02 validators achieving modestly higher median consensus-layer APR, while solo stakers show higher relative adoption but face operational barriers, and providers cite infrastructure costs and protocol constraints as factors slowing migration.</p><h3 id="why-is-this-important-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-2"><strong>Why is this important for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams?</strong></h3><ul><li>The 26% compounding adoption rate among validators confirms that Pectra's consolidation thesis has materialized at meaningful scale, reducing the validator set complexity that institutional operators must manage while maintaining equivalent network security and reward economics.</li><li>The academic finding that compounding APR uplift diminishes to under 1% for large staking providers is an important data point for institutional staking programs modeling the economic case for credential migration — the operational cost reduction from consolidation is likely a larger driver than the yield uplift for large operators.</li><li>Glamsterdam's focus on parallel transaction processing and gas-limit increases toward 200 million represents the next infrastructure milestone for Ethereum's capacity to support institutional-scale tokenized asset settlement and DeFi protocol activity simultaneously.</li></ul><p>Source: <a href="https://ideas.repec.org/p/arx/papers/2606.23337.html?ref=p2p.org">arXiv via repec.org</a>, June 2026.</p><h2 id="story-4-blackrock-lists-usde-on-aladdin-as-buidl-becomes-default-reserve-asset-for-ethena-whitelabel-stablecoins"><strong>Story 4: BlackRock Lists USDe on Aladdin as BUIDL Becomes Default Reserve Asset for Ethena Whitelabel Stablecoins</strong></h2><p>BlackRock partnered with Ethena Labs to list the USDe synthetic dollar on its $20 trillion Aladdin risk management platform. Under the agreement, BlackRock's BUIDL tokenized treasury fund will become the default reserve asset for Ethena's whitelabel stablecoins, and Ethena will deploy a $100 million liquidity facility through Securitize to allow round-the-clock swaps out of BUIDL. Nasdaq joined the Pyth Data Marketplace as an institutional publisher, distributing its proprietary TotalView full depth-of-book equity data natively across blockchain networks.</p><p>The Aladdin integration is the most significant institutional distribution event for a DeFi-native synthetic dollar asset to date. Aladdin serves as the risk management and portfolio analytics platform for BlackRock's institutional client base, processing approximately $20 trillion in assets. Listing USDe on Aladdin means that institutional allocators using BlackRock's infrastructure can now evaluate and model synthetic dollar exposure within their existing risk frameworks, using the same tooling they apply to traditional fixed income and money market instruments.</p><h3 id="why-is-this-important-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-3"><strong>Why is this important for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams?</strong></h3><ul><li>BUIDL becoming the default reserve asset for Ethena's whitelabel stablecoins creates a direct link between BlackRock's tokenized Treasury infrastructure and the synthetic dollar products that institutional DeFi participants use as on-chain collateral, compressing the distance between regulated asset management and DeFi protocol mechanics.</li><li>Nasdaq joining the Pyth Data Marketplace to distribute equity data natively on-chain represents traditional market infrastructure actively building the oracle layer that tokenized equities and institutional DeFi products will depend on, reinforcing that the convergence between traditional and on-chain finance is happening at the data infrastructure level, not only the product level.</li><li>For staking product managers and DeFi vault operators, the BUIDL reserve arrangement establishes a template where institutional-grade tokenized assets serve as the collateral foundation for synthetic instruments, a model that will shape how staking yield and DeFi vault strategies are structured for institutional clients going forward.</li></ul><p>Source: <a href="https://crypto.com/us/market-updates/defi-l1l2-weekly-2026-07-02?ref=p2p.org">Crypto.com Market Updates</a>, June 2026.</p><h2 id="story-5-q2-2026-becomes-most-hacked-quarter-on-record-as-hyperliquid-and-tron-are-the-only-top-ten-tvl-gainers"><strong>Story 5: Q2 2026 Becomes Most-Hacked Quarter on Record as Hyperliquid and TRON Are the Only Top-Ten TVL Gainers</strong></h2><p>DeFi's total value locked fell 37.3% to $71.77 billion by mid-June, down from $114.49 billion at the start of 2026. Only two networks in the top ten by TVL managed to post gains: TRON added about 5% and Hyperliquid roughly 6.7%. Hyperliquid's rise reflects the demand for perpetual DEXs and specialized derivatives platforms, while TRON's resilience continues to rely on its high-throughput stablecoin corridors, especially in Asia.</p><p>Q2 2026 emerged as the most-hacked quarter on record by incident count at 83 exploits, although the $755 million in total value stolen remained below the historical peak of $3.56 billion recorded in Q4 2020. Two April attacks drove most of the damage. The Drift Protocol breach cost $295 million and the KelpDAO exploit followed at $293 million, together accounting for more than half of all 2026 losses. The KelpDAO exploit had the most direct contagion effect on lending markets: Aave's TVL fell from $26.4 billion to $14.3 billion over a few days, a 46% drop driven by the depegging of rsETH collateral used across multiple lending protocols simultaneously, despite Aave having no direct exposure to the attacked protocol.</p><h3 id="why-is-this-important-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams-4"><strong>Why is this important for asset managers, custodians, hedge funds, ETF issuers, exchanges, and staking teams?</strong></h3><ul><li>Q2 2026 setting a record for exploit incident count at 83 events, even as total losses stayed below historical peaks, signals that attack surface breadth is expanding faster than individual exploit scale — a pattern that makes protocol-level due diligence increasingly insufficient as a standalone risk management approach for institutional DeFi allocations.</li><li>Hyperliquid and TRON being the only top-ten TVL gainers illustrates a capital selectivity dynamic: networks with clear, high-throughput use cases — perpetuals trading and stablecoin settlement respectively — retained and grew institutional capital even as the broader market contracted.</li><li>The Aave TVL decline of 46% following a single collateral exploit in a connected protocol is the clearest demonstration of why institutional DeFi infrastructure must include an independent protection layer between allocation mandates and on-chain execution — exposure to systemic collateral risk cannot be managed at the protocol selection level alone.</li></ul><p>Source: <a href="https://blockchainreporter.net/defi-tvl-shrinks-39-in-2026-hacks-cost-942m-as-only-two-chains-grow?ref=p2p.org">BlockchainReporter</a>, <a href="https://finance.yahoo.com/markets/crypto/articles/defi-total-value-locked-slides-072657247.html?ref=p2p.org">Yahoo Finance via BeInCrypto</a>, <a href="https://www.weforum.org/stories/2026/01/digital-economy-inflection-point-what-to-expect-for-digital-assets-in-2026/?ref=p2p.org">World Economic Forum</a>, June 2026.</p><h2 id="key-takeaways-for-asset-managers-custodians-hedge-funds-etf-issuers-exchanges-and-staking-teams"><strong>Key Takeaways for Asset Managers, Custodians, Hedge Funds, ETF Issuers, Exchanges, and Staking Teams</strong></h2><p>The second half of June 2026 surfaces five converging signals for institutional participants in on-chain infrastructure:</p><ul><li>DeFi TVL falling 37% while stablecoin supply reached $314 billion and RWA grew 48% confirms a structural rotation from speculative protocols to institutional-grade on-chain products, with the capital concentration on Ethereum and the stablecoin-to-TVL ratio both pointing to a demand overhang for compliant yield infrastructure.</li><li>The launch of OUSD by a 140-firm consortium and New York Life's on-chain high-yield corporate bond debut signal that the institutional product buildout is accelerating at precisely the moment when speculative DeFi is contracting, with BNY Mellon's USDC integration adding custody infrastructure depth to the institutional on-chain stack.</li><li>Pectra's one-year consolidation data confirms that 26% of Ethereum validators have migrated to the compounding model, with operational efficiency rather than yield uplift being the primary driver for institutional operators and Glamsterdam representing the next infrastructure milestone for Layer 1 capacity.</li><li>BlackRock listing USDe on Aladdin and making BUIDL the default reserve asset for Ethena's whitelabel stablecoins establishes a template where regulated asset management infrastructure and DeFi-native synthetic instruments are integrated at the risk management layer, not just the product level.</li><li>Q2 2026 becoming the most-hacked quarter on record by incident count, with Aave losing 46% of TVL from a connected protocol exploit, confirms that systemic collateral concentration risk requires infrastructure-level protection rather than protocol-level due diligence for institutional DeFi programs.</li></ul><h2 id="frequently-asked-questions-faq"><strong>Frequently Asked Questions (FAQ)</strong></h2><h3 id="1-what-does-the-decoupling-of-stablecoin-supply-from-defi-tvl-signal-for-institutional-capital-allocation"><strong>1. What does the decoupling of stablecoin supply from DeFi TVL signal for institutional capital allocation?</strong></h3><p>A $314 billion stablecoin supply against $71.77 billion in DeFi TVL means that the majority of on-chain institutional liquidity is currently held in liquid, low-risk instruments rather than deployed into DeFi protocols. For institutional capital managers, this represents a structural demand overhang: there is significantly more stablecoin liquidity available for deployment than there are institutional-grade on-chain products capable of absorbing it at the risk and governance standards required by regulated allocators.</p><h3 id="2-what-does-pectras-one-year-consolidation-data-mean-for-institutional-staking-programs-evaluating-credential-migration"><strong>2. What does Pectra's one-year consolidation data mean for institutional staking programs evaluating credential migration?</strong></h3><p>The academic finding that compounding APR uplift diminishes to under 1% for large staking providers means that the economic case for credential migration among institutions is driven primarily by operational cost reduction rather than yield improvement. Institutions managing large validator sets should model credential migration as an infrastructure efficiency decision, with the yield uplift as a secondary benefit, and factor in the infrastructure costs and protocol constraints that current data shows are slowing provider-level adoption.</p><h3 id="3-why-does-the-q2-2026-exploit-record-matter-for-institutions-that-are-not-directly-invested-in-the-affected-protocols"><strong>3. Why does the Q2 2026 exploit record matter for institutions that are not directly invested in the affected protocols?</strong></h3><p>The KelpDAO and Drift Protocol exploits combined to create the most damaging quarter for DeFi security on record. KelpDAO's rsETH depegging had the most direct contagion effect on lending markets, causing Aave to lose 46% of TVL despite having no direct exposure to the attacked protocol. This is the systemic collateral concentration risk that due diligence on individual protocols cannot capture. Institutions with DeFi vault exposure that includes any protocol using shared collateral assets face contagion pathways that originate outside their direct counterparty relationships. Managing this requires infrastructure that sits between capital allocation decisions and on-chain execution, not protocol-level monitoring alone.”</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Subscribe to our newsletter</strong></b> at the bottom of this page to receive a monthly summary of the latest DeFi and staking developments, curated for institutional participants. Or follow us on <a href="https://linkedin.com/company/p2p-org?ref=p2p.org">LinkedIn</a> and <a href="https://twitter.com/p2pvalidator?ref=p2p.org">X</a> to stay updated when new DeFi Dispatch editions are published.</div></div><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. <a href="http://p2p.org/?ref=p2p.org">P2P.org</a> accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

legal layer, regulation Legal Layer: Institutional Staking & DeFi Regulatory Update [June 2026]

<hr><h2 id="series-legal-layer"><strong>Series: Legal Layer</strong></h2><p>Legal Layer is P2P.org's monthly regulatory intelligence series for custodians, ETF issuers, treasury teams, staking product managers, and validator risk committees operating at the intersection of institutional finance and proof-of-stake infrastructure. Each edition covers the regulatory developments, legislative updates, and policy signals that matter most for institutions building or evaluating staking and DeFi strategies.</p><p>Previously in the series: <a href="https://p2p.org/economy/legal-layer-institutional-staking-defi-regulatory-update-may-2026/">Legal Layer: Institutional Staking and DeFi Regulatory Update, May 2026</a></p><hr><h2 id="quick-learnings-for-busy-readers">Quick Learnings for Busy Readers</h2><p>Short on time? Here are the key takeaways. For the full analysis, continue reading below.</p><ul><li>The CLARITY Act's passage odds dropped to 42% on Polymarket, down from 74% a month ago, as ethics and law enforcement disputes fractured simultaneously. Galaxy Research cut its 2026 estimate to 60%. The August recess is now the last realistic legislative gate.</li><li>The MiCA transitional period expires July 1, with only around 17% of pre-MiCA licensed entities having converted to full CASP authorization. There is no extension. Any unauthorized provider serving EU clients after that date may be unlawfully providing regulated crypto-asset services under MiCA.</li><li>The SEC published its Draft Strategic Plan for 2026 to 2030 on June 2, formally designating digital assets as its first regulatory objective and committing to oversight frameworks for custody, trading, and staking that avoid duplicative or conflicting requirements.</li><li>The UK FCA closed its cryptoasset perimeter guidance consultation on June 3, establishing that validator and node operators lose their technology-only exemption the moment they offer dashboards, yields, or reward-compounding tools, with the full regime commencing October 2027.</li><li>Australia's ASIC no-action relief for digital asset businesses expires June 30, 2026, one day before MiCA. Any firm offering crypto-related financial services in Australia without a formal license is in breach of the Corporations Act from July 1. ASIC has confirmed there will be no extension.</li><li>Brazil's Central Bank stablecoin framework, effective early 2026, classifies dollar-pegged token transactions as foreign exchange operations and requires 100% reserve backing and monthly third-party audits. Tether's compliance position under the new rules remains formally uncertain.</li></ul><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-text">🗞️ <i><em class="italic" style="white-space: pre-wrap;">Legal Layer is part of our monthly newsletter covering institutional staking, DeFi infrastructure, and digital asset markets.</em></i> <b><strong style="white-space: pre-wrap;">Subscribe at the bottom of this page.</strong></b></div></div><h2 id="introduction">Introduction</h2><p>What does June 2026's regulation news mean for institutions building staking and DeFi programs? In the United States, the CLARITY Act has entered its most precarious legislative stretch yet, with bipartisan negotiations fracturing on two fronts simultaneously, while the SEC has published its clearest statement yet that staking should operate under appropriate oversight without duplicative requirements. In Europe, the MiCA July 1 enforcement deadline arrives with only 17% of pre-MiCA entities authorized, and the UK FCA has drawn a hard line that will reshape how validator operators structure their UK-facing services ahead of October 2027. In the Asia Pacific, Australia's ASIC no-action relief expires June 30, running a parallel hard deadline to MiCA's across the other side of the world. And in Latin America, Brazil's Central Bank stablecoin framework is redefining the institutional collateral layer across the region. Six developments, two hemispheres, one month.</p><h3 id="1-clarity-act-floor-vote-odds-drop-to-42-as-ethics-and-law-enforcement-disputes-fracture-simultaneously">1. CLARITY Act Floor Vote Odds Drop to 42% as Ethics and Law Enforcement Disputes Fracture Simultaneously</h3><p>Polymarket's CLARITY Act 2026 signing odds stood at 42% as of late June, down from 74% a month earlier. Galaxy Research's Alex Thorn cut his 2026 passage estimate to 60% from 75% on June 8, citing a tightening Senate calendar. The bill was placed on the Senate Legislative Calendar on June 1, making it formally eligible for a full Senate floor vote, but no floor vote has been scheduled. It still needs 60 votes to overcome the Senate filibuster, reconciliation with the Senate Agriculture Committee's version, and a presidential signature.</p><p>Bipartisan negotiations fractured into two tracks in early June. Democrats left a June 10 meeting frustrated after GOP senators walked back key elements of a tentative ethics deal, while the White House separately convened law enforcement groups to address illicit finance concerns under Section 604. Brian Gardner, chief Washington policy strategist at Stifel, wrote that the bill probably needs to clear the Senate by the end of July, and that failure before the August recess would cause its prospects to deteriorate materially. David Nage at Arca, following direct conversations with Senate offices, assessed lawmakers as 80% to 85% aligned on substance. The residual disagreement is a political optics problem, not a policy problem.</p><p>Source: <a href="https://www.techtimes.com/articles/318965/20260623/clarity-act-hits-42-passage-odds-ethics-fight-drains-senate-window.htm?ref=p2p.org">TechTimes</a>, <a href="https://thedefiant.io/news/regulation/clarity-act-senate-floor-seven-democrat-math-house-fast-follow?ref=p2p.org">The Defiant</a>, <a href="https://finance.yahoo.com/markets/crypto/articles/senates-last-ditch-clarity-act-145216524.html?ref=p2p.org">Yahoo Finance</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem">Why relevant for validators and the staking ecosystem:</h4><ul><li>Simultaneous fracturing of two negotiating tracks materially increases the probability that the legal classification of staking as a non-securities activity remains reversible administrative guidance rather than binding statute through this legislative cycle and potentially through 2030.</li><li>Institutions building staking program compliance timelines anchored to a 2026 signing should now treat a 2027 or later rule-making scenario as the primary planning assumption, with the March 17 SEC-CFTC joint interpretation as the operative compliance framework.</li><li>The August recess represents the last realistic legislative gate: failure to schedule a floor vote before approximately August 4 pushes the bill into a fall calendar that runs directly into November midterm positioning.</li></ul><h3 id="2-mica-transitional-period-expires-july-1-with-only-17-of-pre-mica-entities-authorized">2. MiCA Transitional Period Expires July 1, With Only 17% of Pre-MiCA Entities Authorized</h3><p>With the EU's MiCA transitional period expiring July 1, 2026, only around 210 of the 1,200-plus VASP entities that held pre-MiCA national registrations have converted to full CASP authorization, a conversion rate of over 18%. Circle's USDC, a top-ten stablecoin by global market capitalization, is fully MiCA-compliant, as is its euro-denominated EURC, which ranks among the leading euro-pegged stablecoins. Tether's USDT remains shut out of EU-regulated markets after declining to pursue authorization. Ten European jurisdictions have yet to issue a single CASP authorization.</p><p>July 1, 2026 is the hard enforcement deadline across the European Economic Area. ESMA has confirmed there will be no extension. After that date, any entity providing crypto-asset services to EU clients without a MiCA license is in breach of EU law and must stop. There is no intermediate or pending status: a firm is either authorized or it is not. For institutions, a non-authorized custodian or execution venue creates a live compliance gap that CCO sign-off, LP reporting, and audit defensibility all depend on.</p><p>Source: <a href="https://finance.yahoo.com/markets/crypto/articles/july-1-mica-deadline-looms-103215096.html?ref=p2p.org">Yahoo Finance</a>, <a href="https://www.ccn.com/news/crypto/july-1-mica-deadline-eu-crypto-firms-risk-being-forced-out/?ref=p2p.org">CCN</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem-1">Why relevant for validators and the staking ecosystem:</h4><ul><li>The approximately 83% non-conversion rate means institutional participants must verify that every counterparty in their staking and custody stack holds full CASP authorization, as operating through an unauthorized provider after July 1 creates direct regulatory exposure.</li><li>MiCA-authorized custody requires legally segregated, bankruptcy-remote asset storage with defined governance and independent supervisory oversight. This is the baseline standard institutional staking programs targeting EU clients must now demonstrate.</li><li>Tether's USDT remaining shut out of EU-regulated markets reshapes the stablecoin collateral layer available for DeFi vault strategies targeting EU-regulated institutions, affecting which assets can be used in compliant on-chain yield programs.</li></ul><h3 id="3-sec-publishes-draft-strategic-plan-for-2026-to-2030-formally-elevating-digital-assets-to-core-regulatory-objective">3. SEC Publishes Draft Strategic Plan for 2026 to 2030, Formally Elevating Digital Assets to Core Regulatory Objective</h3><p>The SEC published its Draft Strategic Plan for fiscal years 2026 through 2030 on June 2, placing digital assets at the center of a broad regulatory reset under Chairman Paul Atkins. The plan states that crypto asset technologies have the potential to revolutionize America's financial infrastructure. Objective 1.1 designates digital assets and distributed ledger technology as the agency's first regulatory objective, calling for a firm regulatory foundation through a rational, coherent, and principled approach. The plan is open for public comment through July 2, 2026.</p><p>The plan identifies tokenized offerings and on-chain financial infrastructure as areas where the SEC will promote compliant capital formation, and states that custody, trading, and staking services should operate under appropriate oversight without duplicative or conflicting regulatory requirements. The enforcement section signals a shift away from regulation by enforcement toward a focus on fraud and manipulation, explicitly rejecting the expansion of regulatory reach through ad hoc enforcement actions.</p><p>Source: <a href="https://www.sec.gov/newsroom/press-releases/2026-51-sec-publishes-draft-strategic-plan-public-comment?ref=p2p.org">SEC.gov</a>, <a href="https://bitcoinmagazine.com/news/sec-highlights-crypto-in-strategic-plan?ref=p2p.org">Bitcoin Magazine</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem-2">Why relevant for validators and the staking ecosystem:</h4><ul><li>The SEC's explicit commitment to staking oversight frameworks that avoid duplicative or conflicting requirements is a clear agency-level signal that staking is not being treated as a securities activity, reinforcing the March 17 joint interpretation while the CLARITY Act remains in legislative limbo.</li><li>The enforcement shift away from ad hoc action reduces the regulatory risk that staking infrastructure providers and DeFi protocol operators face during the rulemaking period, creating a more predictable operating environment for institutional product development.</li><li>The public comment period through July 2 is a direct window for validator operators, custodians, and staking infrastructure providers to shape how these services are defined in the SEC's five-year regulatory framework.</li></ul><h3 id="4-uk-fca-closes-cryptoasset-perimeter-guidance-consultation-drawing-hard-line-on-validator-and-staking-operator-scope">4. UK FCA Closes Cryptoasset Perimeter Guidance Consultation, Drawing Hard Line on Validator and Staking Operator Scope</h3><p>The FCA published its Cryptoasset Perimeter Guidance on April 16 and closed the consultation on June 3, 2026. The guidance draws a hard regulatory line for validator and node operators: firms lose their technology-only exemption the moment they provide added-value features. That includes user dashboards, yields, or reward-compounding tools. In those cases, firms must seek full authorization for arranging staking. The FCA also confirmed that any firm holding client crypto assets for more than 24 hours, or with the ability to override client authority, is classified as a regulated custodian requiring a full safeguarding license.</p><p>The FCA authorization application window opens September 30, 2026, with firms able to apply through February 28, 2027. The full regime commences on October 25, 2027. Keir Starmer's resignation on June 22, 2026, introduced political noise, but the timetable is set in statute enacted by Parliament rather than by ministerial policy, so it is largely insulated from the leadership change. Starmer also remains prime minister until the Labour leadership contest concludes, expected before Parliament returns in September, which keeps the near-term regulatory calendar within the current administration.</p><p>Source: <a href="https://www.fca.org.uk/publications/consultation-papers/cp26-13-cryptoasset-perimeter-guidance?ref=p2p.org">FCA.org.uk</a>, <a href="https://www.coindesk.com/policy/2026/04/16/uk-s-financial-watchdog-releases-sweeping-crypto-asset-framework-for-final-consultation?ref=p2p.org">CoinDesk</a>, <a href="https://www.ig.com/uk/trading-strategies/fca-crypto-regulation-uk-what-investors-need-to-know-260624?ref=p2p.org">IG UK</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem-3"><strong>Why relevant for validators and the staking ecosystem:</strong></h4><ul><li>The FCA's explicit removal of the technology-only exemption for validators offering dashboards, yields, or reward-compounding tools means that any validator infrastructure provider serving UK institutional clients with value-added staking services must obtain full FCA authorization before October 2027.</li><li>The 24-hour custody rule effectively brings any institutional staking arrangement where assets are held during an unbonding period under the regulated custodian classification, requiring staking providers to assess whether their operational model triggers safeguarding license requirements.</li><li>The authorization timeline gives UK-facing validator and staking providers a defined planning window: applications open September 30, 2026 and run through February 28, 2027, with the full regime commencing October 2027. Institutions should map which entities in their staking and custody stack will need to file, and when, well ahead of the application window.</li></ul><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-text">🗞️ <i><em class="italic" style="white-space: pre-wrap;">Legal Layer is part of our monthly newsletter covering institutional staking, DeFi infrastructure, and digital asset markets.</em></i> <b><strong style="white-space: pre-wrap;">Subscribe at the bottom of this page.</strong></b></div></div><h3 id="5-australias-asic-no-action-relief-expires-june-30-forcing-digital-asset-businesses-into-formal-licensing">5. Australia's ASIC No-Action Relief Expires June 30, Forcing Digital Asset Businesses Into Formal Licensing</h3><p>Australia's crypto industry faces its own hard deadline running parallel to MiCA's. The Australian Securities and Investments Commission's no-action relief position, which allowed digital asset businesses to operate without a formal financial services license while the regulatory framework was being developed, expires June 30, 2026. After that date, any firm offering crypto-related financial services to Australian clients without an Australian Financial Services license is in breach of the Corporations Act. ASIC has confirmed it will not extend the relief position. The transition effectively brings Australian digital asset service providers under the same supervisory obligations as traditional financial services firms, including capital adequacy, dispute resolution, and ongoing disclosure requirements.</p><p>The framework applies to firms operating with a substantive Australian presence or serving Australian clients, and enforcement is expected to follow swiftly after the deadline. Firms that applied for licenses during the transition window but have not yet received approval face an uncertain operating period, as ASIC has not issued blanket interim authorization for pending applicants.</p><p>Source: <a href="https://asic.gov.au/?ref=p2p.org">ASIC.gov.au</a>, <a href="https://fintechnews.sg/123854/crypto/apac-crypto-regulation-2026-compliance-guide/?ref=p2p.org">Fintech Singapore</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem-4">Why relevant for validators and the staking ecosystem:</h4><ul><li>Any validator infrastructure provider or staking service operator with Australian institutional clients must confirm that those clients hold a valid AFS license or are operating under a confirmed exemption, as an unlicensed counterparty creates the same compliance gap that MiCA creates for EU-facing stacks.</li><li>The ASIC transition brings Australian digital asset custody and staking arrangements under formal financial services law for the first time, requiring staking providers to assess whether their service model constitutes a financial service requiring licensing in Australia.</li><li>The almost simultaneous expiry of both Australia's no-action relief on June 30 and the MiCA transitional period on July 1 signals a coordinated global shift toward hard licensing enforcement, replacing transitional tolerance with active compliance obligations across two of the world's largest institutional digital asset markets in a single week.</li></ul><h3 id="6-brazils-central-bank-stablecoin-framework-takes-effect-reshaping-the-institutional-collateral-layer-across-latin-america">6. Brazil's Central Bank Stablecoin Framework Takes Effect, Reshaping the Institutional Collateral Layer Across Latin America</h3><p>Brazil's Central Bank published Resolutions 519, 520, and 521 in November 2025, establishing the country's first formal authorization framework for virtual asset service providers and creating a supervised stablecoin perimeter. Resolution 521, which took full effect in early 2026, classified stablecoin transactions as foreign exchange operations, bringing dollar-pegged tokens under the Central Bank's supervisory authority for the first time. Stablecoin issuers operating in Brazil must now register with the Central Bank, maintain 100% reserve backing, and submit monthly third-party audits. The framework makes Brazil the most formally regulated stablecoin jurisdiction in Latin America and the first to bring USD-pegged tokens explicitly within a foreign exchange supervisory perimeter. Tether's compliance position under the new rules remains formally uncertain.</p><p>The institutional significance extends beyond Brazil's borders. Latin American institutions now report the highest stablecoin adoption rate globally for cross-border payments, with 71% already using stablecoins for that purpose. Brazil's formal supervisory framework creates a compliance baseline that other major Latin American jurisdictions are expected to reference as they develop their own frameworks.</p><p>Source: <a href="https://www.bcb.gov.br/?ref=p2p.org">Banco Central do Brasil</a>, <a href="https://blog.bitfinex.com/education/crypto-in-latin-america-from-survival-tool-to-financial-infrastructure/?ref=p2p.org">Bitfinex Blog</a>, <a href="https://digitalchamber.org/latin-americas-surge-in-the-global-race-to-adopt-stablecoins/?ref=p2p.org">Digital Chamber</a></p><h4 id="why-relevant-for-validators-and-the-staking-ecosystem-5"><strong>Why relevant for validators and the staking ecosystem:</strong></h4><ul><li>Resolution 521's classification of stablecoin transactions as foreign exchange operations means any institutional staking or DeFi vault strategy using USD-pegged collateral in Brazilian-regulated structures must now operate within a formal FX supervisory perimeter, adding a compliance layer that did not exist before 2026.</li><li>Tether's uncertain compliance position in Brazil extends the same counterparty risk dynamic already present in the EU context, and institutions running multi-jurisdictional staking programs with stablecoin collateral legs need to assess USDT exposure across both geographies simultaneously.</li><li>Brazil's framework is likely to serve as a regional reference point. As Colombia, Peru, and Argentina develop their own licensing regimes, the compliance infrastructure that staking and DeFi providers build for Brazil positions them ahead of the broader Latin American institutional buildout.</li></ul><hr><p><strong>About P2P.org</strong></p><p>P2P.org provides Protected Yield for Digital Assets across 40+ proof-of-stake networks. Founded in 2018 by Konstantin Lomashuk, P2P.org operates non-custodial validator infrastructure for custodians, exchanges, asset managers, and treasury teams, with $10B+ in trusted institutional digital assets and 190+ institutional clients. SOC 2 Type II attested. A Cyber.fund company.</p><p><strong>Disclaimer</strong></p><p>This material is provided for informational purposes only and does not constitute investment, financial, legal, or tax advice. P2P.org accepts no liability for any actions taken based on it. Latency and performance figures referenced are estimates based on internal benchmarks and may vary depending on network conditions, geography, and client infrastructure. Past performance is not indicative of future results.</p>

Fito Benitez

from p2p validator

P2P.org Integrates with Fireblocks via ETH-Link: Native ETH Staking Inside Institutional Workflows

<p><strong>At a glance:&nbsp;</strong></p><ul><li>P2P.org is now live with Fireblocks&nbsp;</li><li>Fireblocks institutional clients can stake ETH natively within the platform - same custody model, same key management framework&nbsp;</li><li>P2P.org handles the creation and sunsetting of ETH validators.</li></ul><p>Institutional ETH staking has always involved a tradeoff. To stake, you either built your own validator infrastructure - operationally heavy, compliance-intensive, not what most institutions want to own - or you routed through a third-party provider in a way that introduced custody complexity and additional counterparty risk. Neither path fits cleanly inside the operational model of a custody-first institution.</p><p>The ETH-Link integration changes that. P2P.org now manages and operates ETH validators within the Fireblocks platform via the ETH-Link API. Fireblocks institutional clients can now access P2P.org's validator infrastructure directly within the Fireblocks platform - same custody model, same key management framework - with the full staking lifecycle managed by Fireblocks from end to end.</p><h2 id="p2porgs-role-in-the-stack"><strong>P2P.org's Role in the Stack</strong></h2><figure class="kg-card kg-image-card"><img src="https://p2p.org/economy/content/images/2026/06/Infrographics.png" class="kg-image" alt="" loading="lazy" width="2000" height="430" srcset="https://p2p.org/economy/content/images/size/w600/2026/06/Infrographics.png 600w, https://p2p.org/economy/content/images/size/w1000/2026/06/Infrographics.png 1000w, https://p2p.org/economy/content/images/size/w1600/2026/06/Infrographics.png 1600w, https://p2p.org/economy/content/images/size/w2400/2026/06/Infrographics.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>Within the ETH-Link architecture, P2P.org's role is focused: we manage and operate ETH validators under Fireblocks' direction. That is the extent of our surface.</p><p>Deposits and validator lifecycle management are handled entirely by Fireblocks through their ETH-Link architecture. P2P.org does not touch any of it. Our validator infrastructure runs in the background - a blind guardian that never intervenes in custodied assets.</p><p>What qualifies P2P.org for this role goes beyond uptime numbers. We built a purpose-built key management system from the ground up - validator keys are stored in an air-gapped private vault with no public access, anchored by Hardware Security Modules (HSMs) and protected through Trusted Execution Environments (TEEs) for real-time encryption of all private key operations. No single person holds access. Our key operations have been fully audited by PwC.</p><p>For ETH specifically, validators run on threshold signature clusters (2 of 3 via Dirk) with strict access controls and no overlap between signers - meaning no single point of failure and no single point of compromise. A built-in slashing database actively protects staked assets from penalties. Our infrastructure spans geographically distinct regions across bare metal and cloud, with diversified consensus and execution clients to ensure resilience against any single point of failure in the broader ecosystem. All MEV extraction runs through OFAC-compliant relays.</p><p>Eight years. Zero slashing events. $10B+ staked. 99.9%+ uptime. SOC 2 Type II certified. This is the infrastructure Fireblocks chose as one of its first integrations within the ETH-Link architecture, enabling even more ETH staking options for its institutional clients.</p><h2 id="what-this-enables-for-fireblocks-clients"><strong>What This Enables for Fireblocks Clients</strong></h2><p>For institutional clients already on Fireblocks, the practical picture is straightforward:</p><p><strong>No new custody setup: </strong>ETH staking is available within the existing Fireblocks platform. There is no new provider relationship to establish at the custody level, no asset migration, no change to the key management model.</p><p><strong>No third-party routing:</strong> Assets do not leave the Fireblocks environment. Staking execution occurs within the platform's validator infrastructure, with P2P.org operating as a provider within that infrastructure rather than outside it.</p><p><strong>Enterprise SLAs and operational continuity: </strong>&nbsp;P2P.org's track record on uptime and slashing prevention applies within the integration. Clients get the execution quality of a purpose-built institutional staking provider without taking on the operational surface area of running that provider relationship separately.</p><p><strong>Institutional-grade validator security:</strong> P2P.org's validator infrastructure runs on air-gapped key vaults, HSM-anchored encryption, threshold signatures, and geographically distributed clusters - PwC-audited. Clients inherit that security posture without building or managing any of it.</p><p><strong>Expanded staking optionality:</strong> Rather than evaluating and onboarding a staking provider independently, clients can access institutional-grade validator infrastructure directly through the Fireblocks platform, with no new custody surface and no change to their existing operational model.&nbsp;</p><h2 id="the-broader-signal"><strong>The Broader Signal</strong></h2><p>ETH-Link is Fireblocks' approach to solving that design problem: a provider-agnostic interface that is minimal enough to be safe, standardized enough to work across multiple providers, and scoped narrowly enough that it does not require custody compromise on either side.</p><p>P2P.org's integration demonstrates that the interface works in production - that a staking provider with the operational depth to operate inside institutional-grade custody infrastructure can implement it cleanly and deliver the execution quality institutions need.</p><p>That combination - a well-designed custody-layer interface and a staking execution provider capable of operating within it - is what institutional-grade staking infrastructure actually looks like. The ETH-Link integration is a live example of it.</p><div class="kg-card kg-cta-card kg-cta-bg-grey kg-cta-minimal " data-layout="minimal"> <div class="kg-cta-sponsor-label-wrapper"> <div class="kg-cta-sponsor-label"> <a href="http://p2p.org/?ref=p2p.org" class="cta-link-color"><u><i><em class="italic underline" style="white-space: pre-wrap;">P2P.org</em></i></u></a><i><em class="italic" style="white-space: pre-wrap;"> provides validator infrastructure for institutional platforms. </em></i> </div> </div> <div class="kg-cta-content"> <div class="kg-cta-content-inner"> <div class="kg-cta-text"> <p><i><em class="italic" style="white-space: pre-wrap;">Talk to our team by filling out the contact form on our website.</em></i></p> </div> <a href="https://p2p.org/?ref=p2p.org" class="kg-cta-button " style="background-color: #000000; color: #ffffff;"> Learn more </a> </div> </div> </div>

André Caldeira

from p2p validator