← 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.
green
Sovereign source — our own infrastructure (local rippled node or Ed25519 signing key). Currently sellable through the future paid tier and signable in the daily snapshot chain.
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
local_rippled_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)