> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/app-guide/defi/cosmos.md).

# Cosmos IBC in Vultisig

Cosmos IBC in Vultisig: transfer assets between IBC-enabled chains from Wallet Functions. Terra staking is on the DeFi tab.

{% hint style="info" %}
IBC transfer is on the **Functions** button for Cosmos Hub and Osmosis in the **Wallet tab**. Terra and Terra Classic staking are on the **DeFi tab**.
{% endhint %}

You can IBC-transfer from Cosmos Hub or Osmosis. The path is Wallet → Functions, not the DeFi tab.

***

## Wallet → Functions

| Chain          | Functions    |
| -------------- | ------------ |
| **Cosmos Hub** | IBC transfer |
| **Osmosis**    | IBC transfer |

Kujira may still appear on some iOS builds. The network is wound down. Do not send funds there.

### How to IBC transfer

1. Open **Wallet tab** → Cosmos Hub or Osmosis
2. Tap **Functions** → **IBC Transfer**
3. Enter the destination chain
4. Enter the destination address
5. Enter the amount
6. Optional memo
7. Sign with your devices

***

## DeFi tab: Terra / Terra Classic

Terra and Terra Classic native staking is on the **DeFi tab**, not Functions.

| Action     | What it does                      |
| ---------- | --------------------------------- |
| Delegate   | Stake LUNA or LUNC to a validator |
| Undelegate | Start unbonding                   |
| Redelegate | Move stake to another validator   |
| Claim      | Claim staking rewards             |

1. Open **DeFi tab** → **Terra** or **Terra Classic**
2. Choose the action
3. Enter the validator and amount
4. Sign with your devices

Unbonding follows the chain's unbonding period. Rewards stay claimable until you claim them.

***

## Related

* [DeFi overview](/app-guide/defi.md)
* [THORChain](/app-guide/defi/thorchain.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.vultisig.com/app-guide/defi/cosmos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
