# Ethereum's Fix for Blind Signing *Author: William M. Peaster* *Published: May 16, 2026* *Source: https://www.bankless.com/fr/read/ethereums-fix-for-blind-signing* --- Hardware wallets can be one of the best ways to bolster your crypto security. They hold your private keys "cold," i.e. offline, so hackers can't directly swipe them. However, these devices *aren't *a panacea. Attackers can still trick you* *into signing something nefarious, like sending all your ETH to their address. The main vector for these sorts of deceptions to date? **Blind signing. ** The first hardware wallets started around basic transfers that were straightforward to display. In recent years, the rise of complex smart contracts, e.g. Ethereum DeFi and NFTs, made it hard for wallets to decode transactions into readable text. Wallets turned to letting users sign these transactions "blindly," i.e. without knowing what's actually being approved, for practicality. The problem is that hackers can infect your computer or compromise an app frontend and thus make it *look *like you're signing a harmless transaction, while in actuality it's an approval for some theft scheme. So blind signing began as a practical shortcut, but it's evolved into a systemic vulnerability across the crypto ecosystem and played a key role in the hacks of projects like [Bybit](https://www.fireblocks.com/blog/bybit-attack-security-flaws-fireblocks-nation-state-resilient-solutions) (~$1.5B), [WazirX](https://wazirx.com/blog/wazirx-cyber-attack-key-insights-and-learnings/) (~$230M), and [Radiant Capital](https://medium.com/@RadiantCapital/radiant-post-mortem-fecd6cd38081) (~$50M). These kinds of heists will absolutely continue to creep up so long as blind signing remains open as a pressure point for advanced persistent threats like Lazarus Group. Fortunately, though, the end of the blind signing era is now officially coming into focus. > 0/ Clear signing is now live. An open standard to end blind signing, making human-readable transactions default. This effort brings a major UX and Security upgrade to transaction signing on Ethereum. [pic.twitter.com/nIGRCBQh6G](https://t.co/nIGRCBQh6G)— Ethereum Foundation (@ethereumfndn) [May 12, 2026](https://twitter.com/ethereumfndn/status/2054232916763263148?ref_src=twsrc%5Etfw) That's because this week the Ethereum Foundation's Trillion Dollar Security Initiative and a working group of crypto companies (Ledger, Trezor, Fireblocks, WalletConnect, etc.) debuted [**Clear Signing**](https://clearsigning.org/), a new open standard designed to make human-readable transactions the *default *on Ethereum. Central to this effort is ERC-7730, a shared format that lets protocols readily describe what their transactions actually do in plain language. In other words, a team can write a JSON descriptor that assigns readable fields to raw contract calls, and then they can publish this descriptor to an [open registry](https://github.com/ethereum/clear-signing-erc7730-registry) stewarded by the Ethereum Foundation. Wallets then fetch from this registry as needed, allowing users to know exactly what's being asked when signing transactions. [![](https://storage.ghost.io/c/e4/b7/e4b77544-5a37-4f0b-8824-8440aa348476/content/images/2026/05/image-31.png)](https://clearsigning.org/)Notably, Ledger is *already *live with Clear Signing support, and so far [more than 40 protocols](https://clearsigning.org/ecosystem/) have published descriptors to the ERC-7730 registry, including DeFi heavyweights like Aave, Lido, Uniswap, and Safe. Of course, this registry is open and permissionless, so we'll see the rise of attestations here, and wallets will be the final decider of which sources they accept before rendering anything. Needless to say, at a time when crypto hacks are on the rise, this initiative is a very welcome effort. User education simply can't overcome blind signing because the threat vector it opens up is a structural problem. To this end, Clear Signing is *the *structural fix, so it'll be nice to see the ERC-7730 registry's coverage steadily widen. Cheers to that!