Loopring
Dashboard by @Brecht
Check out these dashboards for up-to-date analytics about Loopring and other related projects.
Dashboard by @Brecht
Query by @Brecht
Query by @Brecht
Query by @Brecht
Loopring is a zkRollup Exchange and Payment Protocol.
Secure: Loopring is an open-sourced, audited, and non-custodial exchange protocol, which means nobody in the Loopring ecosystem needs to trust others. Cryptoassets are always under users' own control, with 100% Ethereum-level security guarantees.
High Throughput: Loopring powers highly scalable decentralized exchanges by batch-processing thousands of requests off-chain, with verifiably correct execution via ZKPs. The performance of underlying blockchains is no longer the bottleneck.
Low Cost: Loopring performs most operations, including order-matching and trade settlement, off the Ethereum blockchain. Such a design dramatically reduces gas consumption and thus overall settlement cost to only fractions of a cent.
From https://loopring.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';