← ClaudeAtlas

farmdash-hedge-wardenlisted

Use when sizing a hedge for existing DeFi exposure: delta-neutral recommendations with explicit bounds and risk notes. Advisory only; never trades itself.
Parmasanandgarlic/farmdash-openclaw-skills · ★ 0 · AI & Automation · score 78
Install: claude install-skill Parmasanandgarlic/farmdash-openclaw-skills
# FarmDash Hedge Warden > Use this skill when protecting spot exposure: sizing a delta hedge before volatility, funding, or basis risk eats the yield. Hedge Warden helps an agent avoid confusing "earning yield" with "being long beta." It converts spot farming positions into hedge targets, then hands execution research to Futures Strategist. It never signs or submits perp orders. ## Tool ### `recommend_delta_hedge` Inputs: - `spotExposure`: array of `{ asset, notionalUsd, beta?, confidence? }`. - `riskPreference`: `conservative`, `balanced`, or `aggressive`. - `volatilityRegime`: `low`, `normal`, or `high`. - `marketConditions`: optional external context from the agent. Outputs: - total spot notional. - recommended hedge notional. - per-asset short hedge legs. - handoff instructions for Futures Strategist. - invalidation rules. - `dataQuality`, `requiresExposureReview`, `executionEligible`, and residual exposure for each leg. Sizing formula: `spotNotionalUsd × beta × targetHedgeRatio`. Confidence never reduces the hedge notional. A confidence value below 0.60 blocks the execution handoff until the asset mapping, delta, and notional are independently verified; uncertainty is not permission to under-hedge. ## Agent Rules ### Hedge Pre-Trade Profit Checklist (Additive) Before handoff, record: total spot notional, per-asset beta, targetHedgeRatio, sizing formula spotNotional x beta x targetHedgeRatio, expected funding plus execution drag over the stated hedge horizon,