dHEDGE Analytics
Dashboard by @patet
Check out these dashboards for up-to-date analytics about dHEDGE and other related projects.
Dashboard by @patet
Dashboard by @vishy0108
Dashboard by @roblw
Dashboard by @jakerichards
An open source asset management protocol operating on EVM chains: Ethereum, Polygon, and Optimism - connecting investors to investment managers in a permissionless and and non-custodial way.
Investors retain full ownership over their funds while reaping the rewards of enabling the best managers to trade their capital.
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';