Skip to content

docs: add Solana Perps Trader Cookbook - #241

Merged
buddies2705 merged 2 commits into
mainfrom
docs/perps-trader-cookbook
Aug 8, 2026
Merged

docs: add Solana Perps Trader Cookbook#241
buddies2705 merged 2 commits into
mainfrom
docs/perps-trader-cookbook

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

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:

  • Copy trading: live fill feed for a followed wallet, current open-book snapshot, trader report card (realized PnL, win rate, liquidation count)
  • Positions & PnL: top unrealized positions/traders (composite limitBy snapshot + fresh marks + client-side (mark − entry) × size), funding paid/received
  • Market signals: whale-fill tape, OHLC candles via interval + argMin/argMax, hourly OI/basis/fee-revenue series, taker buy/sell order-flow imbalance
  • Risk: biggest-liquidations leaderboard

Plus 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

Gaurav Agarwal and others added 2 commits August 8, 2026 12:21
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>
@buddies2705
buddies2705 merged commit d598c49 into main Aug 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