# Did you send funds to a centralized exchange from your smart wallet?

We strongly advise against transferring funds from your AA smart contract wallet to a centralized exchange, as these exchanges currently lack support for smart contract deposits. Given that your Timeless X wallet is inherently a smart contract account, any fund transfers from it are smart contract transactions. Therefore, until centralized exchanges enable smart contract deposit support, we recommend refraining from sending funds from your smart contract wallet to any exchange addresses.

If you've already transferred funds, don't worry—they can be recovered. Simply reach out to the customer support team of the centralized exchange by customizing the following message based on your case:

{% hint style="info" %}
"Hello, I've transferred <mark style="color:blue;">\[</mark>*<mark style="color:blue;">insert the amount</mark>*<mark style="color:blue;">]</mark> ETH to my <mark style="color:blue;">\[</mark>*<mark style="color:blue;">insert exchange name</mark>*<mark style="color:blue;">]</mark> address <mark style="color:blue;">\[</mark>*<mark style="color:blue;">paste your Timeless X smart contract address here</mark>*<mark style="color:blue;">]</mark> on the Linea network.

Here is the transaction link on LineaScan: <mark style="color:blue;">\[</mark>*<mark style="color:blue;">paste the transaction link here</mark>*<mark style="color:blue;">]</mark>.

It appears the funds have been received as an internal transaction as you can see in the txn link.

Could you please assist me in refunding this amount to my <mark style="color:blue;">\[</mark>*<mark style="color:blue;">insert exchange name</mark>*<mark style="color:blue;">]</mark> account?

Thank you!"
{% 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://timelessx.gitbook.io/timeless-x/smart-wallet/smart-wallet-faq/did-you-send-funds-to-a-centralized-exchange-from-your-smart-wallet.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.
