Compare opportunities with defensible metrics
Evaluate net returns, Sharpe, volatility, liquidity, fees, TVL, vault age and technical risk before allocating capital.
DeFi vault market data for professional research
Normalised historical returns, TVL, liquidity, fees and risk metrics across lending protocols, RWA, LP strategy and perpetual DEX vaults — ready for Python research, backtesting and automated data workflows.
✓ No sign-up for the sample✓ Same schema as Pro✓ JSON + Parquet
01{
02"protocol": "…",
03"chain": "…",
04"current_tvl": number,
05"return_3m_net": number,
06"sharpe_3m_net": number,
07"risk_category": "…",
08"available_liquidity": number
09}
Updated daily
Built for professional decisions
Replace fragmented protocol integrations and inconsistent yield figures with one research-ready vault universe.
Evaluate net returns, Sharpe, volatility, liquidity, fees, TVL, vault age and technical risk before allocating capital.
Build vault rotation, vault-of-vaults, stablecoin and cross-protocol strategies using clean historical files and Python tooling.
Feed analytics, agents and production applications without scraping and maintaining dozens of protocol-specific pipelines.
One schema across the vault market
Compare vaults across protocols and blockchains without manually cleaning identifiers, fee structures, historical returns or protocol-specific fields.
# Load metadata and history
import json
import pandas as pd
with open("vault-metadata.json") as file:
metadata = json.load(file)
vaults = pd.DataFrame(metadata["vaults"])
history = pd.read_parquet(
"vault-historical.parquet"
) Choose your access
Start with the Ethereum sample, then move to complete historical coverage when your research is ready.
Free
Explore live vault analytics and inspect the downloadable sample schema.
Pro
Full AI-ready vault datasets for fund managers, quants, institutions and data products.
Monthly licence sold by Market Software Ltd. API key delivered by email.
Plan comparison
| Feature | Free | Pro |
|---|---|---|
| Vault analytics website | ||
| Stablecoin vault coverage | ||
| Lending protocols, perpetual DEXes, other compatible protocols | ||
| $29.2B tracked TVL | ||
| Daily updates | ||
| Equity curves and portfolio metrics | ||
| Community Discord | ||
| DEX price data | ||
| AI-ready historical data | — | |
| Raw data files | — | |
| Backtesting framework | — | |
| Support | — | |
| BTC/ETH-denominated vaults | — | |
| Startup discounts available | — |
Questions
Full vault metadata and historical returns datasets, including AI-ready raw files and access to the Trading Strategy backtesting framework. Current download formats are JSON and Parquet.
The vault dataset is updated daily.
Yes. The free Ethereum sample uses the same schema as the full dataset and does not require sign-up.
The monthly licence is sold by Market Software Ltd. After subscribing, the API key is sent by email and used on the dataset download page.
Name, Vault Slug, Protocol Slug, Curator Slug, Curator Name, Protocol Curator, Share Token Address, Denomination Token Addr., Lifetime Return (Gross), Lifetime Return (Net), CAGR (Gross), CAGR (Net), 3M Return (Gross), 3M Return (Net), 3M Sharpe Ratio (Gross), 3M Sharpe Ratio (Net), 3M Volatility (Ann.), Denomination, Normalised Denomination, Chain, Peak TVL/NAV, Current TVL/NAV, Age (Years), Management Fee, Performance Fee, Deposit Fee, Withdrawal Fee, Lock-up (Estimated), Protocol, Risk (Category), Risk (Numeric), Vault ID, Start Date, End Date, Address, Chain ID, Stablecoin-Like, Last Share Price, Deposit Closed Reason, Redemption Closed Reason, Available Liquidity, Utilisation, Leader Commission, Follower Count, Account PnL, Cumulative Volume, Description, Period Results
chain, address, block_number, timestamp, share_price, total_assets, total_supply, performance_fee, management_fee, vault_poll_frequency, id, name, event_count, protocol, returns_1h, deposit_closed_reason, written_at, max_deposit, max_redeem, deposits_open, redemption_open, trading, available_liquidity, utilisation, leader_fraction, leader_commission, follower_count, account_pnl, cumulative_volume, daily_deposit_count, daily_withdrawal_count, daily_deposit_usd, daily_withdrawal_usd
Start with real data