Explore yearn through the realm of data analysis
- Live Link: https://ydata.vercel.app/
yData is a web app with analytics for the yearn ecosystem. These are the available visualizations:
You can scroll through many views in this section, including:
- Group vaults by many factors like Chain, Assets Under Management (AUM) size, Cumulative Return, Asset Type, and others.
- Daily Variation of Deposits and Withdraws, helps you track how much Total Value Locked (TVL) is entering and leaving the yearn protocol.
- Overview of cumulative return since inception plotted against monthly returns.
An overview of yearn's vaults performance that considers risk factors so you can compare them with other DeFi assets. This table will plot yield options in the following axes:
- Return: How much yield does this option generates (higher is better)
- Volatility: How much does the yield vary over time (lower means less risk)
In this graph you will find a region where the most risk-efficient assets are, that is the "Efficient Frontier" (highlighted with the red crayon square):
- Clone this repo:
git clone [email protected]:yearn/ydata.git
- Install dependencies:
yarn
- Run dev environment:
yarn dev
yarn dev
: start dev environmentyarn build
: build for productionyarn format
: apply prettier formattingyarn lint
: run linter