Ethereum transactions often involve smart-contract calls, not just simple token transfers. That makes wallet prompts harder to explain: ethereum.org says hardware wallets may show raw hex calldata, while software wallets usually decode fields only when they recognize the contract . When the protocol is new, the app is compromised, or the device is offline, users can still end up signing blind .
The Ethereum Foundation frames this as more than a usability problem. Its Clear Signing announcement describes blind signing as a structural flaw that has contributed to billions in user losses, including the Bybit hack . The goal is to make the approval screen show the intent of a transaction before the user confirms it .
ERC-7730 is not a new transaction type and does not change what happens on-chain. It is a descriptor format: extra metadata that tells a wallet how to turn contract calls and EIP-712 typed messages into a readable display .
Ledger’s technical specification describes an ERC-7730 file as including binding information such as contract address, chain ID, and ABI, plus metadata and display rules that determine how transaction data is formatted for the user . In practice, the descriptor acts like a translation layer between low-level calldata and the wallet screen.
A simplified flow looks like this:
For users, the visible change is straightforward: instead of raw calldata or a vague signing prompt, supported wallets and devices can show understandable transaction details. Ledger describes Clear Signing as translating complex smart-contract data into understandable transaction details, including on a Ledger device’s secure screen .
Clear Signing is only as reliable as the descriptor a wallet uses. The descriptor defines how a contract call or typed message is interpreted for display, so it becomes part of the security model .
| Component | What it does | Why it matters |
|---|---|---|
| ERC-7730 descriptor | Describes how to display a smart-contract call or typed message in human-readable form | It determines what the user sees before signing |
| Registry | Helps wallets find descriptors for contracts and chains; the Ethereum Foundation says its Trillion Dollar Security Initiative is acting as a credibly neutral steward of the Clear Signing registry | Without broad registry coverage, many contracts may still fall back to unreadable or partially decoded prompts |
| Audits and attestations | Launch coverage describes auditor attestations and cryptographic fingerprints as part of the surrounding Clear Signing infrastructure | They are meant to give wallets and users confidence that the descriptor accurately represents the transaction being signed |
This is the key trade-off. A registry makes descriptors discoverable, but it also introduces curation and trust questions. A descriptor audit can reduce the risk of a misleading display, but it does not automatically make every contract safe or every wallet prompt complete. Public materials describe the direction of the registry and attestation model, but they do not fully spell out every governance, dispute, or stale-descriptor handling detail .
The official Ethereum Foundation announcement says the launch came from an Ethereum Working Group made up of wallet developers, security firms, and the Foundation’s Trillion Dollar Security Initiative . It does not, in the available excerpt, provide a complete official roster of every participant.
Ledger is the clearest named supporter in the available sources: it publishes ERC-7730 and Clear Signing technical documentation, promotes Clear Signing for Ledger devices, and says more than 15 popular service providers support Clear Signing and Transaction Check through Ledger Wallet .
Third-party launch coverage reports that working-group members include Ledger, Trezor, MetaMask, WalletConnect, Cyfrin, and Fireblocks . MetaMask support has also been reported separately in connection with a Ledger collaboration focused on Clear Signing . Because the official Ethereum Foundation material here names categories rather than a full list, those third-party names should be read as reported ecosystem participation rather than a complete canonical directory .
Clear Signing does not magically make every Ethereum interaction readable. Each supported contract call or typed message needs suitable metadata, and wallets need to support the standard . ethereum.org’s explanation is blunt about the current gap: software wallets decode fields only when they recognize a contract, and users can still sign blind when they do not .
Long-tail coverage is a known challenge. A proposal from Kampela, a builder of air-gapped hardware signing devices, argues that curated off-chain registries such as ERC-7730 can bring clear signing to well-known contracts but depend on third-party curation and may struggle to scale to the long tail of contracts deployed every day . That is a critique from a proposed alternative design, not proof that ERC-7730 cannot scale, but it highlights the practical adoption problem: descriptors must exist, be discoverable, and stay accurate.
Clear Signing is easiest to understand when a wallet or device can fetch or receive updated descriptors through normal software channels. Ledger’s consumer material describes connecting a Ledger signer via Bluetooth or USB and showing clear transaction details on-device .
Fully air-gapped devices raise a tougher question: how does the signer receive, verify, and update descriptor data without trusting an online intermediary? ethereum.org notes that offline devices are one of the cases where users can still end up signing blind . Kampela’s on-chain clear-signing proposal is explicitly aimed at making transactions human-readable and verifiable on constrained, air-gapped devices without trusted third parties, and it critiques off-chain registry approaches for their reliance on curation .
That does not mean Clear Signing cannot work with hardware wallets. It means the strongest guarantees for fully air-gapped workflows are still less clear from the available public materials than the guarantees for connected wallet and hardware-wallet flows.
Ethereum Clear Signing is a serious attempt to replace blind approvals with readable intent. ERC-7730 supplies the descriptor format; registries make descriptors discoverable; audits and attestations help establish trust in what the wallet displays .
The standard’s value will depend on adoption. If major wallets, hardware devices, protocols, registries, and auditors converge on reliable descriptors, users should see fewer opaque signing prompts. If coverage remains thin, especially for new contracts and air-gapped devices, blind signing will not disappear everywhere at once .