BADGER DAO
Dashboard by @summmason
Check out these dashboards for up-to-date analytics about Badger and other related projects.
Dashboard by @summmason
Dashboard by @gosuto
Dashboard by @petrovska
Dashboard by @gosuto
Badger is a decentralized autonomous organization (DAO) with a single purpose: build the products and infrastructure necessary to accelerate Bitcoin as collateral across other blockchains.
It’s meant to be an ecosystem DAO where projects and people from across DeFi can come together to collaborate and build the products our space needs. Shared ownership in the DAO will allow builders to have aligned incentives while decentralized governance can ensure those incentives remain fair to all parties. The idea is less competing and more collaborating.
Read our introduction at https://badgerdao.medium.com/introducing-badger-dao-ed47a586c619
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';