For the complete documentation index, see llms.txt. This page is also available as Markdown.

RenzoStake

Description

Supplies ETH (action receives WETH) to Renzo for ETH2 Staking. Receives ezETH in return

Notes

This action:

  1. Pulls weth

  2. Transforms it into eth

  3. Stakes it with Renzo

  4. Receives ezETH

  5. Sends tokens to target address

Action ID

0xde82f951

SDK Action

const renzoStakeAction = new dfs.actions.renzo.RenzoStakeAction(
    amount,
    from,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated