{"version":1,"x402Version":2,"service":"paypi","resource":"https://pay.ansht.tech","resources":["https://pay.ansht.tech/v1/decode","https://pay.ansht.tech/v1/simulate","https://pay.ansht.tech/v1/kamino-liquidation","https://pay.ansht.tech/v1/token-safety","https://pay.ansht.tech/v1/drift-liquidation"],"description":"AI capability network — Solana intelligence paid per request in USDC over x402.","ownershipProofs":["0x82ede9b8bCeDC60ed48504Dc68f87Ab6a7eeB5e3","GqKTCsyDmKjFkCAVwwuwa9GmdfKBdLUvHDjSKZMBtU8r"],"instructions":"POST the documented JSON body to each resource with an x402 payment (charge-on-success). Tool schemas at /mcp/manifest.","skills":[{"name":"decode","version":"1.0.0","title":"Solana transaction decoder","description":"Decode a Solana transaction into structured instructions, program ids (named), accounts and a human summary. Accepts a base64 serialized transaction (offline) or a landed signature (RPC jsonParsed). Use before signing/sending, or to understand a landed tx.","endpoint":"POST /v1/decode","price":{"amount":"0.005","currency":"USDC","networks":["solana","base"]},"inputSchema":{"type":"object","properties":{"tx":{"type":"string"},"signature":{"type":"string"},"cluster":{"type":"string"}}},"outputSchema":{"type":"object"}},{"name":"simulate","version":"1.0.0","title":"Solana transaction simulation","description":"Simulate a base64 serialized Solana transaction against live mainnet state. Returns success/err, program logs, compute units consumed, return data, optional post-sim account state, and a likely failure reason. Use to preflight a tx before sending.","endpoint":"POST /v1/simulate","price":{"amount":"0.005","currency":"USDC","networks":["solana","base"]},"inputSchema":{"type":"object","required":["tx"],"properties":{"tx":{"type":"string"},"cluster":{"type":"string"},"accounts":{}}},"outputSchema":{"type":"object"}},{"name":"kamino-liquidation","version":"1.0.0","title":"Kamino liquidation intelligence","description":"Given a wallet, return its Kamino Lend obligations' liquidation risk: risk tier, health buffer, LTV vs liquidation-LTV, liquidation-price forecasts (collateral drop / debt rise, LST-adjusted), borrow APY, utilization, and autodeleverage/dust flags.","endpoint":"POST /v1/kamino-liquidation","price":{"amount":"0.05","currency":"USDC","networks":["solana","base"]},"inputSchema":{"type":"object","required":["wallet"],"properties":{"wallet":{"type":"string","minLength":32},"market":{"type":"string"}}},"outputSchema":{"type":"object"}},{"name":"token-safety","version":"1.0.0","title":"Solana token safety / rug check","description":"Rug/safety verdict for any SPL token mint before an agent buys it: mint & freeze authority status, Token-2022 hazards (effective AND scheduled transfer fee, transfer hook plus a live hook authority, permanent delegate, default-frozen, non-transferable, mint-close authority, confidential transfers) with unrecognized extensions treated as hazards rather than ignored, holder concentration (top holders may include AMM pools; reported as null — never 0 — when unmeasurable), approximate age, plus a risk tier and human-readable flags. Charge-on-success — a bad mint returns 400 and is never charged.","endpoint":"POST /v1/token-safety","price":{"amount":"0.02","currency":"USDC","networks":["solana","base"]},"inputSchema":{"type":"object","required":["mint"],"properties":{"mint":{"type":"string","minLength":32},"cluster":{"type":"string"}}},"outputSchema":{"type":"object"}},{"name":"drift-liquidation","version":"1.0.0","title":"Drift liquidation intelligence","description":"Given a wallet (Drift authority), return its Drift cross-margin account risk: account health (0-100, liquidation at 0), leverage, maintenance-margin requirement vs collateral, unrealized PnL, and per-perp-position liquidation prices with direction and notional. Uses Drift's official margin engine — the agent can't reproduce it. Charge-on-success.","endpoint":"POST /v1/drift-liquidation","price":{"amount":"0.05","currency":"USDC","networks":["solana","base"]},"inputSchema":{"type":"object","required":["wallet"],"properties":{"wallet":{"type":"string"},"subaccount":{"type":"number"}}},"outputSchema":{"type":"object"}}]}