# User How-to

- [Wallet Usage](https://docs.inter.trade/user-how-to/wallet-usage.md): This section explains how to setup and use your Agoric account, Smart Wallet and Keplr Wallet for the Cosmos ecosystem / Interchain.
- [Acquiring BLD Tokens](https://docs.inter.trade/user-how-to/wallet-usage/acquiring-bld-tokens.md)
- [How to Deposit Assets to Osmosis](https://docs.inter.trade/user-how-to/wallet-usage/acquiring-bld-tokens/how-to-deposit-assets-to-osmosis.md)
- [How to swap for BLD tokens from Osmosis and transfer to Agoric](https://docs.inter.trade/user-how-to/wallet-usage/acquiring-bld-tokens/how-to-swap-for-bld-tokens-from-osmosis-and-transfer-to-agoric.md)
- [How to swap for BLD on Crescent](https://docs.inter.trade/user-how-to/wallet-usage/acquiring-bld-tokens/how-to-swap-for-bld-on-crescent.md)
- [Buying BLD from Huobi](https://docs.inter.trade/user-how-to/wallet-usage/acquiring-bld-tokens/buying-bld-from-huobi.md)
- [Create your Agoric Account and Smart Wallet](https://docs.inter.trade/user-how-to/wallet-usage/create-your-agoric-account-and-smart-wallet.md)
- [Keplr Overview](https://docs.inter.trade/user-how-to/wallet-usage/keplr-overview.md): In order to interact with the Agoric chain and it's Dapps, you will first need to set up your Keplr browser extension wallet.
- [Bridge External Tokens to Agoric](https://docs.inter.trade/user-how-to/bridge-external-tokens-to-agoric.md)
- [Bridge DAI, USDC or USDT to Agoric via Axelar Bridge](https://docs.inter.trade/user-how-to/bridge-external-tokens-to-agoric/bridge-dai-usdc-or-usdt-to-agoric-via-axelar-bridge.md): In below walkthrough, we will be bridging USDC to Agoric but USDT and DAI follows the same process. It assumes you already have a USDC, USDT or DAIbalance in your Ethereum-source wallet i.e. MetaMask.
- [Bridge DAI, USDC or USDT to Agoric via Gravity Bridge](https://docs.inter.trade/user-how-to/bridge-external-tokens-to-agoric/bridge-dai-usdc-or-usdt-to-agoric-via-gravity-bridge.md): In below walkthrough, we will be bridging USDC to Agoric but USDT and DAI follows the same process. It assumes you already have a USDC, USDT or DA balance in your Ethereum-source wallet i.e. MetaMask.
- [Minting IST](https://docs.inter.trade/user-how-to/minting-ist.md): IST is minted through the Inter Protocol contracts. The two minting mechanisms include Vaults and the Parity Stability Module (PSM) contracts.
- [Minting IST  - Vaults](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults.md): Vaults are Inter Protocol's flagship product and IST minting mechanism. User's specify how much collateral they wish to lock-up to mint a corresponding amount of IST (subject to vault parameters).
- [Create a Vault](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/create-a-vault.md): Step-by-step guide on how to create a vault and Mint IST
- [Adjust Vault](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/adjust-vault.md): Step-by-step guide on how to adjust the collateral and/or debt configuration on your vault
- [Close Vault](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/close-vault.md): Step-by-step guide on how to close out your vault to repay outstanding IST and withdraw your locked collateral
- [Depositing Assets to Agoric Chain (to use as Vaults collateral)](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-vaults/depositing-assets-to-agoric-chain-to-use-as-vaults-collateral.md): Step-by-step how-to guide explaining how to use the IBC transfer feature in the Wallet UI.
- [Minting IST - PSM](https://docs.inter.trade/user-how-to/minting-ist/minting-ist-psm.md): Note: Make sure you have provisioned your Agoric Smart Wallet before proceeding. See Wallet Usage -> Create Account for how to guide.
- [Bidding for Liquidated Collateral](https://docs.inter.trade/user-how-to/bidding-for-liquidated-collateral.md)
- [IST Usage and Beyond](https://docs.inter.trade/user-how-to/ist-usage-and-beyond.md)
- [Deposit IST to Osmosis](https://docs.inter.trade/user-how-to/ist-usage-and-beyond/deposit-ist-to-osmosis.md)
- [Deposit IST to Crescent](https://docs.inter.trade/user-how-to/ist-usage-and-beyond/deposit-ist-to-crescent.md)
- [Earn BLD by adding liquidity to IST/OSMO pool on Osmosis](https://docs.inter.trade/user-how-to/ist-usage-and-beyond/earn-bld-by-adding-liquidity-to-ist-osmo-pool-on-osmosis.md)
- [Earn BLD + CRE rewards by adding liquidity to IST pools on Crescent](https://docs.inter.trade/user-how-to/ist-usage-and-beyond/earn-bld-+-cre-rewards-by-adding-liquidity-to-ist-pools-on-crescent.md): Note: You will need IST and either USDC.axl or USDC.grv before proceeding.
- [Supported Browsers](https://docs.inter.trade/user-how-to/supported-browsers.md): Inter Protocol dapps are currently supported on the following browsers:


---

# Agent Instructions: 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.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.
