> 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/wallet.md).

# Vultisig Wallet Tab

Send, receive, and swap from the Vultisig Wallet tab across 36+ chains.

This is where you see balances and send, receive, swap, or buy.

***

## Actions

| Function            | Description                                                                          |
| ------------------- | ------------------------------------------------------------------------------------ |
| **View assets**     | Balances across chains in one view                                                   |
| **Receive**         | Addresses and QR codes for deposits                                                  |
| **Send**            | Transfer to an address. Address book and destination tags where the chain needs them |
| **Swap**            | Same-chain and cross-chain. Vultisig picks the best quote                            |
| **Buy**             | Fiat on-ramp on supported coins (not QBTC)                                           |
| **Chain functions** | Extra actions via **Functions** on chains that offer them                            |

***

## Chain functions

Some chains expose extra actions beyond send / receive / swap. Open the chain in the Wallet tab, then tap **Functions**.

| Chain                                                                             | Functions                    |
| --------------------------------------------------------------------------------- | ---------------------------- |
| [Cosmos Hub, Osmosis](/app-guide/defi/cosmos.md)                                  | IBC transfer                 |
| [dYdX](/app-guide/defi/dydx.md)                                                   | Vote on governance proposals |
| Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Ethereum, Avalanche, BSC, Base, Ripple | Add THORChain LP             |
| MayaChain                                                                         | Leave, custom memo           |

TON stake / unstake and Solana / Terra staking are on the [DeFi tab](/app-guide/defi.md), not Functions.

Kujira may still appear on some iOS builds. The network is wound down and is removed from the SDK. Do not treat it as a current chain.

***

## Supported chains

The apps expose these networks from one vault. Addresses are derived automatically.

* **UTXO:** Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Dash, Zcash
* **EVM:** Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Avalanche, Blast, Cronos, zkSync, Mantle, Hyperliquid, Sei, Robinhood
* **Cosmos:** Cosmos Hub, Osmosis, dYdX, Terra, Terra Classic, Noble, Akash, THORChain, MayaChain
* **Other:** Solana, Polkadot, Bittensor, TON, Ripple, Tron, Cardano, Sui

QBTC appears in some builds as a post-quantum testnet. It is not a WalletCore signing chain. Do not send mainnet funds there.

That is 36+ mainnet networks. The SDK `Chain` enum is the same set plus QBTC.

***

## Transaction security

Verify the destination, amount, and (on EVM) the decoded function on the sign screen. [Blockaid](/app-guide/wallet/sending.md#blockaid) scans before you sign. It is on by default. Turn it off in Settings.

***

## Related

* [Send](/app-guide/wallet/sending.md)
* [Swap](/app-guide/wallet/swapping.md)
* [DeFi](/app-guide/defi.md)
* [Referrals](/app-guide/referrals.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/wallet.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.
