> For the complete documentation index, see [llms.txt](https://docs.satlayer.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satlayer.xyz/bvs-developers-1/developer-toolbox/satlayer-cli/strategy-base-tvl.md).

# 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-token
```

### transfer-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 &#x20;
* **max-total-deposit** - maximum amount allowed across the entire strategy
