get_risk_policy
Retrieve the current risk governance policy for a crypto asset to determine allowed position size, leverage, and trade actions before executing a trade.
Instructions
Get the current risk governance policy for a crypto asset. Returns policy level (BLOCK/CAUTIOUS/GREEN), max position size, leverage limits, allowed and blocked actions, and confidence score. Call this BEFORE every trade to determine how much risk is allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset to get risk policy for | |
| wallet_address | No | DeFi wallet address for on-chain position data (LTV, health factor) | |
| protocol | No | DeFi lending protocol (default: spark) | |
| include_details | No | Include detailed breakdown: composite subscores, macro data, risk flags, data sources |