Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin CryptoTax DeFAI Chain SAFU AGI Claude Me Claude Skill Claude Cowork
独立メディア
いかなるプロジェクトとも無提携
DeFi × AI融合の深層分析:Agentの自動化戦略・プロジェクト解剖・リスク識別
defai-bible.com
最新
DeFAIプロジェクトの信頼スペクトラムを完全に展開する:資金権限付与からソルバーネットワークまでの5層分解  ·  あなたが承認しているのは一つのエージェントだけではない:マルチエージェント製品の委任チェーン全体をどう監査するか  ·  より安全な実行メカニズムは、通常より遅い:暗号化メモリプールとインテントアーキテクチャの遅延コスト  ·  損失が発生する前に:DeFAI戦略が静かに失効しつつあることを自分で検出する方法  ·  5つのDeFAI戦略に分散配置したつもりが、実際には一種類のリスクしか買っていないかもしれない  ·  人気すぎることも一つの死に方:あるDeFAI戦略が自らの成功によって崩壊した経緯
用語解説 · クロスチェーン実行

Intent-Based Execution

インテントベース実行
クロスチェーン実行 advanced

30秒バージョン · 忙しい方へ
ユーザーが「どのブリッジを通るか、どの経路を通るか」といった具体的な実行手順を指定するのではなく、「達成したい最終的な結果」(資産をAチェーンからBチェーンの別の資産に交換したいなど)だけを表明し、「ソルバー」と呼ばれる第三者が競争して最適な実現経路を見つけ、代理で実行するクロスチェーンアーキテクチャ。近年、従来の単一クロスチェーンブリッジモデルに徐々に取って代わりつつある新興の設計方向である。
詳しく読む +

このコンテンツは現在日本語に翻訳中です。

01 · これは何?

What is intent-based execution, and how does it differ from the traditional cross-chain bridge model discussed earlier in this series?

When this series broke down bridge risk earlier, the scenario was a user (or agent) explicitly specifying "move this asset from chain A to chain B through this specific bridge" — the entire process had a single path, a single bridge, and risk assessment focused on whether that bridge's own verification mechanism was reliable enough. Intent-based execution is a completely different architecture: the user no longer specifies a concrete path, only stating the outcome they want ("I want to end up with a certain amount of some asset on chain B"). This request gets broadcast out, and multiple independent solvers compete against each other, each proposing a concrete execution plan that can achieve this outcome (possibly through different bridges, different intermediary assets, or even a combination of multiple split transactions). The user ultimately chooses (or the system automatically chooses) the plan with the best terms to execute.

This shift turns "which bridge executed this transaction" from something the user knows and can assess in advance into a result that only gets revealed after execution completes — at the moment you place the order, you often don't know which solver, or through what path, will ultimately complete it for you.

02 · なぜ存在する?

Why did intent-based execution emerge, and what problem in the traditional bridge model does it solve?

Under the traditional model, a user has to judge for themselves which bridge to use for a given cross-chain operation — comparing different bridges' fees, speed, and security, and usually being able to pick only one path. If the chosen bridge happens to have insufficient liquidity or an unfavorable rate at that moment, the outcome the user gets isn't optimal. Intent-based execution, by having multiple solvers compete against each other, theoretically finds the best-conditioned execution path automatically — the user doesn't need to do this comparison homework themselves, and might even get a better price or speed than manual selection would have found, thanks to solver competition.

For a DeFAI agent, this architecture's appeal is even more direct: if an agent only needs to express what outcome it wants, without maintaining its own complex logic for judging which bridge to use, development and maintenance costs drop significantly, and the agent can focus more on the strategic judgment itself, rather than having its attention split by execution details like cross-chain path selection. This is exactly why intent-based architecture is viewed as an important direction for lowering the development barrier in discussions about DeFAI-related infrastructure.

03 · 意思決定にどう影響する?

How does intent-based execution actually work, and what does the solver competition mechanism look like?

