get_risk_policy
Retrieve risk governance policies for crypto assets to determine trading limits, including position sizing, leverage restrictions, and allowed actions before executing trades.
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 |