Skip to content

Repository files navigation

Yearn Curation Scores

This repository contains risk scores for Yearn V3 strategies, vaults. Additionally, it contains risk assessments for used protocols and assets.

Protocol & Asset Reports

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 Vault Risk Scores

Yearn Vaults and Strategies risk scores are defined in folder vaults using internal Risk Score Framework.

API

Risk data is served via https://curation.yearn.fi.

Vault Endpoints

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.

Supported Chains

Chain ID
Ethereum 1
Polygon 137
Sonic 146
Base 8453
Arbitrum 42161
Katana 747474

Publishing to Yearn Artifacts

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.md

It 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.

License

This repository is licensed under the GNU Affero General Public License v3.0. See LICENSE.

About

Yearn Risk Score Framework

Resources

Stars

12 stars

Watchers

3 watching

Forks

Used by

Contributors

Languages