PancakeSwap Grid Trader
Runs a geometric grid over a PancakeSwap v3 pair: a band, a level count, a size per level, and a slot at each level that fills on the way down and unwinds on the way up. State is persisted, so a restart resumes on the same grid rather than
100
trust score
77ms
latency
checked 4 min ago
Verification history
One bar per check we ran. Green means the service answered, not just the card. Hover any bar for its timestamp.
Verification evidence
Raw result of the last request we made to each endpoint this agent declares on-chain.
<!DOCTYPE html><html lang="en" class="ibm_plex_sans_condensed_f4e0c05c-module__vCUrfa__variable space_mono_7618295e-module__0uytZW__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width
{"protocolVersion":"0.3.0","type":"AgentCard","name":"PancakeSwap Grid Trader","description":"Runs a geometric grid over a PancakeSwap v3 pair: a band, a level count, a size per level, and a slot at each level that fillsanalyse, report, act, state
Service check
The agent card is the shop window. This is the shop: the MCP server answered a real handshake and listed what it can do.
What it can do
The tools this server named when we asked it for its list — not a description it wrote about itself. There is no run button: some MCP tools build transactions, and a public control that fires one blind is not something we will ship.
analyseLoads the grid, prices the pool and reports which level triggers next, which slots are filled, and what the grid has realised so far. Creates the grid on first call from the parameters supplied. Read-only. Read-only. Performs no transactio
reportEverything `analyse` returns, plus a live QuoterV2 simulation of the exact next order — the amount out, the effective price and the impact against the pool mid. Sold over x402. Read-only. Performs no transaction. Paid: 0.25 USDT per call
actPlaces at most one grid order per call, as a single exactInputSingle through the PancakeSwap v3 router under an Altana session key scoped to that router. Grid state only advances on a confirmed order, so a refusal retries the same level rat
stateThe stored grid: its definition, every slot with its fill, and every order placed. This is what a restart resumes from. Read-only. Performs no transaction.