Mysten Labs推出Sui Seal MPC,允许AI代理在无密钥持有状态下进行交易

bitcoinistPublicado a 2026-06-27Actualizado a 2026-06-27

Resumen

Mysten Labs于2026年6月在Sui主网上线了Sui Seal MPC系统。该系统旨在让自主AI代理无需直接持有或控制私钥即可执行链上交易。其核心是采用多方计算技术,将密钥份额分布到多个独立节点,消除了单一密钥暴露的风险。 此外,系统利用Move智能合约来强制执行可定制的支出与合规策略,例如设置每日交易上限、指定允许的交易对手方等,为AI代理的行为设置了安全护栏。该系统还支持“隐藏出价”功能,适用于AI驱动的交易场景,出价在同步揭晓前可保持加密状态,有助于防止抢跑风险。 总体而言,Sui Seal MPC为Sui网络在“智能体网络”叙事中提供了关键基础设施,试图解决AI代理在链上安全持有权限、签署交易和遵守规则这一核心难题。其实用性将取决于后续的开发者采用和用户信任。

根据已验证的资料包,Mysten Labs已在Sui主网上推出了Sui Seal MPC,该基础设施旨在让自主AI代理能够执行链上交易,而无需直接持有或控制私钥。该系统采用多方计算、分布式密钥份额和Move智能合约策略,旨在降低AI代理加密应用中的最大风险之一:在不直接暴露单一密钥的情况下赋予软件代理支出能力。

内容摘要

  • Mysten Labs于2026年6月在Sui主网上推出了Sui Seal MPC。
  • 该系统旨在让AI代理无需持有私钥即可进行链上交易。
  • 密钥份额分布在独立节点中,以减少单点故障风险。
  • Move智能合约可以强制执行诸如支出上限和允许的交易对手等规则。
  • 该系统还支持AI驱动交易场景中的隐藏出价功能。

解决AI代理密钥难题

AI代理只有能够执行操作,才能在链上市场中变得有用。但是,赋予自主系统对私钥的完全访问权限存在风险。如果代理被攻破、配置错误或被操纵,资金可能会被瞬间且不可逆转地转移。Sui Seal MPC旨在解决这个问题。

该MPC系统并非让代理持有完整的私钥,而是将密钥份额分发到独立的节点中。没有一个节点能控制完整的签名权限。只有在满足所需的计算和策略条件时,交易才能被执行,从而降低了单一凭证暴露的危险。

Move策略增添安全保障

验证资料包指出,Move智能合约可以强制执行可定制的支出和合规策略。例如,可以设置每日限额、允许的交易对手和其他基于规则的约束。这一部分很重要,因为仅靠安全的签名并不能解决所有问题。AI代理也需要对其可执行的操作范围设置边界。

对于企业或交易应用场景来说,这些防护栏可能和密码学本身一样重要。一家公司可能希望AI代理能够支付经批准的供应商款项、重新平衡一组有限的资产或参与市场交易,但不希望其耗尽资金库或与未知合约交互。策略执行为开发者提供了一种定义这些限制的方式。

隐藏出价与链上市场

根据已验证的资料包,Sui Seal MPC还支持AI驱动交易中的“隐藏出价”功能。在该模式下,出价可以保持加密状态,直到同步揭示。这在那些过早暴露出价会引发抢先交易或协调风险的市场中可能很有用。

该功能目前仍较为技术化,不应过度炒作。这并不意味着AI代理已准备好主导去中心化市场。但它确实展示了密码学基础设施是如何围绕“自主软件最终需要参与链上商业活动”这一假设进行构建的。

这对Sui的重要意义

对于Sui而言,Seal MPC使该网络在正在兴起的“AI代理网络”叙事中获得了更清晰的定位。许多公链都在谈论AI代理,但实际问题在于这些代理如何安全地持有权限、签署交易并遵守规则。Sui的卖点在于,基于Move的策略控制和MPC签名可以为此提供基础。

下一个考验将是采用率。开发者需要围绕Sui Seal MPC构建真正的应用,而用户需要相信AI代理的权限是可理解且可执行的。就目前而言,这次发布标志着Sui生态系统在AI、密码学和链上市场的交汇处,达成了一个具体的基础设施里程碑。

