Community dashboards and analytics for Balancer

Balancer logo

Featured dashboards and queries

...or search for more

Check out these dashboards for up-to-date analytics about Balancer and other related projects.

Total Value Locked (Ethereum)

...see SQL query
Loading

Total Value Locked (Polygon)

...see SQL query
Loading

Volume (Ethereum)

...see SQL query
Loading

Volume (Polygon)

...see SQL query
Loading

About Balancer

Balancer is the leading platform for programmable liquidity

Dashboards with related tags

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';