A typical flow: the user (or agent) broadcasts an "intent" (something like "exchange 100 tokens on chain A for at least 95 of a different token on chain B, completed within 10 minutes") to a public or semi-public intent pool; multiple solvers monitor this intent pool, each using their own liquidity sources and route knowledge to calculate a concrete execution plan that satisfies this intent, and compete against each other (promising, for example, a better actual exchange amount for the user, or a faster completion time). The user's wallet, or a system acting on the user's behalf, then selects the best-conditioned plan among the competing offers and hands the asset over to that solver to execute.

After completing execution, the solver needs to provide some form of proof (an on-chain verifiable transaction record, for example) confirming it genuinely achieved the outcome promised in the original intent before receiving the corresponding reward. The core design challenge here is ensuring the solver genuinely honors the promised outcome after receiving the user's assets, rather than absconding with them — different projects take very different specific technical approaches to this step (requiring a solver to post collateral upfront, or designing the smart contract as conditional payment where the reward can't be claimed unless the outcome was achieved, for example).

04 · どうすればいい?

What's the practical impact of intent-based execution for everyday users, and what new risk surface should they watch for?

If your DeFAI agent uses an intent-based architecture for cross-chain operations, it means the "bridge risk" evaluation logic discussed earlier in this series needs an additional layer — you no longer only need to assess whether this one bridge is trustworthy, you also need to assess the quality and degree of decentralization of the entire solver network. Solvers themselves can carry their own trust problems: if the solver network's participation barrier is low and its vetting mechanism isn't rigorous enough, a malicious solver could theoretically deliberately bid on a plan it never intends to (or can't) actually fulfill, or one with poor execution quality — only discovering the promise was never honored after the assets have already been handed over.

When evaluating this in practice, it's worth asking: does this intent-execution architecture require solvers to post some form of collateral (raising the cost of a solver acting maliciously), is there a clear recourse or refund mechanism for user assets if a solver fails to honor its promise, and what's the solver network's participation barrier and actual historical execution track record? Because you typically don't know which solver will ultimately execute your order at the moment you place it, this trait of "the executing party only being determined after the fact" adds a new, relatively harder-to-assess-in-advance trust layer compared to the traditional single-bridge model.

具体例 +

複数の新世代クロスチェーンおよびDEXアグリゲーションプロトコルは近年、インテントベースアーキテクチャを採用し始めており、ユーザーは「望む結果」を表明するだけでよく、競争するソルバーネットワークが最適な経路を見つけて実行する責任を負う。一部の実装ではソルバーに保証金の預け入れを要求し、悪意のある不履行のインセンティブを下げている。このような設計は、クロスチェーンのユーザー体験を最適化する重要な方向としてますます見なされつつあるが、ソルバーネットワークの標準化された監査と分散化の度合いについては、業界内で依然として継続的な議論と進化が続いている。

よくある誤解 +
✕ 誤解 1
× Misconception: because intent-based execution has multiple solvers competing against each other, it's inherently safer than the single-bridge model, when actually: competition can improve price and speed, but that doesn't directly equal improved safety — if the solver network itself lacks collateral requirements or default-penalty mechanisms, a malicious solver's cost of acting badly could actually be lower than exploiting a single bridge with a clear regulatory and audit history
✕ 誤解 2
× Misconception: when using an intent-based architecture, I only need to trust myself for stating the intent, and don't need to trust any additional third party, when actually: intent-based architecture shifts the object of trust from a single cross-chain bridge to an entire solver network — you still need to trust that whichever solver (usually unknown to you in advance) ends up executing your transaction will honestly fulfill its promise; this trust assumption hasn't disappeared, it's just become harder to concretely assess in advance
The Missing Link +
直接的な影響

The advantage is letting users skip having to compare and choose a cross-chain path themselves — solver competition theoretically yields a better price and speed, and significantly reduces the complexity of an agent's cross-chain logic development; the drawback is that the object of trust shifts from a single, concretely assessable-in-advance bridge to a solver network only determined after the fact, with varying degrees of decentralization and quality, and the penalty mechanisms for solver misconduct differ widely across projects with industry standards still evolving — leaving users unable to do a complete upfront risk assessment of the entire possible execution path the way they could with a single bridge.

質問する
10文字以上入力してください
関連トピック