deposit
Deposit shares to EigenLayer
Usage
othentic-cli operator deposit [options]
Options
--l1-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
--strategy, --staking-contract, -sc optional
0x string
Specifies the staking contract name where the deposit will be made
--staking-contract-address,-sca optional
0x string
Specifies the custom staking contract where the deposit will be made
--amount optional
amount in wei
Specifies the amount to deposit into the selected staking contract
--keystore optional
file path
The path to the keystore file used for signing the transaction.
--keystore-password optional
file path
The path to the file containing the keystore password.
--silent, --s, --no-prompt optional
flag
Run in non-interactive mode using .env
and provided arguments, without user prompts.
-h, --help optional
flag
Display help information for this command.
Last updated