prepare_lido_stake
Construct an unsigned transaction to stake ETH into Lido, wrapping it into stETH using the stETH.submit method.
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. |