Search papers, labs, and topics across Lattice.
OMNIINTENT is introduced as a language-runtime co-design to address the trade-offs between expressiveness, trust, privacy, and composability in Intent-Centric DeFi systems. It features ICL, a domain-specific language for intent specification, a TEE-based compiler for secure transaction generation, and an execution optimizer for parallel batch submission. Experiments demonstrate high intent coverage (89.6%), significant throughput speedup (up to 7.3x), and accurate feasibility prediction (up to 99.2%).
Achieve near-perfect prediction accuracy (99.2%) of DeFi transaction outcomes with low latency using a trusted intent-centric framework.
The increasingly complex Web3 ecosystem and decentralized finance (DeFi) landscape demand ever higher levels of technical expertise and financial literacy from participants. The Intent-Centric paradigm in DeFi has thus emerged in response, which allows users to focus on their trading intents rather than the underlying execution details. However, existing approaches, including Typed-intent design and LLM-driven solver, trade off expressiveness, trust, privacy, and composability. We present OMNIINTENT, a language-runtime co-design that reconciles these requirements. OMNIINTENT introduces ICL, a domain-specific Intent-Centric Language for precise yet flexible specification of triggers, actions, and runtime constraints; a Trusted Execution Environment (TEE)-based compiler that compiles intents into signed, state-bound transactions inside an enclave; and an execution optimizer that constructs transaction dependency graphs for safe parallel batch submission and a mempool-aware feasibility checker that predicts execution outcomes. Our full-stack prototype processes diverse DeFi scenarios, achieving 89.6% intent coverage, up to 7.3x throughput speedup via parallel execution, and feasibility-prediction accuracy up to 99.2% with low latency.