This repository contains risk scores for Yearn V3 strategies, vaults. Additionally, it contains risk assessments for used protocols and assets.
Risk assessments for protocols and assets are available in the reports folder. The framework uses a unified methodology to evaluate technical, operational, and organizational risks.
Features:
- Quantitative scoring system (1-5 scale, weighted by category)
- Comprehensive template covering audits, centralization, funds management, liquidity, and operational risks
- Standardized monitoring requirements
Example reports:
Yearn Vaults and Strategies risk scores are defined in folder vaults using internal Risk Score Framework.
Risk data is served via https://curation.yearn.fi.
Get all vaults for a chain:
GET https://curation.yearn.fi/cdn/vaults/{chainId}.json
Example:
https://curation.yearn.fi/cdn/vaults/1.json
Get a single vault:
GET https://curation.yearn.fi/cdn/vaults/{chainId}/{address}.json
Example:
https://curation.yearn.fi/cdn/vaults/1/0x4cE9c93513DfF543Bc392870d57dF8C04e89Ba0a.json
Vault addresses are case-insensitive and normalized to lowercase.
| Chain | ID |
|---|---|
| Ethereum | 1 |
| Polygon | 137 |
| Sonic | 146 |
| Base | 8453 |
| Arbitrum | 42161 |
| Katana | 747474 |
Use the post-artifact skill, for example:
$post-artifact publish reports/report/origin-arm.md.
Set ARTIFACTS_API_KEY in the repository-root .env, then run the Python helper
from this repository root:
uv run python -m scripts.post_artifact --file ./REPORT.mdIt returns JSON with the artifact URL. Uploads expire after 30 days by default; anyone with the URL can read them. See the skill for retention and metadata options.
This repository is licensed under the GNU Affero General Public License v3.0. See LICENSE.