BarnBridge
Dashboard by @0xBoxer
Check out these dashboards for up-to-date analytics about BarnBridge and other related projects.
Dashboard by @0xBoxer
BarnBridge is the first risk tokenizing protocol. It allows hedging yield sensitivity and market price.
The purpose of BarnBridge is to integrate with other protocols letting hedging the yield risks on those lending and other platforms.
From https://barnbridge.com/.
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';