Closed artdgn closed 2 years ago
For the short term maybe simplest to add some metrics to the liquidation dashboard (emit them from liquidation bot):
MarginTransferred
, or PositionModified
where size
is same as previous position size.PositionModified
vs. previous PositionModified
for that position (excluding ones where position size
didn't change)"hacky" Kwenta dashboard from Muir https://dune.xyz/queries/523895
Build with dune and get reviewed by Afif/Kaleb
Dune dashboard https://dune.xyz/arthursnx/SNX-Futures-(perps):-PNLs
Grants funded dashboard with many other trading related metrics: https://dune.xyz/drethereum/Synthetix-Futures:-Overview
The liquidations bot has also gotten some updates related to this
Real time metrics from liquidation bot and alerting to discord was set up on the existing grafana dashboard.
Futures withdrawals and PNL should be monitored and alerting should be set up in case of exploits that don't hit the static limits (market size / skew).
Tasks:
subgraphincorrect data, will fix later