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:

{
  "ok": true,
  "count": 2,
  "pools": [
    {
      "detected_at": "2026-07-14T05:29:11Z",
      "age": "3h",
      "name": "USDC",
      "token_currency": "5553444300000000000000000000000000000000",
      "token_issuer": "rGm7WCVp9gb4jZHWTEtGUr4dd74z2XuWhE",
      "pool_xrp": 250340.26,
      "trading_fee_pct": 0.202,
      "signals_passed": 0,
      "signals_total": 4,
      "outcome": "HARD_REJECT",
      "launch_label": "flagged at launch",
      "label_detail": "failed launch-time screening"
    }
  ]
}

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.

Related tools

resolve_assetResolve an XRPL token's real cross-chain identity: is it the canonical asset (legitimately deployed across chains) or an impostor verify_priceValidate an XRPL token's price against its canonical cross-chain value: is a stablecoin still pegged, has the price diverged from token_holdersHolder distribution and concentration risk for any XRP Ledger token: holder count, top-1 and top-10 share of circulating supply, A explore_tokensA DexScreener-style discovery feed for the XRP Ledger: rank 160,000+ tokens by volume, market cap, holders or trustlines, search b get_token_ohlcOpen/high/low/close and volume candles for any XRP Ledger token, at 5m to weekly intervals, quoted in XRP or USD — the price-histo

Browse the full tool suite →

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.