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

# Vultisig App guide

Vultisig app: Wallet and DeFi tabs, vault management, Settings. Same vault on iOS, Android, and desktop.

The app has two tabs at the bottom: **Wallet** and **DeFi**. \
Everything about the vault itself, like backups, rename, reshare, lives in **Settings**, along with the address book, referrals and $VULT fee tiers.

***

## Tabs

| Tab        | What it does                                        |
| ---------- | --------------------------------------------------- |
| **Wallet** | Balances, send, receive, swap, buy, chain functions |
| **DeFi**   | Stake, bond, LP on supported protocols              |

Vault management is under **Settings**.

***

## Sections

### Creating a vault

Fast Vault (one device + VultiServer) or Secure Vault (devices you control).

{% content-ref url="/pages/1WqRqgJy29abLy1chbxc" %}
[Create a Vultisig Fast or Secure Vault](/app-guide/creating-a-vault.md)
{% endcontent-ref %}

### Wallet

Balances, send, receive, swap, buy, address book, chain functions.

{% content-ref url="/pages/6wEurqpv0oLkEkW7HfD6" %}
[Vultisig Wallet Tab](/app-guide/wallet.md)
{% endcontent-ref %}

### DeFi

Stake, bond, and provide liquidity from the vault. You do not connect an external dApp.

{% content-ref url="/pages/Lv7btHV1k0Mc6LxpyWmB" %}
[DeFi in Vultisig](/app-guide/defi.md)
{% endcontent-ref %}

### Vault management

Backups, rename, reshare, folders, address book, WalletConnect, $VULT fee tiers, GG20 upgrade.

{% content-ref url="/pages/3XUNsEV9jsPcRpz0hodr" %}
[Manage a Vultisig vault](/app-guide/vault-management.md)
{% endcontent-ref %}

### Settings

Address book, WalletConnect, `$VULT` fee tiers, Blockaid, folders, language, currency.

{% content-ref url="/pages/amJ5MOcWIy83RLlDmFkC" %}
[Vultisig Settings](/app-guide/settings.md)
{% endcontent-ref %}

### Referrals

THORChain / Maya referral codes and fee rebates.

{% content-ref url="/pages/YbNJN3VoExKrNXZRskSd" %}
[Vultisig referrals](/app-guide/referrals.md)
{% endcontent-ref %}

***

## Platforms

* iOS (iPhone, iPad)
* Android
* macOS
* Windows
* Linux

Same vault model on each. Chrome and Firefox run a full vault as the [extension](/ecosystem/vultisig-extension.md).

***

## Related

* [Getting Started](/getting-started/overview.md)
* [Security & Technology](/security-and-technology/overview.md)
* [Vultisig Extension](/ecosystem/vultisig-extension.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/overview.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.
