prepare_native_send
Create an unsigned native-coin transfer transaction (ETH, MATIC) for supported chains. Pass recipient address and a human-readable amount to get a transaction ready for signing.
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). |