https://github.com/duneanalytics/sim-idx-dex-trades
Index DEX trades with Sim IDX
https://github.com/duneanalytics/sim-idx-dex-trades
Last synced: 11 months ago
JSON representation
Index DEX trades with Sim IDX
- Host: GitHub
- URL: https://github.com/duneanalytics/sim-idx-dex-trades
- Owner: duneanalytics
- Created: 2025-07-14T16:13:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T20:39:40.000Z (11 months ago)
- Last Synced: 2025-07-21T20:44:41.018Z (11 months ago)
- Language: Solidity
- Size: 241 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEX Trades
**Index DEX trades from a variety of DEXs across multi-chains**
## Supported DEXs
- Uniswap V2 (incl. forks, see a comprehensive list of supported forks [here](./listeners/src/UniswapV2.sol))
- Uniswap V3 (incl. forks, see a comprehensive list of supported forks [here](./listeners/src/UniswapV3.sol))
- Uniswap V4
- Uniswap X
- FluidDex
- KyberSwap Limit Order Protocol (incl. Double Signature Limit Order Protocol)
- 1inch Limit Order Protocol V4
- Ekubo
- Sky PSM (prev. Maker PSM)
- AirSwap V4
- AirSwap V5
- Bancor Carbon
- CoW Protocol
- Ambient.finance (prev. CrocSwap)
- Curve.fi
- Balancer V2 (and its Swaap V2 fork)
- DODO V2
- WooFi
- Maverick V1
- Maverick V2
- 0x Protocol
- 0x Settler (currently we only support `MainnetSettler` RFQ orders, i.e., no support for `MainnetSettlerIntent` or `MainnetSettlerMetaTxn`)
## Schema
The schema is defined [here](./listeners/src/types/DexTrades.sol)