Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AMM support matrix to README.md #40

Merged
merged 1 commit into from
Dec 27, 2023
Merged
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
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,32 @@ TokenPermissions(address token,uint256 amount)
```

Where `actions` is added and contains the encoded actions the to perform.

## Anticipated AMM support

| AMM | support? | notes |
| :------------| :------: | :----- |
| Balancer | ✅ | |
| Balancer V2 | ✅ | |
| Bancor | ✅ | |
| Bancor V3 | ✅ | |
| Component | ✅ | Shell clone |
| CryptoCom | ✅ | UniV2 clone |
| Curve | ✅ | |
| Curve V2 | ✅ | |
| DODO | ❌ | Requires a helper contract in a specific direction to calculate the correct sell amount. One can only buy asset A and sell asset B |
| DODO V2 | ❌ | Uses a transfer + sync flow |
| KyberDMM | ✅ | |
| KyberElastic | ✅ | |
| Lido | ✅ | |
| MakerPsm | ❌ | Additional calculation required for `buyGem` |
| mStable | ✅ | |
| Saddle | ✅ | Curve clone |
| Shell | ✅ | |
| ShibaSwap | ✅ | UniV2 clone |
| SushiSwap | ✅ | UniV2 clone |
| Synapse | ✅ | Curve clone |
| Synthetix | ❌ | |
| Uniswap | ✅ | |
| Uniswap V2 | ✅ | Has VIP |
| Uniswap V3 | ✅ | Has VIP |
Loading