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.

Path one

The skill file

One 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.md
Open the skill file

What an agent can do here

Safety rules the file enforces

  1. Quote before every swap, with a real minimum out.
  2. Read the guard window and every rule before trading a new token.
  3. Never sign what the simulation did not pass.
  4. Every figure is a chain read at a block. Re-read before you rely on it.
Path two

An MCP server

An MCP server with the same capabilities is next; this page will say when it ships.