# Manage assets

### How to deposit assets into your Squads account

* Navigate to the "Treasury" tab and click "Deposit"
* Select the target account and asset type (SPL token or NFT)
* Click "Deposit" to complete the process

<figure><img src="/files/h6luZwIe615udHIkivRJ" alt=""><figcaption><p>Deposit pop-up</p></figcaption></figure>

### How to withdraw assets from your Squads account

Users can withdraw their assets from their Squads multisig to:

* Another wallet or a centralized exchange (CEX)
* Multiple wallets/Squads using Batch send
* An email, via [TipLink](/main/navigating-your-squad/integrated-apps/tiplink.md)
* Their US bank account, via Sphere or Coinflow

<figure><img src="/files/5AKmy7QryNbyHdI0cNky" alt=""><figcaption><p>Send pop-up</p></figcaption></figure>

#### Sending assets to another wallet

Here are the steps to sending funds from your Squads multisig to another wallet:

* Navigate to the "Treasury" tab, and click the "Send" button.
* Select the option to send to another wallet in the popup window.
* Enter the recipient address, token, and amount you want to send.

<figure><img src="/files/o9xy9GWdhbxbUlyJWmRG" alt=""><figcaption><p>Sending assets to another wallet</p></figcaption></figure>

* Once added, you can review and initiate your transaction. This additional safeguard enables users to double-check and verify recipient addresses and token amounts before finalizing the transaction, reducing the risk of errors.

<figure><img src="/files/wexqhCaRerPi4jc3wO4P" alt=""><figcaption><p>Review page</p></figcaption></figure>

* Funds will be transferred upon the execution of the transaction.

Always send a first small test amount when sending assets to centralized exchanges (CEXs). Some CEXs do not recognize transfers from Squads multisigs/PDAs. Learn more [here](https://docs.squads.so/main/frequently-asked-questions/sending-assets-to-from-centralized-exchange-cexs).&#x20;

{% hint style="info" %}
Sending a specific token to a wallet for the first time requires 0.003 SOL in your Squads account. This fee creates the token account (ATA) in the recipient's wallet. For instance, if you’re sending USDC to a wallet that has never received USDC before, you will have to incur this amount.
{% endhint %}

#### Batch Send

Batch Send allows users to send tokens to multiple recipients. Here are the steps to execute a batch send transaction:

* In the popup window, select the “Batch send” option.
* Enter the token you want to send. Users can only select one token per batch transaction to simplify the workflow.

<figure><img src="/files/zTGxFsDVt5avE3QiqDTa" alt=""><figcaption><p>Batch send</p></figcaption></figure>

Batch Send transactions can be executed in two ways:

* **Batch:** Users can manually enter recipient wallet addresses and the amount they want to send to each recipient.
* **Split:** This allows for the distribution of the selected amount in equal portions to multiple specified addresses through a single transaction.

<figure><img src="/files/rOf5N3McSsYKYH7921yl" alt=""><figcaption><p>Two options for Batch Send</p></figcaption></figure>

* Once the details have been entered, you can review the recipients and the amount each one is receiving. Initiate your transaction upon confirmation and assets will be transferred.

#### Email Send

You can also send assets by entering the recipient’s email address. This is powered by [TipLink](https://tiplink.io/). Learn more about our integration and how you can use email to send your assets [here](https://docs.squads.so/main/navigating-your-squad/in-app-integrations/tiplink).

{% hint style="info" %}
If you send assets to the wrong email address or the TipLink funds are not claimed, you can recover the associated tokens back to your vault.
{% endhint %}

#### Off-ramp

Users can off-ramp their onchain assets from their Squad directly to their bank accounts. This can be done using Sphere and Coinflow. Learn more about off-ramping assets [here](https://docs.squads.so/main/getting-started/on-and-off-ramp).

### How to receive assets into your Squads account

To receive funds from external parties like contractors, investors, and other Solana wallets :

* Click the copy-paste or QR code icon under the Squads profile section
* Share the Squads account address or QR code with the sender

<figure><img src="/files/84WkDd3IgS6KxFEJjftL" alt=""><figcaption><p>Receive screen</p></figcaption></figure>

### How to burn assets in your Squads

Squad members can burn tokens present in their treasury.

1. In the Account page in the Treasury section of your Squad, head over to the token you want to burn under the "Coins" tab.
2. Click the three dots to the right of the token and click the "Burn" button.

<figure><img src="/files/PFClIebytZ58JXc9xVD8" alt=""><figcaption><p>Tokens in the Coins tab</p></figcaption></figure>

3. Select the amount of tokens you want to burn, add a note (optionally), and initiate a transaction.
4. The tokens will be burned once the transaction is executed.

<figure><img src="/files/DaoNiIvMulDHUJr5CYa3" alt=""><figcaption><p>Burn Tokens</p></figcaption></figure>

### **NFTs**

Members can deposit up to 20 NFTs and batch-send hundreds of NFTs in a single transaction.

{% hint style="info" %}
Users can also toggle between list and icon view for NFT gallery display.&#x20;
{% endhint %}

<figure><img src="/files/G23oJsJGqBTLHVlvVfMt" alt=""><figcaption></figcaption></figure>


---

# 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.squads.so/main/navigating-your-squad/treasury/manage-assets.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.
