# Sending

Vultisig supports sending assets on all integrated blockchains. Transactions are secured using threshold signatures—no single device ever holds the complete private key.

***

## How to Send

1. **Select the asset** from your vault's asset list
2. **Tap "Send"** to enter the send flow
3. **Enter the recipient address** — paste or scan a QR code
4. **Enter the amount** — tap "Max" to send the full balance
5. **Review the transaction** including network fee
6. **Sign with your devices** — bring your threshold of devices together
7. **Transaction broadcasts** automatically after successful signing

<figure><img src="/files/3BYE6v9A5HLs7xOydYMN" alt=""><figcaption><p>Send Flow</p></figcaption></figure>

***

## Supported Chains

Sending is supported on all integrated blockchains, including Bitcoin, Ethereum, Solana, THORChain, and 30+ others.

***

## Tips

* **Double-check the recipient address** — blockchain transactions are irreversible
* **Ensure sufficient balance** for network fees (gas)
* **Use QR scanning** when possible to avoid address typos
* **For large amounts**, send a small test transaction first

***

## Related

* [Keysign](/security-and-technology/keysign.md) — How transaction signing works
* [Swapping](/app-guide/wallet/swapping.md)


---

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