ワンクリックで
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>