Set Minimum/ Maximum Voting Power
Set Minimum Voting Power
Othentic CLI enables you to set minimum voting power for an AVS. This ensures that only operators with sufficient voting power can influence the consensus. It internally calls setMinVotingPower method on the AVS governance contract.
By default, the minimum voting power is set to 0.
Usage
othentic-cli network set-min-voting-power
Options
--l1-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.
Set Maximum Voting Power
Othentic CLI enables you to set maximum voting power for an AVS. It internally calls setMaxEffectiveBalance method on the AVS governance contract.
Usage
othentic-cli network set-max-voting-power
Options
--l1-chain required
string
The name of the L1 chain where the AVS contracts will be deployed.
--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 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