# Withdrawal

### Withdrawal

1. **Organization Admin Initiation:** Organization admins and traders can initiate withdrawals from TSI wallets.
2. **Whitelisted Addresses:** Withdrawals can only be made to whitelisted wallet addresses. These are pre-approved addresses, typically belonging to hot wallets, cold wallets or centralized exchange (CEX) wallets.
3. **Creating Whitelist Wallets:** Organization admins can create new whitelist entries. To ensure security and minimize the risk of unauthorized access, the creation of whitelist entries requires co-signature from TSI administrators. This dual-control mechanism adds an extra layer of protection against potential hacking attempts.
4. **Network Consistency:** The network of the target wallet must match the network of the source wallet for a successful withdrawal. For example, you cannot directly withdraw assets from an Ethereum wallet on TSI to a Solana wallet address. If you need to perform a cross-chain transfer, you must initiate a separate cross-chain transaction using an external service or platform.
5. **Available Asset Balance:** The amount of assets available for withdrawal may be less than the total balance displayed in your TSI wallet. This is because a portion of your assets may be locked as collateral for active or pending orders. While these locked assets still belong to you, they cannot be withdrawn until the associated order is canceled or fulfilled.

### Important Notes

* Always double-check the recipient's wallet address before initiating a withdrawal to prevent any loss of funds.
* Be aware of the network compatibility requirements and any potential fees associated with cross-chain transfers.
* If you encounter any issues during the withdrawal process, contact TSI support for assistance.


---

# 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://tsi-docs.tkmatrix.com/features/withdrawal.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.
