# Withdraw Deposited

If you want to withdraw your assets you deposited. You have to keep in mind that your assets is being transferred from one chain to another. Withdraw comprises of two parts:

1. [Withdraw](/zebec-bridge/bridge-sdk/withdraw-deposited/withdraw-from-zebec.md) from Zebec accounts (vaults) to your solana wallet account (proxy accounts).
2. [Token migration](/zebec-bridge/bridge-sdk/withdraw-deposited/token-transfer.md) from Solana to EVM chain.


---

# 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.zebec.io/zebec-bridge/bridge-sdk/withdraw-deposited.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.
