Community dashboards and analytics for TrueFi
Featured dashboards and queries
...or search for moreCheck out these dashboards for up-to-date analytics about TrueFi and other related projects.
About TrueFi
TrueFi is a protocol for on-chain uncollateralized lending. TrueFi aims to become the ultimate market-driven, automated credit rating and lending system
From https://truefi.io/
Dune Analytics
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';