diff --git a/GUIDE.md b/GUIDE.md index 65dc9b8..0115d7b 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -1,5 +1,19 @@ # Contributor guide +|Protocol|Status| +|--- |--- | +| Uniswap v2 | ✅ | +| Uniswap v2 forks (sushiswap etc) | ✅ | +| Uniswap v3 | ✅ | +| Curve | ⛏️ | +| Aave | ✅ | +| Compound v1 | ⛏️ | +| Compound v2 | ✅ | +| Compound forks (cream, rari fuse etc) | ⛏️ | +| Synthetix | ⛏️ | +| Balancer | ⛏️ | + + ### Requirements * [Install](https://docs.docker.com/compose/install/) docker compose @@ -119,7 +133,6 @@ Additional fields we're potentially interested in (aside from inspector specific * Difference between profit estimated by our inspectors and pure token flow analysis - ### Creating an inspector from scratch If you intend to create your own inspector and submit it as a PR, this should serve as a useful walkthrough to understand the code structure and types.