get_btc_usdc_signal
Get real-time BTC vault signal from Hyperliquid cycle state to align with live vault bias. Returns cycle direction, cycle ID, and leg count for LONG/SHORT/HOLD decisions.
Instructions
Should I align with the live BTC vault? Real-time Mimo cycle state LONG/SHORT/HOLD from a public Hyperliquid vault. USE WHEN: vault bias, cycle_id, leg count. NOT WHEN: MM trap weather (get_mm_trap_state) or hunt score (get_mm_hunt_score). RETURNS: hypernatt_mimo_cycle_state_v1 with cycle.direction, cycle_id, total_legs, vault_wallet_redacted. HOLD direction is always free. COST: 1 credit / 10 free day pool / quota / $0.01 x402 Base. Side effects: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_payment | No | Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions. | |
| full_payload | No | If true, return full JSON; default summary only. | |
| agent_wallet | No | Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota covers this tool's credit weight. |