TempleDAO
Dashboard by @ethpanda
Check out these dashboards for up-to-date analytics about TempleDAO and other related projects.
Dashboard by @ethpanda
Dashboard by @ethpanda
In a world of volatility and instant gratification, the Temple of long-term wealth creation is where Templars come to stake, sleep easy, and chill.
The TempleDAO protocol aims to provide DeFi users with a safe haven where they can be sheltered from crypto market volatility while benefiting from a set of investment opportunities offering high yields and steady price appreciation.
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';