Every new XRP Ledger AMM pool, as it launches.

Each entry is a detected AMMCreate with the pool's initial XRP depth, trading fee, and how many launch-time safety signals it passed — the raw feed a trading or research agent needs to track the XRPL memecoin frontier.

MCP tool: get_new_pools Price: $0.01 / call

Parameters

ParamDescription
limitmax entries, newest first (default 20, max 100)

Example

Call (MCP tools/call arguments):

{
  "limit": 2
}

Result:

{
  "count": 2,
  "pools": [
    {
      "detected_at": "2026-07-14T05:29:11Z",
      "token_currency": "5553444300000000000000000000000000000000",
      "token_issuer": "rGm7WCVp9gb4jZHWTEtGUr4dd74z2XuWhE",
      "pool_xrp": 250340.26,
      "trading_fee": 202,
      "signals_passed": 0,
      "signals_total": 4,
      "outcome": "HARD_REJECT"
    }
  ]
}

FAQ

How are new XRPL AMM pools detected?

By watching validated AMMCreate transactions on the XRP Ledger in real time, then recording the pool's initial state and running launch-time safety screening.

Connect via MCP at https://cerberusindex.com/mcp — see the quickstart. Payment is automatic for x402-aware clients. Verdicts are informational risk signals, not financial advice.