# Send funds from smart wallet

1. Open Timeless X, then tap 'Send' button.
2. Paste the ERC-20 address on the **TO** field or choose the Metamask wallet you have connected as the destination address.

<div align="left"><figure><img src="/files/Mm5jzQI7P5cm8yTrd8mB" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/vXKcvK08Cwe1P1TZVlO5" alt="" width="375"><figcaption></figcaption></figure></div>

3. Check the network (*e.g. it's Linea in our example*), then choose the asset you want to withdraw.
4. Enter the amount you want to withdraw

{% hint style="warning" %}
When you enter the full amount, gas estimation might get stuck. As a temporary measure, enter the amount less than what you have on your account. For instance, we have 0.013 ETH on our account, but we've entered 0.012 ETH.
{% endhint %}

<div align="left"><figure><img src="/files/5TAxxCEKRFfsgxfRUKd8" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/5KLwTN5JwmdHESH7FpYp" alt="" width="375"><figcaption></figcaption></figure></div>

5. Tap '**Approve Tx**' button
6. Wait till you see the '**You're all set!**' screen.

<div align="left"><figure><img src="/files/8KjiG3PBEM672UmzrxqX" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/6CG6DQ0kCwxXozFhUSzl" alt="" width="375"><figcaption></figcaption></figure></div>

### Higher gas fees when withdrawing funds from a smart wallet

Interacting with a smart wallet for the first time triggers a deployment process, which is essential for enabling the smart contract wallet's functions. For instance, executing a one-click swap on a decentralized exchange (DEX) incurs initial deployment fees, increasing the gas costs associated with the transaction.

{% hint style="warning" %}
Wallet providers like Timeless X does not have any control over the gas fees associated with the smart wallets.
{% endhint %}

Furthermore, smart contract operations are inherently more complex than basic token transfers. This complexity arises from the sophisticated interactions and computational demands of executing smart contract logic, contributing to increased gas fees. These additional costs reflect the resource-intensive nature of securely facilitating advanced features and functionalities within the blockchain network.


---

# 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/send-funds-from-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.
