> 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/depositing-assets-to-agoric-chain-to-use-as-vaults-collateral.md).

# Depositing Assets to Agoric Chain (to use as Vaults collateral)

1. You must have an Agoric Smart Wallet provisioned. If you have not done so already please see ['Create your Agoric Account and Smart Wallet'](/user-how-to/wallet-usage/create-your-agoric-account-and-smart-wallet.md).
2. Launch [Agoric Smart Wallet UI](https://wallet.agoric.app/wallet)
3. Hit 'Deposit' button for the asset you wish to deposit:
4.

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

5. You may get a Keplr prompt to add 'Cosmos Hub':
6.

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

7. Specify the amount you wish to deposit. Source chain address will default to native token chain i.e. for ATOM this will be Cosmos. Your Agoric chain address should auto-populate. Hit 'Deposit ATOM':
8. ![](/files/FhfSKeFyQtBlTNASibtx)
9. This will perform an IBC transfer of the asset from the source chain to the Agoric chain. (You can similarly use it to withdraw your asset from the Agoric chain to a specified destination chain.)
10. Approve IBC transfer transaction in Keplr pop-up:
11. ![](/files/b87FcrLLx48bLgR8mQ4W)
12. When the transaction completes your asset balance will update. In this example, you will see your ATOM purse increase by 1 ATOM. This amount will be available to lock up as collateral in Vaults dapp UI.&#x20;
13. You're now ready to [create a vault](/user-how-to/minting-ist/minting-ist-vaults/create-a-vault.md)!

**Always review and validate the destination addresses before transferring to ensure you are sending to right account.**


---

# 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/depositing-assets-to-agoric-chain-to-use-as-vaults-collateral.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.
