Skip to content

Robinhood docs: live-tested liquidity, transfers, trades, supply & launchpad pages#220

Merged
buddies2705 merged 9 commits into
mainfrom
docs/phase1-correctness-seo
Jul 23, 2026
Merged

Robinhood docs: live-tested liquidity, transfers, trades, supply & launchpad pages#220
buddies2705 merged 9 commits into
mainfrom
docs/phase1-correctness-seo

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Summary

Complete audit and rework of the Robinhood docs section. Every GraphQL query on every page was executed against the production endpoint (streaming.bitquery.io) before publishing, and subscriptions were verified live over WebSocket (graphql-transport-ws).

  • Liquidity & Slippage — new page + sidebar entry: DEXPoolEvents/DEXPoolSlippages guide — price-field semantics, composite limitBy pool identity (fixes V2/V3 PoolId: 0x collapse), PancakeSwap protocols documented, price watchlist, volatility screener via argmax, 5-minute TVL/price series, pool-depth & whale-capacity screeners with sanity caps, verified streams, USD-data caveats.
  • Transfers: corrects realtime-window and USD-enrichment claims (AmountInUSD is effectively native-ETH-only), documents exclusive Date.after/before bounds and ticker collisions (two GME contracts), count-based most-transferred leaderboard, tokenized-stock section (NVDA), wallet-tracker stream, transfer size stats, hourly/daily series, dataset-window probe.
  • Trades: restores the previously commented-out historical-trades section (verified working), fixes unbounded queries (trader, all-active supply), names example tokens (ASSETH, SOLdiers), adds buy/sell pressure, most-active pools (count-ranked; USD outliers documented), multi-token price watchlist, and data-window query.
  • Token Supply: corrects description (EVM TransactionBalances, not Trading), adds limit to all-active query, tokenized-stock (NVDA) supply and multi-token watchlist.
  • Meme Coin Launches: dataset guidance for older launches (realtime rolling window vs combined/archive), cross-launchpad activity comparison and launches-per-day queries.
  • Flap.sh: documents the bonding-curve engine's raw TokenBought/TokenSold events with verified argument names.
  • Bags.fm: swaps stale example trader for an active one, adds WebSocket connection details.

Docs are kept evergreen — no dated stats or point-in-time sample tables.

Testing

  • Every query on all 7 pages run against production with a live token; anything failing was fixed before inclusion.
  • Subscriptions verified end-to-end over WebSocket for the EVM and Trading roots.
  • Each page's rendering and all in-page anchors verified on the local dev server (zero broken anchors).

🤖 Generated with Claude Code

Gaurav agarwal and others added 9 commits July 23, 2026 19:46
All 22 queries and both streams verified against streaming.bitquery.io.
Fixes composite limitBy pool identity, documents PancakeSwap protocols,
price-field semantics, and USD data caveats; adds price watchlist,
volatility screener, 5-minute TVL series, and pool-depth screeners.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All 31 queries and 3 subscriptions verified against streaming.bitquery.io.
Corrects realtime-window claims (~4 days observed, variable), documents
native-ETH-only AmountInUSD enrichment, exclusive Date after/before bounds,
and symbol collisions; fixes top-tokens ranking to count-based; adds
tokenized stock section (NVDA), token activity pulse, transfer size stats,
daily volume series, dataset-window probe, and wallet-tracker stream.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Docs are evergreen: drop live-sample tables, point-in-time counts, and
test-latency anecdotes; keep queries, response shapes, and durable
behavioral caveats.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Restores the historical trades section (verified working), adds missing
limit/orderBy to trader query, adds limit to all-active supply query,
names example tokens (ASSETH, SOLdiers), and adds tested buy/sell
pressure, most-active-pools, multi-token price watchlist, and
data-window queries plus WebSocket connection guidance.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fixes description (EVM TransactionBalances, not Trading), adds limit to
the all-active-tokens query, and adds tested tokenized-stock (NVDA) and
multi-token supply watchlist sections with FAQ and internal links.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Adds dataset-window guidance (realtime rolling window vs combined/archive
for older launches) and tested cross-launchpad activity comparison and
launches-per-day queries with FAQ entry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Documents the bonding-curve engine's own decoded trade events (tested:
args ts, token, buyer, amount, eth, fee, postPrice) alongside the
existing lifecycle events, with matching keywords.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Swaps the stale example trader for a currently active Bags trader and
adds graphql-transport-ws connection details to the stream tip.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit 8a900a3 into main Jul 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant