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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ COINGECKO_API_KEY=your_coingecko_api_key
pnpm run start:agent
```

2. Interact with the agent using natural language:
- "Show me profitable arbitrage opportunities"
- "Execute arbitrage for WETH/USDC pair"
- "What's the current profit potential for ETH/DAI?"

## Testing
Foundry is used for testing the Arbitrage contract. To run the tests:

Expand Down
Loading