← all claims · /mcp
xrpl.mcp.whale_watchlist_recent
get_whale_watchlist returns the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows.
yellow
Public-infrastructure dependent OR no independent cross-check path yet. Free-tier only until Batch B walker migration lands (post-soak, ~2026-08-31) and/or an independent verification walker is wired for this series.
What this claim says
- label
- get_whale_watchlist returns the last N tagged-watchlist events (type='tagged'), floored at TAGGED_XRP_FLOOR_DROPS for XRP-denominated rows.
- page
- /mcp
- claim id (yaml)
whale_watchlist_recent
- behavior
DAILY_WIGGLE
- Layer 3 source
public_ws_stream_capture
Risk note
Same feed as whale_events_recent, filtered to type='tagged' rows. The payload's `note` field surfaces the honest-partial around token-denominated rows: amount_drops IS NULL rows bypass the XRP floor, so an agent needing USD-priced sizing must join against the token-price oracle themselves. Absence-is-signal documented on the payload, not silent.
Evidence — code paths that back this claim
- mcp_tools_value_flows.py:tool_get_whale_watchlist
- db.py:read_recent_events (fetches 3× requested limit, Python-filters to type='tagged')
- app.py: named_accounts.json (tag source)
- xrpl_stream.py:49 XRPL_WS_NODE='wss://s2.ripple.com' — same stream feed as whale_events_recent