بنقرة واحدة
live-trade
Execute live trading with explicit authorization, strict risk and emergency controls.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Execute live trading with explicit authorization, strict risk and emergency controls.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Discover market relations (8 types) that map 1:1 to builtin arbitrage strategies.
Use when the user asks to run the full trading workflow end-to-end, from finding markets to paper trading — covers discover, backtest, and paper-run in sequence.
Run paper trading after backtest passes, with monitoring and intervention.
Manage multi-strategy portfolios and automate lifecycle.
Write spread strategy code as a Strategy subclass and register it.
Backtest strategies against historical data.
| name | live-trade |
| description | Execute live trading with explicit authorization, strict risk and emergency controls. |
Use only when the user explicitly requests live trading and paper validation is complete.
# Polymarket
coinjure engine live-run --exchange polymarket \
--wallet-private-key "$POLYMARKET_PRIVATE_KEY" \
--strategy-ref <strategy_ref> --json
# Kalshi
coinjure engine live-run --exchange kalshi \
--kalshi-api-key-id "$KALSHI_API_KEY_ID" \
--kalshi-private-key-path "$KALSHI_PRIVATE_KEY_PATH" \
--strategy-ref <strategy_ref> --json
coinjure engine status --id <strategy_id> --json
coinjure engine pause --id <strategy_id> --json
coinjure engine resume --id <strategy_id> --json
coinjure engine stop --id <strategy_id> --json
engine pause --id <id>engine status --id <id> --full — assess positionsengine killswitch --on — global emergency haltengine stop --id <id>