prepare_lido_stake
Build unsigned Lido stake transactions to wrap ETH into stETH via stETH.submit. Specify wallet address and ETH amount to prepare transaction for Ledger approval.
Instructions
Build an unsigned Lido stake transaction (wraps ETH into stETH via stETH.submit). The tx's value field is the ETH amount to stake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| amountEth | Yes | Human-readable ETH amount, NOT raw wei. Example: "0.5" for 0.5 ETH. |