원클릭으로
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>