XION Introduces On-Chain Email Verification With DKIM and ZK Modules

TheNewsCrypto發佈於 2026-02-10更新於 2026-02-10

文章摘要

XION has introduced protocol-level DKIM and Zero-Knowledge (ZK) modules to enable truly trustless on-chain email verification. By storing email authentication keys directly on the blockchain, XION eliminates reliance on centralized DNS infrastructure, preventing issues like broken proofs due to key rotation. The system currently supports Gmail and Apple Mail, covering over 90% of global email users. The ZK Module allows zero-knowledge proofs to be verified directly on-chain, improving efficiency and enabling users to prove facts from emails—such as employment status or credentials—without revealing personal data. Use cases include anonymous whistleblowing, seedless wallet recovery, private credential verification, and automated ticket resale. This development aims to transform email into a universal, secure trust layer for the internet, supporting broader adoption of verifiable and private digital interactions. Over 150 brands are already building on XION’s expanded verification infrastructure.

Blockchain infrastructure provider XION has unveiled a major initiative that aims to make internet verification truly trustless with the launch of its protocol-level DKIM and Zero-Knowledge (ZK) modules. The launch, announced by the project founder Burnt Banksy, positions XION as the first blockchain to store email authentication keys directly on-chain, eliminating long-standing dependencies on centralized DNS infrastructure.

Email has quietly become the internet’s default identity layer, powering everything from account logins to employment verification. Yet, despite its ubiquity, email authentication has never been fully trustless. Until now.

Traditional email verification relies on DKIM (DomainKeys Identified Mail), a cryptographic standard used by providers like Gmail and Apple Mail to authenticate messages. However, DKIM keys are typically fetched from centralized DNS servers controlled by email providers.

This creates a critical flaw: when providers rotate their DKIM keys, older verification proofs can break. There is no immutable history of past keys, no decentralized fallback, and no way to independently verify emails over time without trusting DNS infrastructure.

Even newer privacy-focused solutions, including zkEmail-based systems, still depend on these centralized DNS lookups. In practice, “trustless” verification has remained partially trust-based.

XION’s On-Chain DKIM Breakthrough

XION’s newly launched DKIM Module addresses this problem at the protocol level. Instead of relying on DNS, XION stores email authentication keys directly in blockchain state, creating a permanent, verifiable historical record of DKIM keys.

This makes XION the first blockchain to support native, on-chain email authentication. Once keys are recorded, they remain verifiable indefinitely – removing the risk of broken proofs caused by key rotation or DNS failures.

At launch, the system supports Gmail and Apple Mail, covering more than 3.8 billion users, or over 90% of global email traffic.

Zero-Knowledge Verification at the Protocol Layer

The DKIM Module works in tandem with XION’s protocol-level ZK Module, which allows zero-knowledge proofs to be verified directly by the blockchain itself rather than through smart contracts. According to XION, this approach is up to ten times more efficient than contract-based verification.

Together, the modules enable users to prove facts derived from their emails—such as employment status, purchases, or credentials—without revealing the email content or personal identity.

In practice, this means a user can cryptographically prove a claim is true while keeping all other information private.

Real-World Use Cases Beyond Crypto

The implications extend well beyond Web3-native applications. With trustless email verification in place, a wide range of real-world use cases becomes viable.

For instance, anonymous whistleblowing becomes safer when individuals can prove they work at a company without revealing their identity, while verified‐but‐anonymous workplace reviews become possible through cryptographic confirmation of employment emails.

The same underlying mechanism enables seedless wallet recovery, using email as a secure cryptographic backup instead of fragile recovery phrases, and supports private credential verification, such as proving graduation without exposing full transcripts. It also unlocks trustless ticket resale, where settlement happens automatically once email‐based proof is validated, and streamlines insurance claims by allowing policy details to be proven directly from authenticated email correspondence.

These use cases rely on infrastructure that already exists, email, rather than forcing users to adopt new identity systems.

A Trust Layer for the Internet

XION frames this launch as part of a broader vision to make verification invisible and universal. As AI-generated content, bots, and impersonation become more prevalent, trust and verification are shifting from optional features to core internet infrastructure.

By making email cryptographically useful at the protocol level, XION aims to turn the internet’s most widely used communication tool into a secure verification layer.

More than 150 brands are already building on XION, and the new modules expand the platform’s existing verification stack, which includes tools like zkTLS for proving web-based data and app attestations for mobile environments.

