Uniswap: Community
Dashboard by @MatteoLeibowitz
Check out these dashboards for up-to-date analytics about Uniswap and other related projects.
Dashboard by @MatteoLeibowitz
Dashboard by @lsquared
Dashboard by @danrobinson
Uniswap is a fully decentralized protocol for automated liquidity provision on Ethereum.
A simple formalized equation drives unstoppable liquidity for thousands of users and hundreds of applications.
Uniswap empowers developers, liquidity providers and traders to participate in a financial marketplace that is open and accessible to all.
From https://uniswap.org/.
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';