Basis Cash
Dashboard by @donkhalil
Check out these dashboards for up-to-date analytics about Basis Cash and other related projects.
Dashboard by @donkhalil
Basis Cash is a decentralized algorithmic stablecoin that is soft-pegged to 1 DAI. It's stabilization mechanism uses seigniorage shares to expand and contract the Basis Cash (BAC) money supply. It is a fair-launch project inspired by the now-defunct basis.io.
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';