Web App

Using the Web App

The Web App is embedded directly in the product's website — no installation required. Look for a chat panel or chat icon on the page.

Tool Calls

When the agent needs to fetch data or take an action, it calls a tool — a direct connection to one of the product's APIs. Tool calls are visible inline as they happen:

  • An indicator appears showing what's in progress (e.g., Fetching token price... or Checking swap routes...)
  • The result displays inline once the tool returns
  • The agent continues its response using that data

A single request can trigger multiple sequential tool calls. Asking "What's the best route to swap ETH for USDC?" might involve checking prices, comparing routes, and calculating fees — all visible in the chat.

Used tool: Fetch Lido stETH proxy contract

Result:

{
"address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
"chain": "ethereum",
"chain_id": 1,
"abi": [{ "name": "proxyType", "type": "function", ... }]
}
Used tool: Fetch Lido stETH implementation contract ABI

Result:

{
"address": "0x17144556fd3424edc8fc8a4c940b2d04936d17eb",
"chain": "ethereum",
"chain_id": 1,
"abi": [{ "name": "resume", "type": "function", ... }]
}
Used tool: Check current Lido APR and compare staking yields

Result:

Found 20 results:

1. Stake with Lido | Lido
 URL: https://stake.lido.fi/
 Users receive 90% of the staking rewards...

2. Lido Staked Ether (stETH) Staking Rewards: Earn ~2.33%
 URL: https://www.stakingrewards.com/asset/staked-ether
 The current reward rate for staking stETH is 2.33%...

The Control Bar

The control bar at the top of the chat exposes configuration options. What's available depends on how the product operator has deployed the Web App.

Model:Claude Sonnet
App:DeFi Trading
API Key
0x7a2...f3b1

Model selector

Switch between available AI models. Options may include Claude (Anthropic) or GPT-4 (OpenAI) depending on what the product has configured. Models differ in speed and capability.

App selector

Switch between App configurations. Each App has its own tools, system prompt, and model defaults. Switching Apps changes the agent's full capability set.

API key

Some deployments require an API key. Click the key icon to enter yours — it's stored locally in your browser and persists across sessions.

Wallet identity

Your wallet address is your persistent identity across all Aomi-powered products. Aomi maintains a record of your conversation history and on-chain activity across sessions and integration partners — building context that allows the agent to assist you more accurately over time, wherever you access Aomi.

To connect: Click the wallet icon in the control bar or sidebar and approve the connection in your wallet app.

To disconnect: Click the wallet icon and select Disconnect.

Managing Threads

Conversations are organized into threads, each with its own persistent history. Close the browser and pick up where you left off. You can create, rename, and delete threads to stay organized.

Creating a new thread

Click the New Thread button at the top of the sidebar to start a fresh conversation.

Switching between threads

Click any thread in the sidebar to switch to it. Your previous conversations are preserved exactly as you left them.

Renaming threads

Threads are automatically named based on your first message. To rename a thread, right-click it (or use the three-dot menu) and select Rename.

Deleting threads

To delete a thread, right-click it and select Delete. Deleted threads cannot be recovered.

Tips for Getting the Best Results

  • Be specific. "What's the price of ETH in USDC?" works better than "price."
  • Provide context. "I want to swap 500 USDC for ETH on Ethereum mainnet" gives the assistant everything it needs.
  • Correct mistakes. If the assistant misunderstands you, just tell it what you meant.
  • Use threads for different topics. Keep swap-related questions in one thread and portfolio analysis in another.
  • Check tool results. The assistant shows you the raw data it received. If something looks off, ask it to re-check.

On this page