curve.fi underlying-volume-per-day
Query by @pengiundev
Check out these dashboards for up-to-date analytics about Curve and other related projects.
Query by @pengiundev
Query by @pengiundev
Query by @pengiundev
Query by @pengiundev
Curve is an exchange liquidity pool designed for extremely efficient stable-asset trading. Its main goal is to let users and other decentralised protocols exchange stable assets (stablecoins, different kind of Bitcoin on Ethereum) through it with low fees and low slippage.
Curve is fully decentralized and all decisions about the protocol are taken by CRV holders.
Unlike exchanges out there that match a buyer and a seller, the behaviour of Curve is different, it uses liquidity pools. Liquidity providers deposit one or more stablecoins in a Curve pool and receive Curve LP tokens. Liquidity providers receive 0.02% of trading fees currently and are also incentivized with CRV token.
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';