eth_create_payment
Create an ETH payment contract specifying the payee, amount in ETH, and settlement window. Use only for ETH, not ERC20 tokens.
Instructions
Creates an ETH payment contract. ONLY for ETH — do NOT use for USDC or other ERC20 tokens. Call exactly as: {"tool":"eth_create_payment","args":{"payeeAddress":"0x...","etherAmount":"0.01","settlementWindowSec":"86400"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etherAmount | Yes | Amount in ETH. Example: "0.001" for 0.001 ETH. | |
| payeeAddress | Yes | The recipient address | |
| settlementWindowSec | Yes | Settlement window in seconds from now. Example: "86400" for 1 day. The server computes the absolute timestamp from the latest block. |