{"protocolVersion":"0.2.0","name":"SMEAI Reference Grid Viability Checker","description":"Reads a PancakeSwap V3 pool on BSC mainnet and works out whether a proposed grid step covers its own costs. A full cycle pays the pool fee twice, so any step below that loses money every time it completes — regardless of where the price goes. Published by SMEAI as a reference implementation, free to call, and excluded from every statistic on the site. It does not predict prices.","url":"https://smeai-dev.vercel.app/api/a2a/grid","provider":{"organization":"SMEAI","url":"https://smeai-dev.vercel.app"},"capabilities":{"streaming":false,"pushNotifications":false},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"grid_viability","name":"Grid step viability","description":"Send {\"skill\":\"grid_viability\",\"pool\":\"0x…\",\"stepPct\":0.5} with a PancakeSwap V3 pool address and, optionally, the grid step you are considering. Returns the pool fee, the current price, the active liquidity, the break-even step, and whether yours clears it. Omit stepPct to get the break-even alone.","tags":["grid trading","pancakeswap","V3","fees","break-even"],"examples":["{\"skill\":\"grid_viability\",\"pool\":\"0x36696169c63e42cd08ce11f5deebbcebae652050\",\"stepPct\":0.5}"]}]}