Tokenlon DEX Stats 🐉
Dashboard by @p0s
Check out these dashboards for up-to-date analytics about Tokenlon and other related projects.
Dashboard by @p0s
Dashboard by @danning.sui
Query by @p0s
Query by @p0s
Query by @p0s
Query by @p0s
Tokenlon is a decentralized exchange and payment settlement protocol based on blockchain technology.
Tokenlon 4.0 is based on an improved off-chain Request for Quotation (RFQ) architecture built on the 0x DEX protocol. With on-chain settlement, Tokenlon provides users with a trading experience that does not require trust, has neither slippage, nor front running. Since its launch in July 2019, Tokenlon 4.0 has 120,000 users that traded a total volume of over $4B. Thanks to its design, the on-chain settlement success rate is 99.6%, far ahead of other DEX protocols.
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';