docs: add Solana Perps Trader Cookbook - #241
Merged
Merged
Conversation
Workflow-shaped recipes for traders, copy-traders and strategy builders, each validated against the live endpoint: - copy trading: live fill feed for a wallet, current open book snapshot, trader report card (realized PnL, win rate, liquidation count) - positions & PnL: top unrealized positions/traders via composite limitBy snapshot + fresh marks, funding paid/received per trader - market signals: whale fills, OHLC candles from mark price via interval + argMin/argMax, OI/basis/fee-revenue hourly series (cumulative-counter diff), taker buy/sell order-flow pressure - risk: biggest-liquidations leaderboard Cross-linked from the Perp DEX overview and Phoenix Perpetuals page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
- trim both meta descriptions to under 160 chars - add FAQPage JSON-LD to the cookbook (copy trading, trader ranking, unrealized PnL, OHLC, whales, order flow), matching sibling pages - target verified-volume keywords: crypto copy trading, copy trading bot, order flow imbalance; mention copy-trading bot in body copy Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #240 (same race as before — these two commits landed on the branch after the merge).
Adds docs/perpetuals/solana/perps-trader-cookbook.md — workflow-shaped recipes for traders, copy-traders and strategy builders, every query validated against the live endpoint:
limitBysnapshot + fresh marks + client-side(mark − entry) × size), funding paid/receivedinterval+ argMin/argMax, hourly OI/basis/fee-revenue series, taker buy/sell order-flow imbalancePlus SEO audit fixes for the cookbook and the Kafka stream page: descriptions trimmed under 160 chars, FAQPage JSON-LD on the cookbook (6 Q&As), verified-volume keywords (crypto copy trading, copy trading bot KD 2, order flow imbalance).
Cross-linked from the Perp DEX overview and Phoenix Perpetuals pages; sidebar entry as third item in Perp DEX Data.
Validation: production build passes, link checker green (546 pages, 0 errors).
🤖 Generated with Claude Code