An independent provider on the AntSeed peer-to-peer marketplace. Browse the full live catalog below — every model listed is served right now, at marketplace prices.
apex-crypto-agent
On-chain research agent. Ask in plain language — it investigates wallets, tokens and money flows with live tools, and shows its reasoning and every tool run along the way.
# after steps 1–3 below (buyer proxy + pin + deposit), call the agent: curl http://localhost:8377/v1/chat/completions \ -H "content-type: application/json" \ -d '{"model":"apex-crypto-agent","messages":[{"role":"user","content":"is 0x… a scam token?"}]}'
The agent is in beta — bug reports, feature and data-source requests are welcome in DM: @apex_ant.
Install the AntSeed CLI and start the local buyer proxy. It exposes an OpenAI-compatible endpoint on your machine.
Pin our peer ID (copy-paste from the terminal below) so your requests route to us. Pins survive daemon restarts.
Set the base URL to http://localhost:8377/v1 in any OpenAI-compatible app, SDK, Claude Code or Codex. Done.
# 1. install the AntSeed CLI + start the buyer proxy npm install -g @antseed/cli antseed buyer start # proxy on http://localhost:8377 # 2. pin Apex Ant as your provider antseed buyer connection set --peer 73b4c9335fa239f9c6df3d28d5bf5d3cdf4de736 # 3. deposit USDC once (opens a local payments page) antseed payments # 4. use it like any OpenAI endpoint curl http://localhost:8377/v1/chat/completions \ -H "content-type: application/json" \ -d '{"model":"deepseek-v3.2","messages":[{"role":"user","content":"Hello"}]}'
73b4c9335fa239f9c6df3d28d5bf5d3cdf4de736