The Agentic Web track rewards projects that use Sui as a meaningful part of the AI stack — not as a payment rail bolted on at the end. Every submission must show why Sui specifically (Move objects, zkLogin, PTBs, Deepbook, Walrus, or Seal) makes the AI component better, safer, or more composable. Generic LLM wrappers that happen to hold SUI will not place.
DeFi protocols run on static risk parameters. A de-peg or flash crash makes them dangerously stale within seconds. Build a live risk monitor for a Sui lending or perpetuals protocol that ingests oracle price feeds, runs an AI risk model, and autonomously executes a parameter adjustment or market pause via a Move policy object — with every action logged on-chain and reversible by a DAO override.
AI agents are stuck at the "approve" wall — every action needs a human signature. Build an agent wallet on Sui using zkLogin or a Move policy object that grants an AI agent a capped budget and protocol scope (e.g. "max 500 USDC, Deepbook only, expires 24h"). The agent must autonomously execute a strategy, enforce its own ceiling, and produce an on-chain activity log. Owner revocation must be demonstrable.
Users shouldn't need to know what a liquidity pool is. Build an intent engine that parses a plain-English financial goal, compiles it into a Sui PTB, and before signing, runs a guardian check that surfaces risks (high slippage, concentration, stale pools) in plain language. The user must explicitly confirm before execution. A swap chatbot with no guardian layer is not an intent engine.