prepare_lido_stake
Build an unsigned Lido staking transaction that wraps ETH into stETH. Provide wallet address and human-readable ETH amount to prepare for 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. |