Skip to content

venue-expert: Binance crypto specs + quick fixes from review#36

Open
JulyMarc wants to merge 7 commits intoDeevsDeevs:mainfrom
JulyMarc:feature/venue-expert
Open

venue-expert: Binance crypto specs + quick fixes from review#36
JulyMarc wants to merge 7 commits intoDeevsDeevs:mainfrom
JulyMarc:feature/venue-expert

Conversation

@JulyMarc
Copy link

@JulyMarc JulyMarc commented Feb 15, 2026

Summary

  • Added comprehensive Binance crypto specs (REST API, WebSocket API, Futures API, Terms of Service)
  • Added CEX/crypto hierarchy files (crypto.md, cex.md, binance.md)
  • Fixed 11 review comments from @yk4r2 on PR Added wide Binance specs to venue-expert/crypto/CEX #24, each verified against official Binance sources:
    • Rate limit corrected to 6000/min (confirmed via /api/v3/exchangeInfo)
    • BUSD marked as delisted (Dec 2023)
    • BNB discount note: subject to change, verify via API
    • @0ms/@250ms/@500ms WebSocket intervals marked as unofficial
    • Added Bitfinex to exchanges with orderbook checksums (Bybit CRC32 not confirmed in docs)
    • REST uppercase vs WebSocket lowercase symbol case distinguished
    • dYdX moved from Ethereum to Cosmos (v4 app-chain)
    • Huobi renamed to HTX (Sep 2023)
    • CEX/DEX category + region-specific level added to SKILL.md hierarchy
    • Cross-margin liquidation warning + endpoint upgraded to /fapi/v3/positionRisk

Note on Bybit CRC32 (comment #12)

@yk4r2 mentioned "Bybit added CRC32 in 2023" — we checked 7 official sources (Bybit docs, changelog, pybit SDK, CCXT, etc.) and could not confirm this. If you have a reference, please share so we can add it.

Test plan

  • Review each fix against the linked official sources
  • Verify SKILL.md hierarchy reflects actual file structure
  • Check no broken cross-references in venue-expert files

JulyMarc and others added 6 commits January 26, 2026 00:19
Address 11 review comments from yk4r2, verified against official sources:
- Fix rate limit 1200→6000 in binance.md (confirmed via /api/v3/exchangeInfo)
- Mark BUSD as delisted in futures_api.md (Dec 2023)
- Add BNB discount volatility note (verify via /api/v3/account/commission)
- Mark @0ms/@250ms/@500ms as unofficial WebSocket intervals
- Add Bitfinex to exchanges with orderbook checksums
- Distinguish REST uppercase vs WS lowercase symbol case
- Move dYdX from Ethereum to Cosmos in crypto.md
- Rename Huobi→HTX in futures index sources (Sep 2023)
- Add CEX/DEX category + region-specific level to SKILL.md hierarchy
- Add cross-margin warning + upgrade endpoint to /fapi/v3/positionRisk

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… venue-expert

Address 7 review comments from PR DeevsDeevs#24:
- Regime-changing events timeline for backtesting (binance.md)
- Order flow & depth imbalance signals: OBI, kline-based OBI, queue depletion (crypto.md)
- bookTicker vs depth race condition + Spot staleness limitation (crypto.md)
- 5 mermaid diagrams: book reconstruction FSM, WS reconnection, funding settlement,
  liquidation cascade, user data stream auth (crypto.md)

Fact-checked against official Binance docs:
- LUNA crash corrected to ~8 days (not 72h)
- FTX/BTC drop corrected to ~10% in 48h (not -25%)
- aggTrade aggregation: per taker order at same price level
- Spot bookTicker lacks E/T (Futures has both)
- Funding diagram T-60min/T+15min marked as empirical

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…op cleanup

Group A (Binance-specific):
- Rewrite STP section: 6 Spot modes, 3 Futures modes, timeline, gotchas
- Fix @100Ms docs: 1000ms is default, flag unofficial intervals
- Expand WS User Data Streams: all event types, Futures differences
- Dedup cex.md: shrink enforcement/WS sections, add cross-refs

Group B (binance.md new sections):
- Cascading Failure Analysis: engine/WS/REST failures, cascade propagation,
  outage history, funding settlement delay, listen key expiry, book sync loop
- Research Agent Guidance: data validation, regime awareness, microstructure
  signals, cross-venue context, signal validation, arb operations, post-hoc
  analytics, common pitfalls

Group C (crypto.md new sections):
- Funding rate arbitrage: TWAP, crowding, execution mechanics, MTM vs realized
- Liquidation cascade playbook: forceOrder detection, onset thresholds, flow
- Cross-exchange latency: locations, withdrawal/deposit, stablecoin basis, fees
- Tick size and queue position: small-tick vs large-tick, unobservable queue
- Open interest analysis: OI+price matrix, positioning endpoints
- 100ms resolution constraints, adverse selection, DEX-CEX arbitrage

Anti-slop pass: removed narration, deduplicated fee/withdrawal tables between
binance.md and crypto.md, fixed style drift (Key insight label, chatty headings),
merged undersized subsections, removed obvious advice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yk4r2
Copy link
Collaborator

yk4r2 commented Feb 18, 2026

Need to resolve skill.md conflicts before merge

Resolve conflicts:
- SKILL.md: combine crypto (Binance) and futures (Chinese) additions
- Remove dead reference to auction_theory.md (file doesn't exist)
- EXCHANGE_CONTEXT.md: accept deletion from origin/main

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants