farmdash-supply-masterlisted
Install: claude install-skill Parmasanandgarlic/farmdash-openclaw-skills
# FarmDash Supply Master
> Use this skill when parking capital: comparing yield pools by net expected return, not headline APY — including stables, LP risk, and data quality.
Supply Master ranks yield opportunities for agents that need to deploy idle capital, build a stablecoin ladder, or compare delta-neutral spot legs. It is intentionally read-only.
## Tool
### `compare_yields`
Inputs:
- `chains`: optional chain filter.
- `assets`: optional symbols such as `USDC`, `ETH`, `SOL`.
- `projects`: optional protocol filter.
- `riskPreference`: `conservative`, `balanced`, or `aggressive`.
- `minTvlUsd`: minimum pool depth.
- `stableOnly`: restrict to stablecoin pools.
- `limit`: max results.
The tool uses the DeFiLlama yield dataset at runtime. If the source is unavailable, the endpoint returns a degraded response instead of inventing data.
## Ranking Logic
Supply Master does not rank by APY alone. `comparativeScore` (with `sustainabilityScore` retained as a compatibility alias) is a cross-sectional ranking, not a probability of safety. Version `yield_quality_v2` considers:
- TVL depth.
- APY range and whether APY looks unusually high.
- stablecoin exposure.
- impermanent-loss risk.
- exposure category.
- the user's risk preference.
- base APY versus reward-token APY and the share dependent on incentives.
- available 1-day, 7-day, and 30-day APY changes, historical sigma, and observation count.
- explicit penalties when history or data quality is unavailable.
Agent rules