Skip to content

docs: rewrite the Uniswap V3 position page on the realtime dataset with live windows - #336

Merged
buddies2705 merged 2 commits into
mainfrom
content/venue-uniswap-positions
Sep 8, 2026
Merged

docs: rewrite the Uniswap V3 position page on the realtime dataset with live windows#336
buddies2705 merged 2 commits into
mainfrom
content/venue-uniswap-positions

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Rewrites the Uniswap V3 position page so every example runs: archive-dataset Calls queries with hardcoded 2025 dates are replaced by realtime queries over relative windows, with mint returns, burns, liquidity changes, position lookups, Collect events and V4 ModifyLiquidity.

What changed

  • Burn, increase/decrease and positions queries moved off the archive dataset, which does not serve Calls
  • Hardcoded dates replaced by since_relative windows; mint stream added
  • Collect events filtered on the log contract so routed collections are included
  • Tick-to-price note kept and shortened; sidebar_label, FAQ, related links

Verification

  • Every query and subscription on the page was executed with a live token: 6/6 queries returned rows; 1/1 subscriptions delivered messages within the timeout.

Fact checklist

  • NonfungiblePositionManager 0xc36442b4a4522e871399cd717abdd847ab11fe88
  • Archive dataset returns 'no API tables found for cube Call' on Ethereum
  • mint returns tokenId, liquidity, amount0, amount1
  • V4 PoolManager 0x000000000004444c5dc75cb358380d2e3de08a90 emits ModifyLiquidity

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:38
…th live windows

Rewrites the Uniswap V3 position page so every example runs: archive-dataset Calls queries with hardcoded 2025 dates are replaced by realtime queries over relative windows, with mint returns, burns, liquidity changes, position lookups, Collect events and V4 ModifyLiquidity.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@buddies2705
buddies2705 merged commit e41c466 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