Compound Finance Tracker ๐
Dashboard by @datanut
Check out these dashboards for up-to-date analytics about Compound and other related projects.
Dashboard by @datanut
Dashboard by @PierreYves_Gendron
Dashboard by @lsquared
Query by @PierreYves_Gendron
Compound is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.
The majority of cryptocurrencies sit idle on exchanges and in wallets, without yielding interest. We're on a mission to change that.
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';