{"id":"btc-gate","card_id":"card_btc_gate","name":"BTCGate","description":"Evaluates whether a BTC move breaches a configured defensive gate.","stage":1,"safety_level":"data_only_read_only","auth":{"type":"hmac-sha256","required_headers":["x-apex-tool-timestamp","x-apex-tool-nonce","x-apex-tool-content-sha256","x-apex-tool-signature"],"canonical_payload":"APEX-TOOL-V1\\n{tool_id}\\n{timestamp}\\n{nonce}\\n{sha256(canonical_json(body))}"},"input_schema":{"type":"object","properties":{"current_price":{"type":"number"},"reference_price":{"type":"number"},"threshold_pct":{"type":"number"}}},"output_schema":{"type":"object","properties":{"decision":{"type":"string"},"move_pct":{"type":"number"}}},"sample_input":{"current_price":97000,"reference_price":100000,"threshold_pct":-3}}