Clear Signing 是以太坊生態針對盲簽推出的開放標準,核心是 ERC 7730:用 JSON 描述檔讓錢包把智能合約呼叫與 typed messages 顯示成可讀摘要。 描述檔登錄庫、審計者證明與加密指紋構成信任層:它們協助錢包找到正確顯示資料,也降低交易摘要被錯誤或誤導性呈現的風險。

Create a landscape editorial hero image for this Studio Global article: What is Ethereum’s new Clear Signing standard, how does it use ERC-7730 to replace blind crypto transaction approvals with plain-language su. Article summary: Ethereum’s Clear Signing is a new open standard meant to replace “blind signing” with readable transaction approvals, so users can see plain-language summaries of what a smart-contract transaction or typed-data signature. Topic tags: general, documentation, general web, user generated. Reference image context from search candidates: Reference image 1: visual subject "How to Create a Cryptocurrency: Step-by-Step Guide (2026). how to create a cryptocurrency. What Are Digital Assets: Types, Risks, and How to Get Started. How to Sell Pi Coin: A Ste" source context "Ledger Reveals Clear Signing Initiative, Combats Blind Signing Risks" Reference image 2: visual subje
如果你用過鏈上應用,最危險的畫面常常不是價格波動,而是錢包跳出一個你看不懂、卻要求你按下「簽署」的提示。Ethereum Clear Signing(可讀式簽署,亦常直譯為清晰簽署)要處理的,正是 blind signing(盲簽):使用者在無法有效閱讀交易資料前就批准簽名。以太坊基金會公告稱,這項開放標準由一個 Ethereum Working Group 推出,成員類型包括錢包開發者、安全公司,以及基金會的 Trillion Dollar Security Initiative;基金會也把盲簽形容為造成數十億美元用戶損失的結構性缺陷之一,並提到 Bybit 遭駭事件 [17]。
它的技術核心是 ERC-7730:一個仍屬草案的 Structured Data Clear Signing Format,用 JSON metadata 定義智能合約呼叫與 typed messages 在簽署前如何呈現給真人檢查 [2][
11]。
以太坊交易往往不只是單純轉帳,而是與智能合約互動。這讓錢包提示變得很難白話化:ethereum.org 指出,硬體錢包可能只顯示原始十六進位 calldata;軟體錢包通常也只有在認得合約時,才會解碼出較清楚的欄位 [5]。當協議很新、前端應用被入侵,或簽署裝置處於離線狀態時,使用者仍可能在看不懂內容的情況下簽名 [
5]。
Clear Signing 的目標,就是讓確認畫面在使用者按下批准前,先顯示交易意圖:你要和哪個合約互動、授權什麼、可能移動哪些資產,而不是只丟出一串機器可讀、真人難懂的資料 [17]。
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
Clear Signing 是以太坊生態針對盲簽推出的開放標準,核心是 ERC 7730:用 JSON 描述檔讓錢包把智能合約呼叫與 typed messages 顯示成可讀摘要。
Clear Signing 是以太坊生態針對盲簽推出的開放標準,核心是 ERC 7730:用 JSON 描述檔讓錢包把智能合約呼叫與 typed messages 顯示成可讀摘要。 描述檔登錄庫、審計者證明與加密指紋構成信任層:它們協助錢包找到正確顯示資料,也降低交易摘要被錯誤或誤導性呈現的風險。
Ledger 是目前資料中最明確的支持者;第三方報導也點名 Trezor、MetaMask、WalletConnect、Cyfrin、Fireblocks 等參與,但官方摘要未列完整名單。
繼續閱讀「松下押注 AI 資料中心:5,000億日圓投資能補上 EV 電池缺口?」,從另一個角度查看更多引用來源。
開啟相關頁面將這個答案與「NASA 新一代太空晶片 HPSC 是什麼?500 倍算力為何可能改寫深空任務」交叉比對。
開啟相關頁面Complete technical specification for the Clear Signing metadata format. ... Defines a JSON format for providing human-readable descriptions of smart contract calls and EIP-712 messages. ... An ERC-7730 file contains three main sections: ... // Binding infor...
This reference document provides details on the ERC-7730 standard, which defines a JSON format for clear-signing smart contract calls and typed messages. Standard Definition ERC-7730 (Structured Data Clear Signing Format) is a specification that provides a...
Ethereum’s new ERC‑7730 Clear Signing standard replaces hex gibberish in wallet prompts with human‑readable, auditable transaction summaries to slash phishing and blind signing losses. Summary - The Ethereum Foundation’s Clear Signing working group and Ledg...
Most major Ethereum exploits had the same final step: a user approving a transaction they could not meaningfully understand. Hardware wallets show raw hex calldata, and worse force you to have blind signing on. Software wallets show decoded fields, but only...
ERC-7730 不是新的交易類型,也不會改變鏈上實際執行邏輯。它比較像一層「交易理解層」:用描述檔告訴錢包,某個合約呼叫或 EIP-712 typed message 應該如何翻譯成人類可讀的畫面 [2][
4]。
Ledger 的技術規格描述,ERC-7730 檔案會包含綁定資訊,例如合約地址、chain ID、ABI(合約介面描述),以及 metadata 和顯示規則,用來決定交易資料要如何格式化給使用者看 [1]。換句話說,描述檔就是低階 calldata 與錢包畫面之間的翻譯字典。
一個簡化流程如下:
對一般使用者來說,最直觀的改變是:支援的錢包與硬體裝置不再只顯示模糊提示或 raw calldata,而能呈現較容易理解的交易細節。Ledger 將 Clear Signing 描述為把複雜智能合約資料轉成可理解的交易細節,並可顯示在 Ledger 裝置的安全螢幕上 [16][
18]。
| 組成 | 作用 | 為什麼重要 |
|---|---|---|
| ERC-7730 描述檔 | 描述智能合約呼叫或 typed message 要如何以人類可讀方式顯示 [ | 它直接決定使用者簽署前看到的內容 [ |
| 描述檔登錄庫 | 協助錢包找到不同合約與鏈的描述檔;以太坊基金會表示,其 Trillion Dollar Security Initiative 正擔任 Clear Signing registry 的可信中立管理角色 [ | 如果登錄庫覆蓋不夠廣,許多合約仍可能退回到不可讀或只部分解碼的提示 [ |
| 審計與證明 | 第三方啟動報導提到,Clear Signing 周邊基礎設施包含審計者證明與加密指紋 [ | 目的在於讓錢包與使用者更有信心:畫面上的摘要確實反映正在簽署的交易 [ |
這裡的取捨很清楚:登錄庫讓描述檔容易被找到,但也帶來維護、篩選與信任問題;審計可以降低描述檔誤導顯示的風險,卻不代表每個合約都安全,也不保證每個錢包提示都完整。就目前可見的公開資料而言,登錄庫與證明模型的大方向已被說明,但治理、爭議處理、過期描述檔如何處置等細節,仍未在相關材料中完整展開 [8][
17]。
以太坊基金會的正式公告說,這次推出來自一個由錢包開發者、安全公司與基金會 Trillion Dollar Security Initiative 組成的 Ethereum Working Group;但在目前可見摘要中,公告沒有列出每一個參與者的完整官方名單 [17]。
Ledger 是資料中最明確可見的支持者:它發布了 ERC-7730 與 Clear Signing 的技術文件,也推廣 Ledger 裝置上的 Clear Signing;Ledger 並表示,Ledger Wallet 目前已有超過 15 個熱門服務提供者支援 Clear Signing 與 Transaction Check [1][
2][
16][
18]。
第三方啟動報導則稱,工作小組成員包括 Ledger、Trezor、MetaMask、WalletConnect、Cyfrin 與 Fireblocks [8]。此外,MetaMask 對 Clear Signing 的支持也曾在與 Ledger 合作的脈絡下被另行報導 [
26]。由於以太坊基金會材料在此列的是參與類型而非完整名錄,這些名稱較適合視為「報導中的生態參與者」,而不是官方、完整、最終版清單 [
8][
17]。
Clear Signing 不會魔法般讓每一筆以太坊互動都變得可讀。每一個受支援的合約呼叫或 typed message,都需要合適的 metadata;同時,錢包也必須支援相關標準 [1][
2][
5]。
ethereum.org 對當前缺口的描述相當直接:軟體錢包通常只有在認得合約時才會解碼欄位;若不認得,使用者仍可能盲簽 [5]。長尾合約尤其是挑戰。Kampela 這個打造 air-gapped 硬體簽署裝置的團隊,在其鏈上 clear-signing 提案中批評,像 ERC-7730 這類策展式 off-chain 登錄庫可讓知名合約支援清晰簽署,但依賴第三方策展,且可能難以擴展到每天部署的大量長尾合約 [
6]。
這是替代設計提出的批評,不等於證明 ERC-7730 無法擴張;但它點出現實問題:描述檔必須存在、能被找到,而且要保持正確。
Clear Signing 最容易理解的情境,是錢包或硬體裝置能透過一般軟體通道取得或更新描述檔。Ledger 的消費者材料就描述了透過 Bluetooth 或 USB 連接 Ledger 簽署器,並在裝置上顯示清楚交易細節的流程 [16]。
但完全 air-gapped、也就是刻意與網路隔離的簽署裝置,問題更棘手:簽署器要如何在不信任線上中介的前提下,接收、驗證並更新描述檔?ethereum.org 指出,離線裝置正是使用者仍可能盲簽的情境之一 [5]。Kampela 的鏈上 clear-signing 提案,也明確把目標放在讓受限、air-gapped 裝置能在不依賴可信第三方的情況下,驗證並顯示人類可讀交易 [
6]。
這不代表 Clear Signing 不能搭配硬體錢包;而是說,對完全離線隔離流程而言,目前公開材料能看出的保證,仍不如連線錢包與可透過 USB、Bluetooth 更新的硬體錢包流程那樣清楚。
如果主要錢包、硬體裝置、協議方、登錄庫與審計方能逐步收斂到可靠描述檔,使用者未來看到黑盒式簽署提示的機率應會下降。反過來說,如果新合約與長尾合約覆蓋不足,或 air-gapped 裝置的描述檔驗證流程仍不成熟,盲簽不會一夜之間從以太坊消失 [5][
6]。
松下 5,000億日圓 AI 基礎設施計畫:資料中心儲能能撐起 2029 利潤目標嗎?
Kampela builds air-gapped hardware signing devices. This document describes our proposal for on-chain clear signing — making transactions human-readable and verifiable on constrained devices, without trusted third parties. ... Existing approaches — curated...
The Ethereum Foundation launched Clear Signing, an open standard designed to end blind signing, where raw hex transaction data is approved without signers being able to read what they're signing. The standard ships four coordinated infrastructure pieces, in...
7730 Structured Data Clear Signing Format JSON format describing how to clear-sign smart contract calls and typed messages. Laurent Castillo (@lcastillo-ledger) Track ERC 2024-02-07 155, 712 ... This specification defines a JSON format carrying additional i...
LedgerHQ / clear-signing-erc7730-registry Public LedgerHQ/clear-signing-erc7730-registry ERC-7730 (Clear Signing Metadata) Registry The objective of ERC-7730 is to establish a standardized method for clear signing contracts and messages on EVM chains, by of...
Verify smart contract details at a glance to avoid costly errors. ... Connect your secure Ledger signer via Bluetooth or USB. ... 15+ popular service providers already support Clear Signing and Transaction Check ... Ledger Wallet™ currently gives you access...
An Ethereum Working Group consisting of wallet developers, security firms and the Ethereum Foundation’s Trillion Dollar Security Initiative today launched an open standard designed to end blind signing — a structural flaw that has contributed to billions in...
Updated Apr 16, 2026 ... — Clear Signing translates complex transactions into human-readable details on your Ledger’s secure screen, preventing hidden scams and costly smart contract errors.— Ledger devices pair an EAL6+ Secure Element chip and Secure OS wi...
MetaMask, a leading crypto wallet platform, has commenced a strategic partnership with Ledger, a well-known hardware wallet developer. The collaboration targets to enhance support for Clear Signing, bringing transparency in transfer signing. The popular cry...