Skip to content

ren0nie0/yearn-data-analytics

 
 

Repository files navigation

yData


Explore yearn through the realm of data analysis

About

yData is a web app with analytics for the yearn ecosystem. These are the available visualizations:

Yearn V2 Vaults

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.

Efficient Frontier

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):

Set up and run

  1. Clone this repo: git clone git@github.com:yearn/ydata.git
  2. Install dependencies: yarn
  3. Run dev environment: yarn dev

Available scripts

  • yarn dev: start dev environment
  • yarn build: build for production
  • yarn format: apply prettier formatting
  • yarn lint: run linter

More data resources



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.3%
  • JavaScript 20.0%
  • TypeScript 12.2%
  • Other 1.5%