prepare_native_send
Construct an unsigned native-coin send transaction on Ethereum, Arbitrum, Polygon, Base, or Optimism. Accepts a human-readable amount like '0.5' for ETH or MATIC.
Instructions
Build an unsigned native-coin send transaction (ETH on Ethereum/Arbitrum). Pass a human-readable amount like "0.5".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| chain | No | ethereum | |
| to | Yes | ||
| amount | Yes | Human-readable native-asset amount, NOT raw wei. Example: "0.5" for 0.5 ETH (or 0.5 MATIC on polygon). |