Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orlovt/dune-dex-dashboard
Dune Dashboard SQL queries for analyzing DEX activities, token volumes, and project metrics over time
https://github.com/orlovt/dune-dex-dashboard
arbitrage avalanche base dex dune ethereum gnosis polygon
Last synced: 10 days ago
JSON representation
Dune Dashboard SQL queries for analyzing DEX activities, token volumes, and project metrics over time
- Host: GitHub
- URL: https://github.com/orlovt/dune-dex-dashboard
- Owner: orlovt
- Created: 2024-07-17T02:33:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T19:44:56.000Z (6 months ago)
- Last Synced: 2024-11-06T01:49:58.690Z (about 2 months ago)
- Topics: arbitrage, avalanche, base, dex, dune, ethereum, gnosis, polygon
- Homepage: https://dune.com/torlov/dex-vol-v1/6400aeb9-f67e-46d2-8daa-c2bb50b042da
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Dashboard View](https://dune.com/torlov/dex-vol-v1/9be29967-8f12-4819-b2b1-fc439e34aad6)
## Overview
This repository contains four SQL queries designed to analyze and rank decentralized exchange (DEX) activities, focusing on trade volumes, token transactions, and project metrics over specific periods. These queries help in understanding market trends, identifying top-performing projects, and tracking token activities on DEX platforms.## Queries
### 1. [Daily DEX Volume](https://github.com/orlovt/dune-dex-dashboard/blob/main/queries/q1.sql)
**Description**: This query calculates the daily trading volume in USD for each project on a DEX over the past 30 days.
**Application**: By providing a breakdown of daily volumes, this query helps in identifying trends and patterns in trading activities, allowing for better market analysis and decision-making.
### 2. [7-Day and 1-Day Project Volumes](https://github.com/orlovt/dune-dex-dashboard/blob/main/queries/q2.sql)
**Description**: This query ranks projects based on their trading volumes over the last 7 days and 1 day.
**Application**: By comparing weekly and daily volumes, stakeholders can identify projects with significant short-term and medium-term activity, useful for spotting emerging trends and potential investment opportunities.
### 3. [Token Volume Analysis](https://github.com/orlovt/dune-dex-dashboard/blob/main/queries/q3.sql)
**Description**: This query calculates and aggregates the trading volumes for tokens over the past 30 days, broken down into daily, weekly, and monthly periods.
**Application**: This query helps in monitoring token liquidity and trading activity over different timeframes, providing insights into token popularity and market dynamics.
### 4. [Top Projects by TVL](https://github.com/orlovt/dune-dex-dashboard/blob/main/queries/q4.sql)
**Description**: This query identifies the top 5 projects by Total Value Locked (TVL) in USD for each blockchain over the past 30 days.
**Application**: By ranking projects based on TVL, this query helps in identifying the most significant projects within each blockchain, indicating where the most value is being accumulated and potentially highlighting the most trusted and used projects.
## Conclusion
These queries provide valuable insights into DEX activities, helping analysts, investors, and stakeholders understand market trends, token liquidity, and project performance. By leveraging these queries, users can make informed decisions based on comprehensive data analysis.