Loading...
Loading...
AI-powered blockchain monitoring agent with real-time monitoring of Uniswap V2, V3, and V4 most known pools. Track swaps, monitor specific liquidity pools by address, and receive intelligent insights
npx skill4agent add teneoprotocolai/teneo-skills uniswap-monitor-teneoteneo-cliPowered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
teneo-agent-deployment| Command | Arguments | Price | Description |
|---|---|---|---|
| - | Free | Start monitoring Uniswap V2 swaps on Ethereum mainnet with real-time notifications |
| - | Free | Start monitoring Uniswap V3 swaps on Ethereum mainnet with real-time notifications |
| - | Free | Start monitoring Uniswap V4 swaps (currently under development) |
| [pool_address] | Free | Monitor a specific liquidity pool by contract address (example: 0x641c00a822e8b671738d32a431a4fb6074e5c79d for WETH/USDT) |
| - | Free | Check the current monitoring status and see what version or pool is being tracked |
| - | Free | Stop the current monitoring session and cancel background swap tracking |
# Agent ID: uniswap-monitor-agent
~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v2" --room <roomId>
~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v3" --room <roomId>
~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v4" --room <roomId>
~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor-pool [pool_address]" --room <roomId>
~/teneo-skill/teneo command "uniswap-monitor-agent" "status" --room <roomId>
~/teneo-skill/teneo command "uniswap-monitor-agent" "stop" --room <roomId># Check if installed and get version
test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"teneo.tsdaemon.ts~/teneo-skill/teneo list-agents| Network | Chain ID | USDC Contract |
|---|---|---|
| Base | | |
| Peaq | | |
| Avalanche | | |
monitor v2~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v2" --room <roomId>humanizedmonitor v3~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v3" --room <roomId>humanizedmonitor v4~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor v4" --room <roomId>humanizedmonitor-pool~/teneo-skill/teneo command "uniswap-monitor-agent" "monitor-pool [pool_address]" --room <roomId>humanizedstatus~/teneo-skill/teneo command "uniswap-monitor-agent" "status" --room <roomId>humanizedstop~/teneo-skill/teneo command "uniswap-monitor-agent" "stop" --room <roomId>humanizeduniswap-monitor-agent