Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.24 KB

Uniswap v4 Indexer

A public Uniswap v4 indexer built with Envio that can be used by any developer to power their infrastructure.

Please refer to the documentation website for a thorough guide on all Envio indexer features

Please note this Indexer is being bootstrapped as a multichain indexer based off this Uniswap V4 Indexer: https://github.com/Uniswap/v4-subgraph Pricing (especially!!) and many other features are thanks to the team who built the above mentioned Indexer.

Overview

This indexer is currently a WIP that tracks key metrics and events from Uniswap v4 pools and can be used to:

  • Track pool statistics (volume, TVL, fees, etc.)
  • Monitor swaps and liquidity changes
  • Power analytics dashboards and trading interfaces
  • Build custom notifications and alerts

We are also in the process of including Hook features.

Usage

You can use this indexer to power your own Uniswap v4 applications and infrastructure. The indexed data is accessible via GraphQL API.

Contributing

Contributions are welcome! Feel free to:

  • Open issues for bugs or feature requests
  • Submit pull requests to improve the indexer
  • Add documentation or examples
  • Share your use cases and feedback