monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Calculate router liquidity + utilization over time

Open rhlsthrm opened this issue 2 years ago • 1 comments

Background

We need to calculate router utilization so we can see if routers or AMM liquidity is the bottleneck.

Linked Issues & Documentation

This should be easy to get an idea of based on onchain metrics. Basically, just need to sum up value of all transfers that are in the Executed state at any time and then divide that by router liquidity for a given chain if you plot a time series of this^ we would get a % over time of router liquidity that's being used

Definition Of Done

Router liquidity is measured.

Tasks

  • [ ] Need some more discussion around how to show this info.

rhlsthrm avatar Feb 06 '23 12:02 rhlsthrm

@alexwhte relevant?

LayneHaber avatar Feb 08 '24 04:02 LayneHaber