Prepare a gasless action (returns what to sign)
robyn_prepareTurn a plain-language or structured intent into a concrete plan plus the EXACT payload to sign. Costs nothing, moves nothing, needs no key. Returns status:"sign" with signRequest, or status:"quoted" if something is still missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | USDC, USDT, ETH, ... | |
| amount | No | base units, overrides amountHuman | |
| intent | No | plain language, e.g. "send 25 USDC to 0xabc... on arbitrum" | |
| toChain | No | ||
| fromChain | No | ||
| toAddress | No | ||
| amountHuman | No | human units, e.g. 25 for 25 USDC |