> For the complete documentation index, see [llms.txt](https://coinsafe.gitbook.io/coinsafe-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinsafe.gitbook.io/coinsafe-docs/wallet-core-account/withdrawals.md).

# Withdrawals

Need to move funds out of CoinSafe back to your external wallet?\
Withdrawing is simple, secure, and fully under your control.

> ⚠️ **Note:** This page is for withdrawing from your **CoinSafe wallet balance**, *not* from savings safes.\
> ➡️ To claim savings from safes, visit [Claim from Target Safe](/coinsafe-docs/vault/target-safe/claim-from-target-safe.md) or [Unlock safe with penalty](/coinsafe-docs/vault/target-safe/unlock-safe-with-penalty.md).

***

### When to Use Withdraw

* You’ve deposited into your CoinSafe wallet and want to move funds out.
* You’ve received a claimable balance from a safe and want to transfer it.
* You want to manage your wallet balances.

***

### How to Withdraw Funds

#### Step 1: Connect Your Wallet

Make sure your wallet is connected to CoinSafe.\
➡️ *Need help?* [Account](/coinsafe-docs/overview/account.md)

***

#### Step 2: Go to Wallet > Withdraw

In the main dashboard, navigate to the **Wallet** section, then click **Withdraw**.

<figure><img src="/files/OToCaVPj5rfeegiidILY" alt=""><figcaption></figcaption></figure>

Alternatively the withdraw button is also available on the dashboard.&#x20;

<figure><img src="/files/bR3MMvlldWa7v57Gt1kL" alt=""><figcaption></figcaption></figure>

***

#### Step 3: Select Token & Amount

Choose the token you want to withdraw and enter the amount.\
You’ll also be able to:

* View your available balance.

<figure><img src="/files/eJ3VAQShcJwJmo6bVbgh" alt=""><figcaption></figcaption></figure>

***

#### Step 4: Confirm the Withdrawal

Click **Withdraw** and approve the transaction in your wallet.

<figure><img src="/files/dOIgkkBB20NdGiDY8TxG" alt=""><figcaption></figcaption></figure>

***

### What Happens Next?

* Funds are transferred directly to your wallet.
* The transaction will be visible in your **Transaction History**.

{% content-ref url="/pages/T6sXOd1j9XryieFlQush" %}
[Transaction History](/coinsafe-docs/wallet-core-account/transaction-history.md)
{% endcontent-ref %}

***

### Common Questions

#### ❓ Can I withdraw from a Safe directly?

Not exactly — you must first **claim funds from the Safe**. Once claimed, those funds become part of your wallet balance and are then withdrawable.

***

#### ❓ Are there any fees?

CoinSafe does **not** charge withdrawal fees.

***

#### ❓ Where can I see my withdrawals?

Head to **Transaction History** to track all your activity.

***

### Related Actions:

* *Want to deposit instead?* See **How to Deposit**

{% content-ref url="/pages/oTuFqzOQqR4MuQDaKZcC" %}
[Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
{% endcontent-ref %}

* *Want to claim funds from a Safe?* See **Claim from Target/AutoSafe**

{% content-ref url="/pages/yy3884VnWGZW8jA4cnUt" %}
[Claim from Target Safe](/coinsafe-docs/vault/target-safe/claim-from-target-safe.md)
{% endcontent-ref %}

{% content-ref url="/pages/ulyM1RfnvW5IeVauA9jb" %}
[Claim from AutoSafe](/coinsafe-docs/autosafe/claim-from-autosafe.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://coinsafe.gitbook.io/coinsafe-docs/wallet-core-account/withdrawals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
