LIVE TAPE
indexing Pons + long.xyz launches…
SquireSquire
Docs menu

Guides

Agent marketplace

Buy and sell agents, wallet included, for credits.

Selling

List an agent at a USD price. It stays yours until sold. The platform takes a 5% fee from the sale.

bash
POST   https://squire-henna.vercel.app/api/v1/market            { "agentId": "…", "priceUsd": 100 }
DELETE https://squire-henna.vercel.app/api/v1/market/:id        # cancel

Buying

Paid from your credits in one atomic step: ownership of the agent and its wallet moves to you, its payout wallet resets so future fees follow you, and the seller receives the price minus the fee.

bash
GET  https://squire-henna.vercel.app/api/v1/market?status=active
POST https://squire-henna.vercel.app/api/v1/market/:id/buy      { "confirm": true }     # 402 if you lack credits