logo
  • Consent
  • Details
  • [#IABV2SETTINGS#]
  • About
This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
[#GPC_BANNER_ICON#]
[#GPC_TOAST_TEXT#]
Consent Selection
Show details
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
    • Pexels
      1
      Learn more about this provideropens in a new window
      _cfuvidThis cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators.
      Maximum Storage Duration: SessionType: HTTP Cookie
    • ambcrypto.com
      benzinga.com
      bitcoinmagazine.com
      coingape.com
      decrypt.co
      image.coinpedia.org
      pexels.com
      7
      __cf_bm [x7]This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    • newslayer.com
      1
      CookieConsentStores the user's cookie consent state for the current domain
      Maximum Storage Duration: 1 yearType: HTTP Cookie
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • newslayer.com
      3
      __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#]
[#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer

Install NewsLayer

Get the app experience — one tap from your home screen, instant loads and breaking-news alerts.

NewsLayer.com
LatestDaily BriefMarkets
NewsLayer PulseLIVE₿BTC$64,200+0.04%ΞETH$1,909+0.79%◎SOL$76.73+1.40%✕XRP$0.9992+0.47%ÐDOGE$0.0699+0.20%₳ADA$0.1753+1.35%Total Cap$2.30T+0.29%24H Vol$200.3BLayer Index44 Neutral
Crypto
External ReportingUpdated 2 dakika önce

Ethereum wants to hide your trades from bots before they can attack

Ethereum developers are weighing a new defense against predatory trading bots that exploit pending transactions before they reach the blockchain.

Ethereum wants to hide your trades from bots before they can attack
Publisher CryptoSlate 4 dk okuma
Image via CryptoSlate
Çevriliyor…

Market Context

Ξ

Ethereum

ETH

$1,909

+0.79% 24h

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

Ethereum developers are weighing a new defense against predatory trading bots that exploit pending transactions before they reach the blockchain.

The problem stems from Ethereum’s public mempool, a transparent waiting room where transactions can be inspected before execution. That visibility lets automated traders spot profitable orders and place their own transactions around them, extracting value from users before a trade settles.

The practice has become most closely associated with sandwich attacks. A bot spots a pending swap, buys the same asset first to move the price against the user, then sells immediately after the victim’s trade executes at the worse price.

While estimates suggest losses from such attacks have declined from earlier peaks, the problem has not disappeared. In April, Ethereum co-founder Vitalik Buterin was himself targeted when the notorious Jaredfromsubway.eth bot front-ran and back-ran a small swap from one of his addresses.

Developers are now exploring whether encryption can remove the informational advantage that makes those attacks possible.

Protocol researchers are scheduled to discuss the issue during an Aug. 19 “Encrypt the Mempool” call, where they will examine proposals designed to conceal transaction contents until their position in a block has already been committed.

The effort targets a long-running tradeoff for Ethereum users. Traders can already bypass the public mempool by routing transactions through private relays, reducing their exposure to front-running. But that protection comes with dependence on intermediaries that control transaction inclusion and availability.

An encrypted public mempool would attempt to preserve permissionless access to blockspace while preventing builders and bots from seeing the underlying trade before its ordering is fixed.

Reach crypto's most engaged readers — advertise mid-article on NewsLayer
Sponsored

Reach crypto's most engaged readers — advertise mid-article on NewsLayer

NewsLayer

Ad

One leading proposal is EIP-8184, known as LUCID. The draft would require block builders to commit to sealed transactions containing a chargeable ticket and encrypted payload without knowing what the transaction does. Only after the commitment is made would the sender, or an off-protocol key publisher, release the information needed to decrypt it.

While that design closes one avenue for exploitation, it also creates another problem Ethereum developers have yet to solve.

The decryption dilemma

A fully enshrined encryption scheme would need to satisfy a difficult set of constraints at Ethereum's scale.

EIP-8184's authors list small public keys, non-interactive decryption, no trusted setup, practical ciphertext sizes, strong chosen-ciphertext security and a credible route to quantum safety among the requirements.

They say no known cryptographic construction currently satisfies the entire set at Ethereum's scale.

LUCID therefore leaves the decryption construction outside the core protocol, allowing senders to manage their own key release or follow instructions from a key publisher. That preserves flexibility for stronger cryptography later, but EIP-8184's security considerations explicitly make publisher selection part of the user's security model.

The design also creates financial liabilities.

If a key is withheld or fails to arrive on schedule, LUCID's initial draft leaves the protocol-level penalty for a failed multi-key reveal with the transaction sender rather than automatically transferring it to the third-party key provider.

To put an economic cost on failed reveals, LUCID caps its encrypted top-of-block segment at one-eighth of the block gas limit and uses a reservation fee. Most of that amount can be returned after successful decryption, while the full reservation can be lost when the reveal fails.

That makes failed or selective releases expensive, but it cannot establish why a key failed to arrive or determine whether a publisher deliberately leaked it early.

The authors have described an off-protocol sponsorship arrangement where a publisher funds a transaction inside the bundle and absorbs the loss if it remains sealed. Ethereum itself would not enforce that pledge.

Trading intermediaries and network scaling

Wednesday's agenda will ask developers whether a temporary, non-post-quantum cryptographic solution is acceptable.

It also targets the deeper enforcement problem: how withholding or early key selling by members of a validator whitelist could be proved and whether those proofs could be automated.

A whitelist can establish who is authorized to publish keys. It cannot by itself distinguish deliberate misconduct from software failure, network latency, or a missed deadline.

An alternative proposal, EIP-8105, uses a directed trust graph where registered providers identify other providers they trust. Providers can establish their own withholding conditions, leaving incentives, reliability systems, and potential punishment mechanisms outside Ethereum's consensus rules.

Other approaches introduce their own costs. Threshold decryption distributes control among multiple participants but adds timing pressure. Trusted hardware can shorten the path to a key while introducing new hardware and operator dependencies.

Any production deployment would also need to coordinate with Ethereum's broader roadmap. LUCID is designed to extend the inclusion-list pipeline associated with FOCIL, or EIP-7805, which gives multiple validators a role in identifying transactions a builder must include.

Ethereum's security roadmap currently targets FOCIL as a consensus-layer priority for the Hegotá upgrade in 2027, while broader post-quantum infrastructure milestones sit further out.

Son Dakika

Hiçbir son dakika haberini kaçırmayın

X'te Takip Et Telegram'a Katıl

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Related Intelligence

External ReportingETH price on Aug 19, 2026 at 1am EDT Crypto Prediction MarketExternal ReportingTom Lee Uses BlackRock’s Bitcoin Report to Pitch Ethereum as AI’s Verification LayerExternal ReportingTop 3 Price Prediction: Bitcoin, Ethereum, Ripple – BTC breaks 50-day EMA, ETH near critical resistance, XRP hints mild recovery
View More
#ethereum#crypto

Sourced by

Originally reported by CryptoSlate

NewsLayer coverage based on externally reported material.

The Daily Brief

The onchain economy, before your day starts.

Curated markets, onchain insights, and key headlines — delivered every weekday morning.

Weekdays · Free · ~5 minute read

Market Context

Ξ

Ethereum

ETH

$1,909

+0.79% 24h

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

Son Dakika

Hiçbir son dakika haberini kaçırmayın

X'te Takip Et Telegram'a Katıl

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Related Intelligence

External ReportingETH price on Aug 19, 2026 at 1am EDT Crypto Prediction MarketExternal ReportingTom Lee Uses BlackRock’s Bitcoin Report to Pitch Ethereum as AI’s Verification LayerExternal ReportingTop 3 Price Prediction: Bitcoin, Ethereum, Ripple – BTC breaks 50-day EMA, ETH near critical resistance, XRP hints mild recovery
View More
Market Story0%
ΞEthereum$1,909+0.79%

Layer Index 44 · Neutral

İlgili Haberler

BTC, ETH, SOL fiyatı: Koreli çip hisseleri %7 düşerken Solana, bitcoin ve ether'deki yükselişe öncülük ediyorBITCOIN GÜNDEMİ

BTC, ETH, SOL fiyatı: Koreli çip hisseleri %7 düşerken Solana, bitcoin ve ether'deki yükselişe öncülük ediyor

BTC, ETH, SOL fiyatı: Koreli çip hisseleri %7 düşerken Solana, bitcoin ve ether'deki yükselişe öncülük ediyor CoinDesk

2 saat önce

1 dk okuma
NewsLayer.com

The front page of the onchain economy. Crypto, Web3 and regulation intelligence — live prices, original research and policy tracking in one layer.

Follow on XTelegram

News

  • Latest News
  • The Daily Brief
  • Crypto
  • DeFi
  • Web3
  • Blockchain
  • Policy
  • Explainers

Markets & Tools

  • Market News
  • Live Charts
  • Layer Index
  • Regulation Tracker
  • Regulation Radar
  • Research
  • NewsLayer Originals
  • My Feed
  • Search

Company

  • About NewsLayer
  • Go Premium
  • Advertise
  • PR Publication
  • Become an Author
  • Create Account
  • Sign in

© 2026 NewsLayer.com — The front page of the onchain economy·Privacy Policy·Terms of Service

NewsLayer

Get the signal, not the noise.

Markets, regulation and onchain intelligence in a 5-minute morning read — plus breaking alerts and Layer Index flips as they happen.

The Daily Brief

Breaking alerts

Index flips

Free · No spam · Unsubscribe anytime