Skip to main content

Documentation Index

Fetch the complete documentation index at: https://0x-250ca30e.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Kuroko’s home page is a full-screen AI chat interface connected directly to Polymarket. Every message you send is automatically enriched with live market data server-side — you never have to paste prices, probabilities, or news into the conversation. The AI knows what is happening right now.

What the AI knows

On every message, the AI receives a fresh snapshot of live Polymarket data injected behind the scenes:
  • Top 10 markets by volume — current YES probability, volume, and liquidity
  • 24h, 7d, and 30d probability changes for each market
  • The biggest movers in the last 24 hours
  • Your open positions and P&L (when your wallet is connected)
The market context is refreshed every 5 minutes server-side. The AI always has current data — you do not need to tell it what prices are.

Things you can ask

  • “What’s the best trade opportunity right now?”
  • “Analyze the Fed rate cut market — is there edge here?”
  • “What markets have moved the most today?”
  • “Find me near-50% markets with high volume”
  • “Show me my open positions”
  • “Which positions should I exit?”
  • “What’s my total unrealized P&L?”
  • “Set a stop-loss on my largest position”

Trade cards

When the AI recommends a trade, it returns structured JSON that renders as an interactive confirmation card inline in the chat thread.
{
  "action": "trade_card",
  "market": "Will the Fed cut rates in June 2026?",
  "side": "YES",
  "shares": 50,
  "price": 44,
  "reasoning": "Fed futures pricing 68% cut probability vs 44% on Polymarket"
}
The card renders with the market question, side, share count, entry price at current market price, total cost, potential payout if correct, and return percentage. Click Execute Trade to confirm the position, or dismiss the card to keep browsing. After you confirm, the result is shared back into the thread automatically — you see the trade receipt inline without leaving the conversation.
No wallet required. The trade is recorded to your local trade history at the current market price. All stats, P&L tracking, and CSV export work identically to live trades.

Slash commands

Type / in the input to open the command palette. Select a command to pre-fill the input — you can edit the text before sending.
CommandWhat it sends
/trade”Find the best trade opportunity right now and show me a simulation.”
/edge”Score all live markets by edge. Rank the top 3 opportunities.”
/movers”What are the biggest 24h probability movers on Polymarket right now?”
/analyze”Give me a deep analysis of the top market by volume right now.”
/positions”Review my open positions and P&L. What should I exit or add to?”
/alert”Suggest a price alert for the most interesting market right now.”
/guard”Suggest a stop-loss or take-profit guard for my largest position.”
/simulate”Find a trade and open a simulation pre-filled with the best opportunity.”
/execute”Navigate me to the order execution terminal.”
/portfolio”Navigate me to the portfolio page.”

Deep linking

Append ?q= to the URL to send a query automatically when the page loads. This is how other pages in Kuroko link back to the AI with pre-filled context.
/?q=Analyze+the+Fed+rate+cut+market+right+now

Thread persistence

Your conversation thread persists across page navigation. Switch to the Trade dashboard, Markets browser, or Portfolio page and come back — the thread is exactly where you left it.

Voice input

Click the microphone icon in the composer. Speak your query. The transcript appears in the input and sends automatically when the final result is detected.