Skip to content
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ Generage test coverage reports:
forge coverage
```

## Security Considerations
### Known Risks

- **MEV (Maximal Extractable Value):** Arbitrage transactions may be front-run by MEV bots
- **Flash Loan Attacks:** Ensure proper validation of flash loan repayment
- **Slippage:** Market conditions can change between opportunity detection and execution
- **Smart Contract Risk:** Potential bugs in contract logic or external dependencies

## Contributing
Contributions to the FlashArbAI project are welcome! Please follow these steps:

Expand Down
Loading