> For the complete documentation index, see [llms.txt](https://docs.inter.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/adjust-vault.md).

# Adjust Vault

1. From Vaults UI, click the vault you wish to adjust.
2.

```
<figure><img src="/files/v0TAqOnWl7g79lbaHtMO" alt=""><figcaption></figcaption></figure>
```

3. Select one or multiple actions you wish to take on the vault and enter adjustment amounts. NOTE: you may perform a single or multiple vault adjustment actions in the same transaction. i.e. deposit more collateral and mint more IST. These include:&#x20;
   1. Deposit (collateral) -> Deposit additional collateral into your vault. Increases the collateralization ratio of your vault
   2. Withdraw (collateral) -> Withdraw collateral from your vault to your wallet. Decreases the collateralization ratio of your vault
   3. Repay (IST) -> Reduces your IST debt and increases your collateralization ratio
   4. Mint More (IST) -> Increases your IST debt and reduces your collateralization ratio
4.

```
<figure><img src="/files/QMD7PfmDCJCUSUlTSwz3" alt=""><figcaption></figcaption></figure>
```

5. Hit 'Adjust Vault' button in 'Vault Summary' pane on right. You will be prompted to navigate to your Agoric Smart Wallet to approve transaction:
6. ![](/files/3qKuKAhsgyFYYDSsHFza)
7. Hit 'Approve' button in Agoric Smart Wallet to send transaction to Keplr for signing.
8.

```
<figure><img src="/files/JJEvtWgD6gC2F00zV5Jh" alt=""><figcaption></figcaption></figure>
```

9. Sign transaction in Keplr pop-up to transmit transaction to chain.
10. ![](/files/Pm0FI5IttD5F0qQxKHmo)
11. Your vault will update automatically once transaction is successful.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/adjust-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
