Uniswap Fee Calculator is a tool for you to get the approximated fee APR from every trading pair on Uniswap. Currently it supports Ethereum, Polygon, Optimism, and Arbitrum. Users can easily expand the supported trading pairs and chains by editing the config file.
The Uniswap Fee Calculator is a tool that provides users with the estimated fee Annual Percentage Rate (APR) for trading pairs on the Uniswap decentralized exchange. It currently supports Ethereum, Polygon, Optimism, and Arbitrum. Users can easily expand the supported trading pairs and chains by editing the configuration file. The tool conducts backtests using historical data and a specified liquidity range to calculate the fee APR for each trading pair. The results are saved in a JSON file for easy reference.
The project is built by using subGraph and interacting with Uniswap Pools. We'd like to demonstrate the powerfulness of community own subGraph to access on-chain data. The benefit of using subGraph data is that it's public to all, and it's permissionless. DeFi users can query all kinds of data by just calling the API, and we want to create a data layer for Uniswap users to better see the fees of Uniswap, which has long be a black box to many in the past.