| name | review-strategy |
| description | Deep-dive review of the delta-neutral strategy decision logic and risk math |
| disable-model-invocation | true |
Review and explain the delta-neutral strategy decision logic.
Read and analyze these files in order:
components/delta_neutral_strategy/src/lib.rs — Entry point and main decision tree
components/delta_neutral_strategy/src/strategy.rs — Decision orchestration
components/delta_neutral_strategy/src/math/greeks.rs — Risk calculations
components/delta_neutral_strategy/src/math/univ3.rs — Uniswap V3 math
config/smart_vault.template.json — Risk parameters
Explain the priority-based decision tree with concrete numerical examples. Identify any edge cases or potential issues.
$ARGUMENTS