Skip to content
Dune

Community dashboards and analytics for dHEDGE

dHEDGE logo

Total Number of Pools dHEDGE V1

...see SQL query
Loading

Total Number of Pools dHEDGE V2

...see SQL query
Loading

About 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.

From https://docs.dhedge.org/

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.

Sign up now
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';