Rebalancer Cost Outlook
Dashboard by @idle.finance
Check out these dashboards for up-to-date analytics about idle.finance and other related projects.
Dashboard by @idle.finance
Dashboard by @idle.finance
Query by @idle.finance
Query by @idle.finance
Query by @idle.finance
DeFi yields aren’t easy to manage. Idle makes you feel like they are. We build first-rate yield optimization and risk tranching strategies. Get the best yield by using, integrating or building on top products that will never allow your funds to sit still.
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';