本报告基于来自Crypto Briefing Seal MPC的信息。

本文由新闻部撰写,Samuel Rae编辑。

报告来源于Crypto Briefing Seal MPC

Criptos en tendencia

Preguntas relacionadas

QMysten Labs 在 Sui 主网上推出了什么新产品,其主要目的是什么?

AMysten Labs 在 Sui 主网上推出了 Sui Seal MPC。其主要目的是让自主 AI 代理能够执行链上交易,而无需直接持有或控制私钥,从而降低软件代理因持有单一密钥所带来的资金风险。

QSui Seal MPC 如何解决 AI 代理持有私钥的风险?

ASui Seal MPC 通过多方计算技术,将私钥拆分成多个密钥份额,并分发给独立的节点。没有任何单一节点拥有完整的签名权。只有在满足所需的计算和策略条件时,交易才能被执行,这降低了单一凭证泄露的风险。

QMove 智能合约在 Sui Seal MPC 系统中扮演什么角色?

AMove 智能合约用于执行可定制的支出和合规策略,例如设置每日交易上限、指定允许的交易对手方等。这些策略为 AI 代理的交易行为提供了规则和限制,增加了安全护栏,是降低操作风险的重要组成部分。

Q文章中提到的“隐藏出价”功能针对什么场景,有何作用?

A“隐藏出价”功能针对 AI 驱动的交易场景。在该模式下,出价在同步揭示之前可以保持加密状态。这有助于在那些早期暴露出价会带来抢先交易或协调风险的市场中,保护交易策略,减少不公平竞争。

QSui Seal MPC 的推出对 Sui 网络有何战略意义?

ASui Seal MPC 的推出为 Sui 网络在“代理网络”这一新兴叙事中确立了更清晰的定位。它结合了基于 Move 的策略控制和 MPC 签名,为解决 AI 代理如何安全持有权限、签署交易和遵守规则提供了实际的基础设施,这是 Sui 生态系统在 AI、密码学和链上市场交叉领域的一个重要里程碑。

Lecturas Relacionadas

Chainlink Adds 6,100 Wallets In Two Days In Strongest Growth Burst Of 2026

Chainlink experienced its strongest wallet growth burst of 2026, adding approximately 6,100 new addresses in just two days. This notable increase in network participation occurred despite LINK's price trading in a difficult market environment alongside other altcoins. The surge in new wallets is seen as a positive signal for user and investor interest, suggesting the ecosystem continues to attract attention even when price action is weak. Wallet growth is considered a useful metric as it measures real participation rather than just price speculation. For an infrastructure project like Chainlink, whose value is tied to oracle services, data, and real-world assets, such growth indicates ongoing engagement with its core technology. However, the article notes that this data point, while constructive, is not conclusive on its own. The nature of the new wallets—whether they belong to small holders, new users, or exchange-related entities—remains unclear. The report maintains a balanced perspective, stating that while this wallet growth is a positive adoption signal for LINK bulls, it does not guarantee a price increase. Skeptics may question whether this user growth translates into value capture for the token. The key takeaway is that this burst of activity should be monitored alongside other factors like transaction volume, price structure, and broader market trends for a more complete picture. The signal requires follow-through in price and demand to be fully validated.

bitcoinistHace 5 min(s)

Chainlink Adds 6,100 Wallets In Two Days In Strongest Growth Burst Of 2026

bitcoinistHace 5 min(s)

In the AI Era, What's Left for Bitcoin?

