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

# App Guide

- [Vultisig App guide](https://docs.vultisig.com/app-guide/overview.md): Vultisig app: Wallet and DeFi tabs, vault management, Settings. Same vault on iOS, Android, and desktop.
- [Create a Vultisig Fast or Secure Vault](https://docs.vultisig.com/app-guide/creating-a-vault.md): Create a Vultisig vault. Fast Vault is one device plus VultiServer. Secure Vault is two or more devices you control. No seed phrase.
- [Vultisig Fast Vault](https://docs.vultisig.com/app-guide/creating-a-vault/fast-vault.md): Vultisig Fast Vault: one device plus VultiServer (2-of-2). Setup in about a minute. VultiServer co-signs and can never sign alone.
- [Vultisig Secure Vault](https://docs.vultisig.com/app-guide/creating-a-vault/secure-vault.md): Vultisig Secure Vault: seedless crypto wallet across your own devices, no server co-signer. 2-of-2 up to m-of-n. For larger holdings.
- [Vultisig Wallet Tab](https://docs.vultisig.com/app-guide/wallet.md): Send, receive, and swap from the Vultisig Wallet tab across 36+ chains.
- [Send Crypto from Vultisig](https://docs.vultisig.com/app-guide/wallet/sending.md): Send crypto from Vultisig. Address book, XRP destination tags, and Blockaid on the verify screen.
- [Swap Crypto in Vultisig](https://docs.vultisig.com/app-guide/wallet/swapping.md): Swap in Vultisig. Best quote from THORChain, Maya, 1inch, Li.Fi, Kyber, Jupiter, and others. 50 bps fee, reduced by $VULT.
- [DeFi in Vultisig](https://docs.vultisig.com/app-guide/defi.md): Vultisig DeFi tab: stake, bond, and LP on THORChain, Maya, TON, Solana, Terra, and more.
- [THORChain in Vultisig](https://docs.vultisig.com/app-guide/defi/thorchain.md): THORChain DeFi in Vultisig: bond to nodes, stake RUNE/TCY/RUJI, and add LP.
- [MayaChain in Vultisig](https://docs.vultisig.com/app-guide/defi/maya.md): MayaChain DeFi in Vultisig: bond to nodes, CACAO pool, and liquidity pools. Access from the DeFi tab.
- [TRON in Vultisig](https://docs.vultisig.com/app-guide/defi/tron.md): TRON freeze and unfreeze in Vultisig: freeze TRX to earn bandwidth or energy for fee-free transactions, and unfreeze to reclaim your TRX.
- [Cosmos IBC in Vultisig](https://docs.vultisig.com/app-guide/defi/cosmos.md): Cosmos IBC in Vultisig: transfer assets between IBC-enabled chains from Wallet Functions. Terra staking is on the DeFi tab.
- [TON staking in Vultisig](https://docs.vultisig.com/app-guide/defi/ton.md): TON staking in Vultisig: stake and unstake TON from the DeFi tab.
- [Solana DeFi in Vultisig](https://docs.vultisig.com/app-guide/defi/solana.md): Solana in Vultisig DeFi: native staking and Kamino Earn. Deposit, withdraw, and claim from the DeFi tab.
- [dYdX in Vultisig](https://docs.vultisig.com/app-guide/defi/dydx.md): dYdX governance in Vultisig: vote on proposals from Wallet Functions.
- [Manage a Vultisig vault](https://docs.vultisig.com/app-guide/vault-management.md): Manage a Vultisig vault: backup, rename, details, reshare, QR, GG20 upgrade. Open from Settings.
- [Vultisig vault details](https://docs.vultisig.com/app-guide/vault-management/vault-details.md): View vault details: signing parties, ECDSA and EdDSA public keys, and vault configuration. Verify your multi-device setup at a glance.
- [Export a Vultisig vault backup](https://docs.vultisig.com/app-guide/vault-management/vault-backup.md): Export a Vultisig vault backup from Settings. Each device has its own share. Full storage and recovery: Backup & Recovery.
- [Rename a Vultisig vault](https://docs.vultisig.com/app-guide/vault-management/vault-rename.md): Rename a Vultisig vault on this device. Local label only. Other devices keep their own name.
- [Reshare a Vultisig vault](https://docs.vultisig.com/app-guide/vault-management/vault-reshare.md): Reshare a Vultisig vault to add or remove devices. Same addresses. No fund move. Export new backups after.
- [Vultisig vault QR](https://docs.vultisig.com/app-guide/vault-management/vault-qr.md): Vault QR code contains root public keys and vault ID. Use for pairing and verification—not a backup. Share safely for view-only access.
- [Upgrade a Vultisig vault to DKLS23](https://docs.vultisig.com/app-guide/vault-management/vault-upgrade.md): Upgrade a GG20 Vultisig vault to DKLS23. Faster signing. Same addresses. Export new backups after.
- [Vultisig Settings](https://docs.vultisig.com/app-guide/settings.md): Vultisig Settings: address book, WalletConnect, $VULT fee tiers, Blockaid, folders, language, and currency.
- [Vultisig referrals](https://docs.vultisig.com/app-guide/referrals.md): Vultisig referrals: share a code for a swap-fee rebate. THORChain nested affiliates.


---

# 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.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.
