Registration Process
EigenLayer Deposit
An optional step for EigenLayer strategy deposit.
You might not need this step if you are already registered in EL and have deposited into a strategy token before.
Run the following command to deposit to WETH asset:
ECDSA=ecdsa.operator
RPC=https://mainnet.infura.io/v3/API-KEY
fermah-operator deposit-into-strategy \
--network dev \
--symbol WETH \
--key $ECDSA \
--chain-rpc $RPC \
1000000000 \
--with-approval
Command Reference
| Argument | Description | Required |
|---|---|---|
| --network | local or dev | Yes |
| --symbol | currency symbol | Yes |
| --key | ecdsa key name to use | Yes |
| --chain-rpc | chain RPC URL endpoint to use | Yes |
| (amount) | amount to deposit | Yes |
| --with-approval | approve amount, required for testnet | Yes for testnet |