# How can I withdraw tokens from my Smart Wallet?

In case you received any tokens to the Smart Wallet or potentially sent them there yourself, retrieving them to your end account (e.g. your MetaMask or Ledger account) is very simple.

One option is to claim them from the "Tokens" section on the Portfolio page.

Alternatively, you can also:

1. Navigate to the [Token withdrawal page](https://app.defisaver.com/smart-savings/emergency-dai-withdraw) and log in with your account (the one that owns the Smart Wallet in question).
2. Enter the smart contract address of the token you want to withdraw. This can be found on Etherscan, for example by checking your Smart Wallet's token balances and navigating to the token's smart contract from there.&#x20;
3. Once you've entered the token contract address, simply hit the Withdraw button and sign the transaction.
4. Once the transaction is done, you will find the tokens have been withdrawn to your end account.

<details>

<summary>Some example token smart contract are:</summary>

* **DAI**: 0x6b175474e89094c44da98b954eedeac495271d0f
* **USDC**: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
* **UNI**: 0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
* For Ether (**ETH**) please use: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE

</details>

{% hint style="info" %}
*This UI currently has DAI entered by default.*
{% endhint %}

If you ever experience issues withdrawing tokens in this manner, please reach out to us either via [Discord](https://discord.com/invite/XGDJHhZ) or the in-app chat.


---

# 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://help.defisaver.com/general/troubleshooting/how-can-i-withdraw-tokens-from-my-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.
