Yearn (yVaults)
Dashboard by @milkyklim
Check out these dashboards for up-to-date analytics about yearn.finance and other related projects.
Dashboard by @milkyklim
Dashboard by @0xBoxer
Dashboard by @milkyklim
Dashboard by @milkyklim
Query by @milkyklim
Query by @milkyklim
DeFi made simple. yearn.finance is a decentralized investment aggregator that leverages composability and uses automated strategies to earn high yield on crypto assets.
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';