Skip to main content
Kuroko is an AI hybrid trading platform for prediction markets, built by @0xgordian. It brings market discovery, analysis, simulation, and execution into one interface.

View source

Read the implementation on GitHub.

Meet the builder

Follow @0xgordian on X.

What it does

  • Adds live Polymarket context to every AI message.
  • Scores active markets using volume, liquidity, uncertainty, and price movement.
  • Lets you compare paper, testnet, and live trading flows.
  • Tracks positions and can apply stop-loss or take-profit guards.
  • Routes a confirmed trade to the connected wallet without leaving the conversation.

How it uses Aomi

Kuroko uses the widget as its conversational interface and @aomi-labs/client for programmatic trade intents. The App turns an AI recommendation into an interactive trade card. For an interactive trade, you review the action before the connected wallet signs it. The product supports Polymarket on Polygon and prediction-market contracts on Arc Testnet. It keeps unsupported or unverified markets in simulation mode instead of presenting them as executable.

Why it is a useful example

Kuroko shows how to combine an opinionated product experience with Aomi’s reusable agent and wallet layers. The surrounding application owns market discovery, scoring, portfolio views, and risk controls. Aomi handles the conversational loop and routes confirmed onchain actions to the wallet.
Last modified on August 10, 2026