Strategy Base TVL
The strategy-base-tvl subcommand allows interaction wit the strategy-base-tvl contracts.
underlying-token
Query the underlying token
satlayer-cli strategy-base-tvl underlying-tokentransfer-owner
Transfers the ownership of the Strategy Base TVL contract, set in the configuration file, to a new address.
satlayer-cli strategy-base-tvl transfer-owner <user-key-name> <new-owner-address>In which:
user-key-name - name of the key in the keyring to use for contract execution
new-owner-address - address of the new owen
set-tvl-limits
Set the maximum amount of single and total deposit into a strategy
satlayer-cli strategy-base-tvl set-tvl-limits <user-key-name> <max-per-deposit> <max-total-deposit>In which:
user-key-name - name of the key in the keyring to use for contract execution
max-per-deposit - maximum amount allowed per deposit
max-total-deposit - maximum amount allowed across the entire strategy
Last updated
Was this helpful?