# Wallet

The Wallet tab is the primary interface for managing crypto assets. It displays all holdings across supported blockchains and provides access to core transaction functions.

***

## Features

| Function            | Description                                                             |
| ------------------- | ----------------------------------------------------------------------- |
| **View Assets**     | See balances across all chains in one view                              |
| **Receive**         | Generate addresses and QR codes for deposits                            |
| **Send**            | Transfer assets to any address                                          |
| **Swap**            | Exchange assets within or across chains                                 |
| **Chain Functions** | Chain-specific actions via the **Functions** button on supported chains |

***

## Chain Functions

Some chains expose extra actions beyond send/receive/swap. Tap a chain in the Wallet tab, then tap **Functions** to access them.

| Chain                                                      | Functions                                               |
| ---------------------------------------------------------- | ------------------------------------------------------- |
| [Cosmos Hub / Kujira / Osmosis](/app-guide/defi/cosmos.md) | IBC Transfer, Switch (→ THORChain), Custom transactions |
| [TON](/app-guide/defi/ton.md)                              | Stake, Unstake                                          |
| [dYdX](/app-guide/defi/dydx.md)                            | Vote on governance proposals                            |

***

## Supported Chains

Vultisig supports 30+ blockchains including:

* **UTXO**: Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, Dash
* **EVM**: Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Avalanche
* **Cosmos**: Cosmos Hub, Osmosis, Kujira, Dydx, THORChain, Maya
* **Other**: Solana, Polkadot, Sui, TON, Ripple

All chains are accessible from a single vault. Each vault generates addresses for all supported chains automatically.

***

## Transaction Security

All transactions from the Wallet tab require threshold signatures:

1. Transaction is initiated on one device
2. Other devices join the signing session
3. Each device independently verifies and approves
4. Threshold signatures combine to create a valid transaction
5. Transaction broadcasts to the blockchain

No single device ever holds the complete private key. See [How Keysigning Works](/security-and-technology/keysign.md) for technical details.

***

## Guides

{% content-ref url="/pages/7WNNsGgy1Si3VnSmwqnG" %}
[Sending](/app-guide/wallet/sending.md)
{% endcontent-ref %}

{% content-ref url="/pages/VCKsnk7Hzw0o6YQaw0qJ" %}
[Swapping](/app-guide/wallet/swapping.md)
{% endcontent-ref %}


---

# 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.vultisig.com/app-guide/wallet.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.
