Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```