> ## Documentation Index
> Fetch the complete documentation index at: https://aomi.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Case studies

> See how builders use Aomi for prediction markets, perpetual trading, managed DeFi, and Telegram-based asset management.

These projects show how builders turn agentic loops into focused financial products. Each one uses Aomi for a different combination of live context, simulation, wallet signing, and onchain execution. For copy-paste developer integrations, see [Integration recipes](/docs/integrate/recipes).

<CardGroup cols={2}>
  <Card title="Somm Finance" icon="wine-bottle" href="/docs/examples/somm-finance">
    An agentic interface for managed DeFi strategies, risk context, and investment recommendations.
  </Card>

  <Card title="World Markets" icon="telegram" href="/docs/examples/world-markets">
    A Telegram asset manager for World Markets on MegaETH, currently in development.
  </Card>

  <Card title="Kuroko" icon="chart-line" href="/docs/examples/kuroko">
    An AI hybrid trading platform for prediction markets, by @0xgordian.
  </Card>

  <Card title="aomi-trader" icon="wave-pulse" href="/docs/examples/aomi-trader">
    A Hyperliquid trader that watches BTC-PERP price action and executes trades, by Julian Martinez.
  </Card>
</CardGroup>

## Build your own

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/build/first-app">
    Build and deploy your first Aomi App.
  </Card>

  <Card title="Aomi App" icon="puzzle" href="/docs/build/plugins/aomi-app">
    Learn how an Aomi App is organized.
  </Card>
</CardGroup>
