Documentation resources
| Resource | Access | Use |
|---|---|---|
| Documentation index | Open llms.txt | Discover available documentation pages |
| Full documentation | Open full text | Retrieve the public documentation as one text corpus |
| Page Markdown | Add .md to a documentation page URL | Retrieve clean context for one page |
| Skill description | Open skill.md | Read the documentation’s agent-facing capability summary |
| Documentation MCP | https://docs.o1.exchange/mcp | Connect an MCP client to search and retrieve public documentation |
The MCP URL is a client endpoint, not a web page. Opening it directly in a browser may return a method-not-allowed response.
Machine-readable production configuration
production-deployments.json provides the current Base and Robinhood contract addresses, Uniswap dependencies, quote currencies, fees, opening settings, governance addresses, and contract caps.
The file is a dated public snapshot. Applications that prepare transactions should also read the current factory configuration before asking a wallet to sign.
Public market and launch data
The o1 interface presents:- launch discovery, search, newest tokens, market-cap ranking, trending, and 24-hour volume;
- token profiles, creators, socials, and explorer links;
- pool price, FDV, liquidity, charts, recent trades, and holders;
- immediate allocations and vesting schedules;
- creator announcements and token profile updates;
- creator, referral, platform, and vesting claim information.
Safe agent workflow
Read current information
Retrieve the relevant documentation, production addresses, and live contract configuration.
Prepare an unsigned action
Build the launch, trade, or claim request with the selected chain, current fees, recipients, slippage, and deadline.
Show the complete result
Present the contract, assets, amounts, recipients, and expected outcome before requesting approval.
