get_crypto_decision
Get a probabilistic trade decision (long/short/no action) for BTC, ETH, SOL, XRP, or ADA. Returns confidence and a decision ID for later audit verification. Costs $0.15 USDC.
Instructions
Get a probabilistic trade decision from Kronos — then verify it. Returns CONSIDER_LONG/SHORT/NO_ACTION with confidence, regime, and a decision_id. Call audit_trade_decision with that ID after 1h to see if the decision was right. Full loop: preflight ($0.05) → decision ($0.15) → audit ($0.07) = $0.27 per verified cycle. Costs $0.15 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol to evaluate: BTC, ETH, SOL, XRP, or ADA | |
| affiliate_id | No | Optional Pyrimid affiliate ID (af_xxxxx). Affiliate earns a commission from within the listed price — no extra cost to you. |