diff --git a/README.md b/README.md index 18aa2654..45655906 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,18 @@ amm-match validate my_strategy.sol ``` Output is your average edge across simulations. The 30 bps normalizer typically scores around 250-350 edge depending on market conditions. + +## Strategy Visualizer + +GitHub user [@muttoni](https://github.com/muttoni) created an AMM visualizer +for the starter strategies at [ammvisualizer.com](https://ammvisualizer.com). + +- Left panel: strategy Solidity code with active line highlights +- Right panel: reserve-curve market simulation and trade tape +- Step-by-step explanations that map each trade to strategy behavior + +To use it, visit: + +```bash +https://ammvisualizer.com +```