Skip to content

docs: rewrite the PancakeSwap Infinity page around PoolId, live pools and top traders - #332

Merged
buddies2705 merged 2 commits into
mainfrom
content/venue-pancakeswap-infinity
Sep 8, 2026
Merged

docs: rewrite the PancakeSwap Infinity page around PoolId, live pools and top traders#332
buddies2705 merged 2 commits into
mainfrom
content/venue-pancakeswap-infinity

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Rewrites the PancakeSwap Infinity page for BNB Chain around what the singleton design means for queries: the manager contract on every row, Trade.PoolId as the pool key, a live worked token and pool, and USD-capped rankings.

What changed

  • Explains the singleton manager 0xa0ffb9c1ce1fe56963b0321b32e7a0302114058b and that Trade.PoolId identifies the pool
  • Busiest pools by PoolId, price, hourly OHLC, bought/sold volume and top traders by Transaction.From for a live token (POWER)
  • Most bought and most sold tokens with a single-trade USD cap
  • Pool reserves for a live PoolId through DEXPoolEvents
  • sidebar_label, FAQ, related links; title says what the page answers

Verification

  • Every query and subscription on the page was executed with a live token: 8/8 queries returned rows; 1/1 subscriptions delivered messages within the timeout.
  • Every Infinity example returns rows for POWER and the USDT/KII PoolId at the time of writing

Fact checklist

  • Infinity manager on BNB Chain is 0xa0ffb9c1ce1fe56963b0321b32e7a0302114058b
  • ProtocolName pancakeswap_infinity selects the venue; Dex.SmartContract is the manager on every row
  • Side.Type describes the counter-side; bought = if Side.Type sell
  • DEXPoolEvents on BNB Chain carries USD reserve fields and is realtime-only

IDE saved queries linked from this page are updated by IDE_QUERY_UPDATES_2026-09-venue.sql (repo root, git-excluded), to be run on the primary database.

Part of the crawled-not-indexed cleanup (P2 block): venue pages are rewritten around live examples so every query and stream on them returns data, and the three EVM screener pages are split so they stop being treated as copies of one another.

🤖 Generated with Claude Code

Gaurav Agarwal and others added 2 commits September 8, 2026 09:37
… and top traders

Rewrites the PancakeSwap Infinity page for BNB Chain around what the singleton design means for queries: the manager contract on every row, Trade.PoolId as the pool key, a live worked token and pool, and USD-capped rankings.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit 0f4241c into main Sep 8, 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