Skip to main content

Overview

The Vault Risk endpoints give you risk ratings and due diligence data for ERC-4626 vaults across 6 EVM chains. Ratings are computed by a multi-factor pipeline that evaluates vault structure, governance, liquidity, code quality, asset risk, performance, and protocol risk — producing 7 risk categories with 41 possible risk tags. Each response includes a standard risk field in the same format used by all other Webacy risk endpoints (Threat Risks, Token Analysis, Depeg Monitor), so you can consume vault risk data using the same schema.

Endpoints

List Vaults

GET /vaults — Paginated list of all rated ERC-4626 vaults with risk ratings, filtering, sorting, and ecosystem aggregates

Vault Detail

GET /vaults/{address}?chain={chain} — Full risk decomposition with lending market data, vault composition, and code analysis findings.

Key Concepts

Risk Rating (0-100)

You get a composite risk rating for each vault, based on weighted signals across 7 categories:
For a detailed breakdown of how this rating is computed — including all sub-rating weights, additive penalties, hard floors, and risk flags — see the Rating Methodology.

Risk Tiers

Listing Verdicts

You get a listing verdict for each vault to help decide whether to surface it to users:

Standard Risk Response

The risk field on each vault follows the same structure used by all Webacy risk endpoints:

Supported Chains

eth, arb, base, opt, pol, bsc

Query Parameters

Pagination

The list endpoint supports both offset-based and cursor-based pagination:

Filters

Sorting


Vault Detail

The detail endpoint (GET /vaults/{address}?chain={chain}) returns everything from the list endpoint plus:
  • Looping markets — Recursive lending positions with rates, collateral, and utilization
  • Vault composition — Underlying asset allocation breakdown
  • Lending market data — Protocol-specific metadata (curator, rewards, market allocations) with support for multiple lending markets
  • Webacy findings — Smart contract code analysis results
  • LST collateral markets — Liquid staking token redemption data

Risk Tags Reference

Vault Structure

Governance & Access Control

Liquidity & Withdrawal

Code Quality

Asset & Market

Performance

Protocol Risk


Common Use Cases

Example Workflow

Prerequisites: You need an API key (passed via the x-api-key header), the base URL https://api.webacy.com, and for detail requests, the vault’s contract address (0x...) and chain identifier (eth, arb, base, opt, pol, or bsc).

Screen a Vault Before Listing

Monitor High-Risk Vaults

Rating Methodology

How vault risk ratings are computed: sub-ratings, weights, penalties, and floors

Depeg Monitor

Real-time depeg risk monitoring for stablecoins and pegged assets

Risk Tags Reference

Complete list of all risk tags returned by Webacy risk endpoints