set-min-slashable-stake

Othentic CLI enables you to set Minimum Slashable Stake for an AVS. This ensures that only operators with sufficient voting power in an eligible staking contract can register and operate an AVS.

The command internally calls setMinSlashableStakePerStakingContract function on AVSGovernance.

By default, the minimum slashable stake is set to 0.

Usage

otcli network set-min-slashable-stake

Options

--l1-chain required

string

The name of the L1 chain where the AVS contracts will be deployed.


--l2-chain required

string

The name of the L1 chain where the AVS contracts will be deployed.


--keystore optional

file path

The path to the keystore file used for signing the transaction.


--browser-sign optional

flag

Allows signing using wallets like MetaMask, SAFE, or other browser-based smart accounts. Ideal for multisig operations and smart contract wallets, especially when users prefer not to expose private keys directly in the CLI.


--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