Index Coop Treasury
Dashboard by @indexcoop
Check out these dashboards for up-to-date analytics about Index Coop and other related projects.
Dashboard by @indexcoop
Dashboard by @indexcoop
Dashboard by @indexcoop
Diversified Risk Products Index Coop creates and maintains the world's best crypto index products. All index products are always fully collateralized.
Decentralized & Autonomous Index Coop is a Decentralized and Autonomous Asset Manager governed, maintained, and upgraded by INDEX token holders.
Built with DeFi Leaders Our products are built on Set Protocol's battle-tested V2 infrastructure. Product methodologies are sourced from industry experts like DeFi Pulse.
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';