snipe_buy
Buy token launches on Base chain using ETH. Executes purchase on OBSD LaunchPad via PlatformRouter, returning tx hash and token amount.
Instructions
Buy a token on the OBSD LaunchPad with ETH via PlatformRouter. 0.5% ETH fee goes to platform treasury. Requires DEPLOYER_PRIVATE_KEY env var. Returns tx hash and tokens received.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token contract address to buy | |
| eth_amount | Yes | Amount of ETH to spend (e.g. '0.001') | |
| slippage_percent | No | Max slippage % (default 10 — higher for new launches) |