# The SEC's Big Shift *Author: Bankless* *Published: Apr 13, 2026* *Source: https://www.bankless.com/read/the-secs-big-shift* --- [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/Group-733.png)](https://brix.money/) The SEC's Big Shift Published on Apr 13, 2026 [ View in Browser ](https://bankless.com/read/briefs) --- [***Sponsor: Brix***](https://brix.money/)*** ***— Access real-world yield in DeFi. Built on MegaETH.[](https://bankless.ghost.io/ghost/#/editor/post/69580059dbc84d000120d568)[](https://www.bankless.com/portal/content/posts/view?id=8502)[](https://bankless.ghost.io/ghost/#/editor/post/69580059dbc84d000120d568) [Join the Waitlist](https://brix.money/)[](https://www.bankless.com/portal/content/posts/view?id=8502) [](https://bankless.ghost.io/ghost/#/editor/post/69580059dbc84d000120d568)[](https://www.bankless.com/portal/content/posts/view?id=8502)[](https://bankless.ghost.io/ghost/#/editor/post/69580059dbc84d000120d568)[](https://www.bankless.com/portal/content/posts/view?id=8502) [](javascript:;) .  .  . NEED TO KNOW SEC's New Exemption [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/Group-22--6-.png)](https://bankless.com/)- 💸 **SEC Exempts 'Crypto Interface Providers' from Broker-Dealer Registration.** New guidance [clarifies](https://www.bankless.com/read/news/sec-staff-exempts-crypto-interface-providers-from-mandatory-registration) when crypto interfaces can operate without broker-dealer registration, and where the limits lie. - 🥷 **Kraken Discloses Extortion Attempt, Says No Client Funds At Risk.** The crypto exchange is [coordinating](https://www.bankless.com/read/news/kraken-discloses-extortion-attempt-claims-no-client-funds-at-risk) with law enforcement to address an ongoing extortion attempt. - 🤔 **Circle CEO Defends Much-Critiqued Response to Drift Hack. **Jeremy Allaire says that unilateral intervention [poses a moral quandary](https://www.bankless.com/read/news/circle-ceo-defends-response-to-drift-hack-requests-liability-carveout), and wants liability carveouts that shield stablecoin issuers. 📸**Daily Market Snapshot: **Crypto sentiment is shifting bullish with ETH up 10% on the week after posting big gains Monday amid a broader market rally that comes as the Iran conflict enters a new phase. Prices as of 6pm ET 24hr 7d ![](https://banklesspublic.b-cdn.net/cmc.png) **Crypto** $2.48T ↗ 5.2% ↗ 8.0% ![](https://banklesspublic.b-cdn.net/btc.png) **BTC** $74,383 ↗ 5.1% ↗ 7.6% ![](https://banklesspublic.b-cdn.net/eth.png) **ETH** $2,349 ↗ 6.9% ↗ 10.6% [](javascript:;) .  .  . ANALYSIS What's New in Paradigm's Reth 2.0 Bankless Author: [ William M. Peaster](https://www.bankless.com/author/william-m-peaster) [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/image---2026-04-13T183932.564.png)](https://www.bankless.com/read/whats-new-in-paradigms-reth-2-0)The Ethereum L1 has two kinds of clients, consensus and execution. Consensus clients handle the proof-of-stake (PoS) layer, while execution clients manage Ethereum Virtual Machine (EVM) state, i.e. facilitating transactions and executing smart contracts. These infra layers aren't always all that flashy, but Reth's reveal of their [2.0 execution client](https://www.paradigm.xyz/2026/04/releasing-reth-2-0) is interesting for a few reasons. Reth is notably a Paradigm Research project, built and led by many of the same people behind [Tempo](https://www.bankless.com/read/news/stripe-deploys-tempo-blockchain-to-mainnet-introduces-machine-payments-protocol), the permissioned, payments-optimized EVM L1 that has stirred plenty of tension in the Ethereum community in recent months. As an EVM solution, **Reth supports node operators on both Ethereum and Tempo**. [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/image-35.png)](https://ethernodes.org/)*via [Ether Nodes](http://ethernodes.org/)* Reth, which debuted two years ago, is also currently the [fourth-largest](https://ethernodes.org/) Ethereum execution client by adoption, lagging behind Geth, Nethermind, and Go-ethereum. Are the technical upgrades in 2.0 poised to help the client rise further in popularity? **Let's take a deeper look.** ## Gigagas Gains Gas is the unit Ethereum uses to measure computational work. For context, the Ethereum L1 currently has a gas limit around 60 million gas *per block*, and the average Ethereum block takes ~12 seconds. By extension, *gigagas* is the technical measurement for 1 billion gas units. This is why one of the main headliner advances in Reth 2.0 is that the client can now process 1.7 gigagas/s on the right hardware. 1.7 billion gas units of work every second! [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/5164f5417aae8fcc68f4c9063e5b8c34937481a4-1409x702.jpg)](https://www.paradigm.xyz/2026/04/releasing-reth-2-0)While Ethereum researcher Justin Drake has discussed (on Bankless!) the path to 1 gigagas per second on the Ethereum L1, the reality is that in today's numbers, Reth 2.0 can already process the equivalent of roughly 28 Ethereum mainnet blocks per second. So, the performance gains here likely have more to do with Paradigm's interest in building for future scaling needs of Tempo's permissioned validator set. ## Smarter State & Storage Every time a block is processed, Ethereum needs to compute something called the state root, which is basically a fingerprint of the entire state of the chain at that time. Clients have needed to wait for *all *transactions in a block to finish completing before computations could begin, which created chokepoints. Reth 2.0 solves this with two improvements working together: a *Sparse Trie Cache* and *Partial Proofs*. The former takes snapshots of relevant state between blocks, while the latter essentially halves the amount of data a node has to pull from disk to verify changes. Together these resources bring state root calculation at the end of blocks down to 2 milliseconds or less. [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/04/Xnapper-2026-04-13-18.57.03.png)](https://x.com/gakonst/status/2041932376557941134?ref_src=twsrc%5Etfw)Moreover, Reth 2.0 also overhauls how data is stored. A new "tiered storage" system separates commonly used data from historical records, so that a full Ethereum mainnet node can now fit in less than 300GB, with snapshot downloads as low as 170GB supported. Instead of taking days, spinning up a Reth node from scratch is streamlined to a couple of terminal commands plus waiting ~10 minutes. ## A Tale of Two Nodes Paradigm was long seen as an indomitable resource for the Ethereum community, and seeing their leadership and research shift much of their time and energy (while also hiring away key open-source talent) to pushing out Stripe's vision of a more corporate-aligned ecosystem has been a bummer. For their part, the Tempo team has repeatedly maintained that their work will continue to benefit the broader crypto ecosystem, including Ethereum. Reth 2.0 is at least one concrete data point in favor of Paradigm's position. Tempo node operators can run it just as Ethereum node operators can run it, and this is undoubtedly a significant net benefit to the Ethereum ecosystem in its own right. [Share this Article](https://www.bankless.com/read/whats-new-in-paradigms-reth-2-0) ---