Community dashboards and analytics for dHEDGE

Featured dashboards and queries
...or search for moreCheck out these dashboards for up-to-date analytics about dHEDGE and other related projects.
Total Number of Pools dHEDGE V1
...see SQL queryTotal Number of Pools dHEDGE V2
...see SQL queryAbout dHEDGE
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.
Dune Analytics
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';