As Bitcoin falls below $60,000, the author reflects on the relationship between AI and Bitcoin, seeing them as two sides of the same coin. In the AI era, the cost of generating content has plummeted, making fake text, images, and videos increasingly easy and cheap to produce. This has led to a fundamental shift: while AI dramatically lowers the cost of information production, it also undermines trust and authenticity online. What becomes truly valuable is not more content, but the ability to verify what is real—"verifiability." This perspective offers a new lens for Bitcoin. Its massive energy consumption, often criticized as wasteful, is reinterpreted. While AI burns energy to enhance "capability" and efficiency, Bitcoin burns energy to produce "verifiability." Its purpose is not to be trusted but to enable a system where no trust in intermediaries—banks, platforms, or developers—is needed. Every transaction and the entire ledger's history is secured by cryptography and a decentralized network of nodes, making it independently verifiable. AI cannot forge a transaction on the Bitcoin network because the system is designed for proof, not generation. The author draws a historical parallel to the Renaissance: the printing press drastically reduced the cost of copying knowledge, while double-entry bookkeeping reduced the cost of trust in commerce. Today, AI is the new printing press, reducing content creation costs to near zero. Blockchain, and Bitcoin as its pioneer, may be the modern equivalent of double-entry bookkeeping—a foundational technology for verifying digital asset ownership and historical records without centralized authorities. Thus, AI and blockchain are not competitors. AI lowers the cost of creation; blockchain lowers the cost of verification. In an age where AI can generate anything, true scarcity may lie not in more content, but in independently verifiable facts. Whether the market will reprice Bitcoin accordingly remains uncertain, but its core value proposition as a "machine for producing verifiability" becomes strikingly relevant.

marsbitHace 1 hora(s)

In the AI Era, What's Left for Bitcoin?

marsbitHace 1 hora(s)

In the Age of AI, What's Left for Bitcoin?

Author: Sevclub, Seven Research Amid Bitcoin's recent drop below $60k, the author reflects on a growing sense that AI and Bitcoin are two sides of the same coin. Today, encountering any content triggers a new default question: "Was this made by AI?" The cost of generating convincing text, images, and video is now negligible. While the internet lowered information *distribution* costs, AI is crashing information *production* costs to near zero. The consequence is a flood of content where truth and falsehood are increasingly indistinguishable. In this environment, what becomes truly valuable is not more information, but the ability to verify what is real—"verifiability." This reframes the common criticism that Bitcoin "wastes electricity." AI consumes power to produce "capability" (e.g., more powerful models). Bitcoin consumes power to produce something else: "verifiability." Bitcoin's core purpose isn't about belief or trust in any institution, developer, or even its creator. It's about enabling independent verification. Every bitcoin's origin, every transaction, and the integrity of the entire ledger are secured by mathematics, cryptography, and a global network of nodes. AI can fabricate convincing media, but it cannot falsify a transaction on the Bitcoin network. The expended energy makes篡改历史 (tampering with history) prohibitively expensive, purchasing a globally verifiable ledger. The author draws a historical parallel to the Renaissance. The printing press drastically reduced the cost of copying knowledge, while double-entry bookkeeping reduced the cost of trust in commerce—one enabled creation, the other verification. Today, AI is the new printing press, driving content production costs toward zero. The question becomes: what is this era's "double-entry bookkeeping"? Blockchain appears to be the leading candidate. It doesn't verify which news is true or which image is real, but it provides a foundational layer for independently verifying asset ownership and historical records in the digital realm without centralized authorities. Therefore, AI and blockchain are not in competition. AI lowers the cost of *generation*. Blockchain (and Bitcoin as a prime example) lowers the cost of *verification*. One creates, the other proves. Whether Bitcoin ultimately succeeds remains uncertain, facing potential challenges from quantum computing, regulation, and technical evolution. However, the author now sees it less as a "machine for making bitcoin" and more as a "machine for making verifiability." In an age where AI can generate anything, true scarcity may no longer be "more content," but "more independently verifiable facts." Whether the market will price this accordingly is a separate question.

链捕手Hace 1 hora(s)

In the Age of AI, What's Left for Bitcoin?

链捕手Hace 1 hora(s)

Trading

Spot

Artículos destacados

Cómo comprar SUI

¡Bienvenido a HTX.com! Hemos hecho que comprar SUI Network (SUI) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar SUI Network (SUI) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu SUI Network (SUI)Después de comprar tu SUI Network (SUI), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear SUI Network (SUI)Tradear fácilmente con SUI Network (SUI) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

503 Vistas totalesPublicado en 2024.12.12Actualizado en 2026.06.02

Cómo comprar SUI

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de SUI (SUI).

活动图片