Check Trade Intent Against Policy
check_trade_intentEvaluates a proposed Binance trade against per-transaction and rolling daily spending caps before execution, preventing unauthorized oversized orders and recording every policy decision onchain.
Instructions
Evaluates a proposed Binance trade against a per-transaction spend cap and a rolling daily cumulative spend cap before it is forwarded to the official Binance MCP server for execution. Call this BEFORE calling any Binance MCP trading tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Trade side | |
| symbol | Yes | Trading pair symbol, e.g. BTCUSDT | |
| usdValue | Yes | Estimated USD value of the trade |