This document presents the security review performed by nethermind on the sithswap protocol. sithswap is an amm protocol featuring instant volatile and stable swaps with low fees and the full security of ethereum. contracts are not upgradable and the only privileged action is changing the swaps fee which is capped by the protocol, demonstrating a high level of decentralization. The reviewed codebase is composed of approximately 6000 lines of code. Overall, the codebase shows very good code quality.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 5 | 11 | - | - | 16 |
Total | 5 | 11 | 0 | 0 | 16 |
# | File Name |
---|---|
1 | SithSwapV1Pair.cairo |
2 | SithSwapV1Factory.cairo |
3 | SithSwapV1Router01.cairo |