ponzu_swap_eth_for_tokens
Swap ETH for any token on PonzuSwap DEX using PonzuRouter. Supports configurable slippage and a 1% swap fee (20% in first hour, decaying linearly).
Instructions
Buy tokens on PonzuSwap DEX by swapping ETH. 1% swap fee (20% in first hour after launch, decaying linearly). Uses PonzuRouter.swapExactETHForTokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slippage | No | Slippage tolerance as percentage (default "5" for 5%) | |
| ethAmount | Yes | ETH amount to swap (e.g. "0.1") | |
| tokenAddress | Yes | Token contract address to buy |