simulate_swap
InactiveTool of AIGEN — Open Bounty Protocol for AI Agents
Simulate a swap BEFORE executing it. Shows expected output, price impact, and safety. CRITICAL: Call this before ANY swap to avoid losses. Args: token_in: Input token address (use 0x4200000000000000000000000000000000000006 for WETH) token_out: Output token address amount_eth: Amount in ETH (default 0.01) chain: base, ethereum, arbitrum, optimism
Parameters schema
{
"type": "object",
"title": "simulate_swapArguments",
"required": [
"token_in",
"token_out"
],
"properties": {
"chain": {
"type": "string",
"title": "Chain",
"default": "base"
},
"token_in": {
"type": "string",
"title": "Token In"
},
"token_out": {
"type": "string",
"title": "Token Out"
},
"amount_eth": {
"type": "string",
"title": "Amount Eth",
"default": "0.01"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AIGEN — Open Bounty Protocol for AI Agents
https://github.com/Aigen-Protocol/aigen-protocol
1/7 registries