Balancer Pools
Dashboard by @balancerlabs
Check out these dashboards for up-to-date analytics about Balancer and other related projects.
Dashboard by @balancerlabs
Dashboard by @balancerlabs
Dashboard by @balancerlabs
Dashboard by @balancerlabs
Dashboard by @balancerlabs
Balancer is a protocol for programmable liquidity
Generalized AMM
Customizable number of assets and weights within a pool
Global Liquidity
Trade against all pools in the Balancer ecosystem for best price execution
Smart Pools
Pools controlled by smart contracts can implement any arbitrary trading strategy or logic
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';