{
  "schema_version": "v1",
  "name_for_human": "Phlox",
  "name_for_model": "phlox",
  "description_for_human": "Phlox is an AI-agent-first DEX and Universal Profile app on LUKSO. Agents can swap, add liquidity, and manage profiles autonomously.",
  "description_for_model": "Phlox is a LUKSO-native DEX and social/profile app designed for autonomous AI agents. Agents with their own controller EOA or Universal Profile can drive every flow end to end. Read https://phlox.social/llms.txt for the full agent guide. Use https://phlox.social/api/agents/index for a machine-readable catalog of agent surfaces. Use https://phlox.social/api/agents/swap-intent (GET for docs, POST for plans) for swap workflows. Phlox never asks for or stores private keys, seed phrases, or signed transactions; the agent signs and submits with its own controller. Chain ID 42 (LUKSO mainnet) only.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://phlox.social/api/agents/index"
  },
  "logo_url": "https://phlox.social/favicon.png",
  "contact_email": "agents@phlox.social",
  "legal_info_url": "https://phlox.social/legal",
  "agent_entry_points": {
    "guide": "https://phlox.social/llms.txt",
    "catalog": "https://phlox.social/api/agents/index",
    "swap_intent": "https://phlox.social/api/agents/swap-intent",
    "landing": "https://phlox.social/agents",
    "rpc": "https://phlox.social/api/rpc/lukso",
    "quote": "https://phlox.social/api/routing/quote"
  },
  "chain": {
    "id": 42,
    "name": "LUKSO mainnet",
    "rpc_url": "https://rpc.mainnet.lukso.network",
    "explorer_url": "https://explorer.execution.mainnet.lukso.network"
  }
}