Burnt Banksy’s unveiling of XION’s On‐Chain DKIM is more than a product moment; it’s a statement about where the internet is heading. As a founder, he’s always operated at the intersection of culture and cryptography, using art as a Trojan horse to pull people into deeper conversations about digital ownership and trust.

With On‐Chain DKIM, he’s reframing email – one of the most universal, overlooked technologies on the planet – as a programmable trust primitive that anyone can use without changing their behavior. His involvement signals exactly what this breakthrough represents: infrastructure with soul, engineering with purpose, and a commitment to making Web3 intuitive enough for the next billion users.

Disclaimer: TheNewsCrypto does not endorse any content on this page. The content depicted in this Press Release does not represent any investment advice. TheNewsCrypto recommends our readers to make decisions based on their own research. TheNewsCrypto is not accountable for any damage or loss related to content, products, or services stated in this Press Release.

TagsPress ReleaseXION

熱門幣種推薦

相關問答

QWhat is the main innovation introduced by XION in their latest announcement?

AXION has introduced protocol-level DKIM and Zero-Knowledge (ZK) modules, making it the first blockchain to store email authentication keys directly on-chain, eliminating reliance on centralized DNS infrastructure.

QHow does XION's on-chain DKIM module solve the problem of key rotation in traditional email verification?

AXION's DKIM module stores email authentication keys directly in blockchain state, creating a permanent and verifiable historical record of DKIM keys. This ensures that once keys are recorded, they remain verifiable indefinitely, preventing broken proofs caused by key rotation or DNS failures.

QWhich email providers are supported by XION's system at launch, and what percentage of global email traffic do they cover?

AAt launch, XION's system supports Gmail and Apple Mail, covering more than 3.8 billion users, which is over 90% of global email traffic.

QWhat is the efficiency advantage of XION's protocol-level ZK Module compared to contract-based verification?

AXION's protocol-level ZK Module allows zero-knowledge proofs to be verified directly by the blockchain itself, which is up to ten times more efficient than contract-based verification.

QName two real-world use cases enabled by XION's trustless email verification beyond Web3 applications.

ATwo real-world use cases include anonymous whistleblowing, where individuals can prove employment without revealing identity, and seedless wallet recovery, which uses email as a secure cryptographic backup instead of recovery phrases.

你可能也喜歡

给AI喂“噪声”也能涨分,这项工作让噪声实现正迁移

这篇发表于ICML 2026的研究提出了一种名为“半监督噪声自适应(SSNA)”的新方法,其核心思想是:迁移学习中,用于辅助训练的“源数据”可以不是真实的图像或文本,而是**完全没有语义的随机噪声**。 传统迁移学习需要大量有标签的源数据,但在隐私、版权等限制下,真实数据往往难以获得。SSNA框架(NAF)打破了这一限制。研究者为每个目标类别(例如CIFAR-10的10个类)生成一组对应的高斯分布噪声样本,并为每个噪声类预先指定一个目标类别编号(但编号本身无意义)。 NAF通过三个步骤实现“正迁移”: 1. **利用少量真实标签**:使用目标域中极少的标注样本进行基础监督学习,建立噪声与真实类别间的初步联系。 2. **在噪声域构建判别结构**:训练模型将同类噪声聚集、异类噪声分离,形成清晰的类别结构。 3. **跨域对齐**:将噪声域中学习到的类别结构(分布)与目标域的对齐,从而将判别性知识迁移到真实数据上。 实验表明,在每类仅有4个标注样本的极端少样本设定下,NAF相比仅使用标注数据的基线方法(ERM)在多个数据集上取得显著提升(如CIFAR-10提升12.35%)。研究还发现,关键因素在于噪声域中是否形成了**可分离的类别结构**,而非噪声数量多少。当把所有噪声压缩为一点(无结构)时,性能会大幅下降。 这项工作的意义在于,它揭示了迁移学习中可迁移的知识可能不限于数据的“语义内容”,**表征空间的“组织结构”本身也是一种有效的知识**。这为无法获取真实源数据的场景提供了一种低成本、保护隐私的替代方案。

marsbit5 分鐘前

给AI喂“噪声”也能涨分,这项工作让噪声实现正迁移

marsbit5 分鐘前

交易

現貨

熱門文章

如何購買ZK

歡迎來到HTX.com!在這裡,購買ZKsync (ZK)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買ZKsync (ZK)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的ZKsync (ZK)購買ZKsync (ZK)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易ZKsync (ZK)在HTX的現貨市場輕鬆交易ZKsync (ZK)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

501 人學過發佈於 2024.12.13更新於 2026.06.02

如何購買ZK

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 ZK (ZK)幣價的意見。

活动图片