# siebly.io task routes > Short task index for coding agents that need a small first-pass source before reading broader docs. ## Binance - [Binance position manager](https://siebly.io/ai/binance-position-manager): manual Spot and USD-M position detection, REST hydration, user-data streams, DCA/TP/SL ownership, live gates, reconnect reconciliation. - [Binance position manager recipe](https://siebly.io/.well-known/recipes/binance-position-manager.json): machine-readable checklist and fixtures for the position-manager task. - [Binance USD-M Algo orders](https://siebly.io/ai/binance-usdm-algo-orders): current USD-M Algo Service TP/SL request shapes, reduceOnly/closePosition rules, clientAlgoId, and negative fixtures. - [Binance USD-M Algo orders recipe](https://siebly.io/.well-known/recipes/binance-usdm-algo-orders.json): machine-readable source-verification, request examples, validation rules, and fixtures for USD-M Algo TP/SL. - [Binance candle-close pipeline](https://siebly.io/ai/binance-candle-close-pipeline): public kline backfill, WebSocket acknowledgement, buffered replay, final-candle-only execution, reconnect resync. - [Binance candle-close recipe](https://siebly.io/.well-known/recipes/binance-spot-candle-close-pipeline.json): machine-readable public candle pipeline recipe. ## Bybit - [Bybit candle-close pipeline](https://siebly.io/ai/bybit-candle-close-pipeline): public V5 kline backfill, subscribe acknowledgement, confirm=true workflow, reconnect resync. - [Bybit candle-close recipe](https://siebly.io/.well-known/recipes/bybit-candle-close-pipeline.json): machine-readable public candle pipeline recipe. ## Common Agent Rules - Prefer task-specific guide pages and recipe JSON before `llms-full.txt`. - Request guide pages as markdown with `Accept: text/markdown`, or append `.md` to the guide URL. - Verify the installed SDK version and package TypeScript declarations before coding private account, order, or WebSocket lifecycle behavior. - Keep live trading disabled by default. Use dry-run intents, scoped keys, explicit live flags, structured logging, and reconciliation before any live exchange-facing action. - Do not request, retain, or expose private API keys, secrets, passphrases, listen keys, signed URLs, or private keys.