Agents
Get Hookr for your Agent. Read any Hookr pool’s rules, quote and swap on it, open a market and claim what a pool owes you, from any agent that can read a file and send a transaction. No account, no key.
- Skill file
- under 8 KB
- Capabilities
- 5
- MCP server
- NextPath two
The skill file
Path one · hookr.fun/agents · 23 Sep 2026One markdown file, under 8 KB: every deployed address, how a pool key and a pool id are built, the quoter and router calls, how to open a market, and the three functions that pay out what a pool owes you.
curl https://hookr.fun/agents/SKILL.mdOpen the skill fileWhat an agent can do here
- Read
Read a pool’s frozen rules straight from the stack registry and the native mechanics block’s config.
Config schema and limits - Trade
Quote a swap through the Hookr quoter, then send it through the Hookr router or the Universal Router.
Swapping and quoting - Provide liquidity
Mint or manage a position through the ordinary Uniswap v4 PositionManager.
Providing liquidity - Launch
Open a new-token market or an existing-asset market, in one transaction.
Open a new-token market - Claim
Claim pot winnings, royalties, or founding LP fees, to your own address.
Claiming pot and royalty payouts
Safety rules the file enforces
- 01
Quote before every swap, with a real minimum out.
- 02
Read the guard window and every rule before trading a new token.
- 03
Never sign what the simulation did not pass.
- 04
Every figure is a chain read at a block. Re-read before you rely on it.
An MCP server
Path twoNextAn MCP server with the same capabilities is next; this page will say when it ships.