Skip to main content
Aomi integrates DeFi data and trading through four separate Apps: DefiLlama for market intelligence (prices, yields, TVL), 0x and LI.FI for onchain swap execution, and CoW Protocol for intent-based settlement. Each App registers its own tools so your AI assistant can look up prices, compare routes, and execute trades through the connected wallet. Swaps are never a single call. Each aggregator separates the read step (get a quote) from the write step (build and submit the transaction), so the assistant always shows you a quote before anything gets signed.

DefiLlama tools

Market intelligence. Read only, no wallet needed.
ToolDescription
defillama_get_token_priceCurrent price for a token
defillama_get_price_historyHistorical price series for a token
defillama_list_protocolsList tracked protocols
defillama_get_protocol_tvlTotal value locked for a protocol
defillama_top_yield_poolsHighest-yield pools by protocol or chain
defillama_get_chain_tvlTotal value locked for a chain

0x tools

Swap routing and gasless swaps.
ToolDescription
zerox_get_priceIndicative price for a swap
zerox_build_swapBuild an unsigned swap transaction
zerox_get_gasless_quoteQuote a gasless (meta-transaction) swap
zerox_submit_gasless_swapSubmit a signed gasless swap
zerox_get_gasless_statusCheck the status of a gasless swap

LI.FI tools

Cross-chain swaps and bridging.
ToolDescription
lifi_get_swap_quoteQuote a same-chain or cross-chain swap
lifi_build_swap_txBuild an unsigned swap transaction
lifi_build_bridge_txBuild an unsigned bridge transaction
lifi_get_transfer_statusTrack a cross-chain transfer
lifi_list_chainsList supported chains
lifi_list_tokensList supported tokens

CoW Protocol tools

Intent-based settlement. You place an order; solvers settle it.
ToolDescription
get_cow_swap_quoteQuote a swap
place_cow_orderPlace a signed order
get_cow_orderFetch a single order
get_cow_order_statusCheck an order’s status
get_cow_user_ordersList your orders
cancel_cow_ordersCancel open orders
get_cow_tradesList settled trades
get_cow_native_priceNative token price reference

Example Conversations

Market intelligence:
“What’s the current price of ETH?” “Show me the top 10 yield pools on Arbitrum” “What’s the TVL of Uniswap v3?”
Swaps:
“Swap 0.5 ETH for USDC on the cheapest route” “Compare quotes for swapping 10k USDC to DAI across 0x and LI.FI” “Bridge 5 ETH from Ethereum to Arbitrum”

How It Works

  1. User asks for a price, yield, or swap
  2. The assistant queries the relevant DeFi App
  3. For swaps, the assistant gets a quote first, then builds the transaction
  4. The transaction is simulated before execution
  5. User reviews and signs in their wallet

Next Steps

Last modified on June 4, 2026