{
 "x402Version": 1,
 "provider": "MAD Synapse",
 "payTo": "RfmsJN8mYvE5Ggjc4yE8i3w5deZEUgRie6W6xehif6R",
 "facilitator": "self",
 "resources": [
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/pump_launches",
   "method": "POST",
   "description": "The newest pump.fun tokens with dev buy, early buyers/volume, curve progress, market cap and creator launch count.",
   "price_usd": 0.002,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "properties": {
     "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 20
     },
     "window_s": {
      "type": "integer",
      "minimum": 30,
      "maximum": 3600,
      "default": 300,
      "description": "early-flow window after creation"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/pump_token",
   "method": "POST",
   "description": "Full bonding-curve forensics for one pump.fun mint: flow, dev buys/sells, launch snipers, top curve holders, peak, graduation, red flags.",
   "price_usd": 0.01,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "mint"
    ],
    "properties": {
     "mint": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "pump.fun token mint"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/pump_wallet",
   "method": "POST",
   "description": "Any wallet's pump.fun trading record: realized PnL, win rate, hold time, frequency (bot or human), tokens it launched.",
   "price_usd": 0.01,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "wallet"
    ],
    "properties": {
     "wallet": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "wallet address"
     },
     "limit": {
      "type": "integer",
      "minimum": 100,
      "maximum": 20000,
      "default": 20000
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/pump_dev",
   "method": "POST",
   "description": "A creator wallet's launch history: launches, graduation rate, launch cadence, how fast the dev sells, verdict.",
   "price_usd": 0.01,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "creator"
    ],
    "properties": {
     "creator": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "creator (dev) wallet"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/pump_odds",
   "method": "POST",
   "description": "Probability a pump.fun launch graduates, from how comparable launches in our tape actually ended — with the lift over the ~3% base rate.",
   "price_usd": 0.01,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "mint"
    ],
    "properties": {
     "mint": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "pump.fun token mint"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/smart_money",
   "method": "POST",
   "description": "The pump.fun wallets with the best realized PnL in the last 24 h — and the tokens those wallets are buying right now.",
   "price_usd": 0.02,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "properties": {
     "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 20
     },
     "window_min": {
      "type": "integer",
      "minimum": 1,
      "maximum": 120,
      "default": 15,
      "description": "look-back for buying_now"
     },
     "sort": {
      "type": "string",
      "pattern": "^(pnl|win_rate|roi)$",
      "default": "pnl"
     },
     "exclude_bots": {
      "type": "boolean",
      "default": false,
      "description": "drop sub-20-second and high-frequency wallets"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/token_risk",
   "method": "POST",
   "description": "0-100 rug-risk score for any Solana token: mint/freeze authority, Token-2022 traps, holder concentration, liquidity depth — plus pump.fun curve flags.",
   "price_usd": 0.005,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "mint"
    ],
    "properties": {
     "mint": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "token mint"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/launch_scan",
   "method": "POST",
   "description": "One call, one verdict on a pump.fun launch: 0-100 score with positives and risks, graduation odds, dev record, snipers, holders, flow.",
   "price_usd": 0.025,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "mint"
    ],
    "properties": {
     "mint": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "pump.fun token mint"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/counterparty_check",
   "method": "POST",
   "description": "One-call verdict on a Solana wallet before you deal with it: serial token launcher, fast dumper, trading bot, or clean.",
   "price_usd": 0.005,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "wallet"
    ],
    "properties": {
     "wallet": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "wallet address"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/wallet_holdings",
   "method": "POST",
   "description": "Everything a Solana wallet holds — SOL, SPL and Token-2022 tokens — valued in USD and sorted by value.",
   "price_usd": 0.003,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "wallet"
    ],
    "properties": {
     "wallet": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "wallet address"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/tx_explain",
   "method": "POST",
   "description": "Turns any Solana transaction signature into plain facts: status, fee, programs by name, SOL and token balance changes per owner, a one-line summary.",
   "price_usd": 0.003,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "signature"
    ],
    "properties": {
     "signature": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{64,90}$"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/dlmm_pool",
   "method": "POST",
   "description": "State of a Meteora DLMM pool: price, bin step, fees, TVL, 24h volume/fees, APR and fee yield.",
   "price_usd": 0.002,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "pool"
    ],
    "properties": {
     "pool": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "DLMM pool (pair) address"
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/dlmm_positions",
   "method": "POST",
   "description": "Open Meteora DLMM positions of any wallet: value, unclaimed fees, PnL, in/out of range — or its closed-position history.",
   "price_usd": 0.005,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "required": [
     "wallet"
    ],
    "properties": {
     "wallet": {
      "type": "string",
      "pattern": "^[1-9A-HJ-NP-Za-km-z]{32,44}$",
      "description": "wallet address"
     },
     "history": {
      "type": "boolean",
      "default": false
     },
     "page": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "default": 1
     }
    },
    "additionalProperties": false
   }
  },
  {
   "resource": "https://agent.maddegen.art/hub/api/v1/tools/dlmm_whales",
   "method": "POST",
   "description": "Meteora DLMM liquidity providers ranked by measured on-chain edge: net USD, median multiple, win rate, hold time, size, recency.",
   "price_usd": 0.02,
   "networks": [
    "solana"
   ],
   "assets": [
    "USDC",
    "SOL"
   ],
   "inputSchema": {
    "type": "object",
    "properties": {
     "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 25,
      "default": 10
     }
    },
    "additionalProperties": false
   }
  }
 ]
}