Skip to content

docs: fix the stablecoin trades page: working depeg filters, live wallet, Tron stream - #341

Merged
buddies2705 merged 2 commits into
mainfrom
content/venue-stablecoin-trades
Sep 8, 2026
Merged

docs: fix the stablecoin trades page: working depeg filters, live wallet, Tron stream#341
buddies2705 merged 2 commits into
mainfrom
content/venue-stablecoin-trades

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

Rewrites the stablecoin trades page so its examples run: the contradictory depeg filter becomes an any list with a USD floor and major counter tokens, the wallet example is a live USDC swapper, and the Tron stream uses the symbol filter that streams honour.

What changed

  • PriceInUSD lt 0.95 gt 1.05 (an AND that matches nothing) replaced by any with two ranges, a USD floor and a counter-token list
  • Depeg checks shown as 24-hour queries that return rows, with the stream form described
  • Wallet flows by Transaction.Signer as a query and a stream; dead address replaced
  • Tron stream filters Currency.Symbol; the contract-address filter is kept for queries
  • sidebar_label, FAQ, related links; depeg anchor kept for the payments page link

Verification

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

Fact checklist

  • Tron subscriptions do not match Currency.SmartContract; Symbol works
  • EVM address filters are case-insensitive in queries
  • Solana wallet 3i51cKbLbaKAqvRJdCUaq9hsnvf9kqCfMujNgFj7nRKt swaps USDC many times an hour

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
…let, Tron stream

Rewrites the stablecoin trades page so its examples run: the contradictory depeg filter becomes an any list with a USD floor and major counter tokens, the wallet example is a live USDC swapper, and the Tron stream uses the symbol filter that streams honour.

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