> ## Documentation Index
> Fetch the complete documentation index at: https://docs.defindex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Vault Operations

Everything a wallet or app does against a live vault, through the API. The API builds each transaction, you sign it and send it back.

* [Deposit](/integration-guide/vault-operations/deposit): add assets to a vault
* [Withdraw](/integration-guide/vault-operations/withdraw): take them back out
* [Get Balance](/integration-guide/vault-operations/get-balance): what a user holds
* [Get APY](/integration-guide/vault-operations/get-apy): what the vault is yielding, net of fees
* [Rescue](/integration-guide/vault-operations/rescue): pull funds out of a strategy in an emergency

Set up the client first, in the [Introduction](/integration-guide/api). Vault addresses are on [Contract Deployments](/contract-deployments/index).

To call the vault contract yourself rather than going through the API, see [Direct Contract Calls](/advanced-documentation/direct-contract-calls/index).

<Card title="Operate your vault from the Console" icon="layout-dashboard" href="https://console.defindex.io" horizontal>
  Every operation on this page is also a click at console.defindex.io: deposit and withdraw with a connected wallet, and rebalance, rescue, or upgrade from the vault's Admin tab.
</Card>
