# Sending assets to/from centralized exchange (CEXs)

Each Squads address represents a special account on the Solana blockchain referred to as "PDA". As a result, some exchanges may have limitations in fully supporting asset transfers to or from Squads multisigs, with these restrictions varying by region.

Please refer to the following list if you plan to use Squads frequently with centralized exchanges:

<table><thead><tr><th>Exchange</th><th data-type="checkbox">Receive (from Squads multisig)</th><th data-type="checkbox">Deposit (into Squads multisig)</th></tr></thead><tbody><tr><td>Coinbase </td><td>true</td><td>true</td></tr><tr><td>Binance</td><td>true</td><td>true</td></tr><tr><td>Kraken</td><td>true</td><td>true</td></tr><tr><td>Backpack</td><td>true</td><td>true</td></tr><tr><td>OKX</td><td>true</td><td>true</td></tr><tr><td>Swissborg</td><td>true</td><td>true</td></tr><tr><td>Bybit</td><td>true</td><td>false</td></tr><tr><td>Bitget</td><td>true</td><td>false</td></tr></tbody></table>

{% hint style="warning" %}
Please proceed with caution and test with small amounts whenever you're sending assets to/from a CEX. If you have any questions, please reach out to us on [Discord](https://discord.com/invite/YPXz64TrKs).
{% endhint %}


---

# 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/additional-resources/sending-assets-to-from-centralized-exchange-cexs.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.
