diff --git a/README.md b/README.md index bc00866..b49df69 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,12 @@ COINGECKO_API_KEY=your_coingecko_api_key --topic "TokensSwapped(address,address,uint256,uint256)" --rpc-url ``` +### Using the AI Agent Interface +1. Start the Eliza AI agent: +```bash +pnpm run start:agent +``` + ## Testing Foundry is used for testing the Arbitrage contract. To run the tests: