Skip to main content

Trading and DeFi

Prediction Market Trading Terminal

Build an AI-native hybrid trading platform where users search markets, preview trades, and execute through their wallet — all in natural language. The proxy layer injects live market data into every request so the AI already knows current odds and volume before the user finishes typing. Structured trade cards render inline for one-click confirmation. Position guards monitor open positions and execute exit orders automatically when stop-loss or take-profit thresholds are met. See the Polymarket app for market tools and Session class for the execution pipeline.

Portfolio Risk Manager

Build a system that continuously monitors user positions across markets and automatically reacts to risk. Users define rules in plain language — “reduce exposure if probability drops below 40%” — and the agent tracks, suggests, or executes on confirmation.

Automated Trading Strategies

Let users define trading logic without writing scripts: “buy when odds fall below 30% and sell at 55%.” The agent watches continuously and executes when conditions are met. Position guards handle the monitoring loop; the Aomi CLI handles execution.

Alert and Execution Bot

Instead of simple notifications, build agents that act. A user sets “alert me and buy $50 if this crosses 60%” — the agent both notifies and prepares the transaction, cutting the delay between signal and action. Uses SSE streaming for real-time triggers.

DeFi Yield Allocator

A user says “move my funds to the highest safe APY” and the agent evaluates options across Yearn, Morpho, and other protocols, explains trade-offs, and executes the allocation. See the DeFiLlama app for yield data tools.

Cross-Platform Arbitrage

The same agent layer across Polymarket and Kalshi surfaces arbitrage automatically when the same event is priced differently on both platforms. Aomi’s native Kalshi plugin handles the regulated market side. See the apps catalog for available integrations.

Research and Signal Agent

Connect the agent to multiple data sources and build a system that explains market movements. A user asks “why did this market move?” and gets signals, a summary, and an optional trade recommendation. Combine DeFiLlama, Kaito, and Dune apps for multi-source analysis.

Creator Economy

Newsletter Platforms

Readers pay to unlock a post through Aomi. Micropayment, instant settlement, no Stripe, no platform cut beyond gas. The widget handles the payment flow; the Session class routes the transaction.

Music Platforms

Artists release tracks, fans mint limited edition ownership certificates. The artist gets paid instantly onchain — no label, no distributor. Use the headless library for custom minting UI.

Video Platforms

Viewers pay per view through Aomi. Payment routing and content unlock happen in one transaction. The Session.send() flow handles the atomic payment+access pattern.

Ticketing Platforms

Buy a conference ticket through Aomi. The ticket is an onchain asset. Transfer it to a friend by saying “send my ticket to 0x7c1…b2.” Resell it without a marketplace. See EIP-712 signing for the transfer flow.

Social Trading Layer

Build a system where strategies are shared and executed through agents. A user says “copy this trader with $100” and the agent mirrors actions in real time.

GameFi

In-Game Asset Trading

Embed the widget into your game client and let players trade in-game assets using natural language. “Sell my sword for the best price” — the agent routes through the right marketplace and executes on confirmation. Adding new marketplaces is additive, not a rewrite. An example is Mochi — an AI companion in a Roblox-style world where players make things by talking. Integrated with Aomi SDK so users transact onchain without ever knowing they’re on a blockchain.

NFT and Asset Trading Agent

Users define conditions like “buy this NFT if the floor drops 10%” and the agent monitors and executes when the condition is met. Uses the same guard pattern as position guards in prediction markets, but for NFT collections.

Developer Tools and Infrastructure

CI/CD Onchain Attestation

When a build passes, Aomi triggers an onchain attestation — proof that code was audited, tested, and deployed at a specific commit hash. Immutable, verifiable, trustless. See the execution guide for the simulation and signing pipeline.

Contributor Badges

Every merged PR that meets quality standards mints a contributor badge onchain. Developers build a verifiable reputation that lives in their wallet, not on a centralized platform. Uses account abstraction for gasless minting.

Code Bounty Automation

A developer completes a bounty, Aomi routes the payment automatically when the PR is merged. No manual review, no PayPal, no delays. See session management for the request lifecycle.

Enterprise and DAO

DAO Treasury Operator

The agent monitors allocations, suggests rebalancing, or executes predefined strategies like “allocate 5% to hedge positions.” Structured decision-making for treasury management. Combines DeFiLlama for TVL data with Yearn for yield strategies.

DAO Tooling

Members vote on proposals through Aomi. Votes are onchain. Execution is automatic when the threshold is met — no multisig coordination, no manual execution. See account abstraction for batched operations.

Onchain Role Management

Earn roles by completing onchain tasks. Aomi verifies completion and upgrades your role automatically — no admin needed. Uses the apps-auth model for scoped permissions.

Compliance and Risk Guardrails

Enforce constraints through the agent: “block trades above this risk threshold” or “require confirmation for high-value transactions” — applied automatically as a safety layer. Built on top of Aomi’s simulation-first security model.

Wallet and dApp Integration

Onchain Execution Copilot

Embed the widget into any dApp to help users execute complex onchain actions. The agent breaks down steps, simulates outcomes, and handles staking, swapping, or bridging flows. See widget installation for the embed pattern.

Wallet AI Assistant

Embed AomiFrame inside any crypto wallet. Users ask “what does this contract do?” before signing. The agent simulates the transaction, shows exact token changes and gas costs, and lets the user approve or reject with full context — no more blind signing. See the simulation reference for the safety pipeline.

Get Started Building

All use cases above use the same stack:
npm i -g @aomi-labs/client
npx skills add aomi-labs/skills
Start with the Quickstart, point your agent at the repos, and build something.
Last modified on June 4, 2026