> 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/autosafe/remove-token-from-autosafe.md).

# Remove Token from AutoSafe

Sometimes, you may want to **stop saving a particular token** in your AutoSafe.\
CoinSafe makes it easy to remove tokens from your AutoSafe plan at any time without affecting your other tokens or your savings streak.

### Why Remove a Token?

* You no longer want to save a specific token.
* You’re changing your saving strategy or switching tokens.
* You want to pause saving that token but continue saving others.

👉 *Want to add more tokens instead?* Check out&#x20;

{% content-ref url="/pages/IaJrXxyPmzeTzy9wAAk9" %}
[Add Token to AutoSafe](/coinsafe-docs/autosafe/add-token-to-autosafe.md)
{% endcontent-ref %}

***

### How to Remove a Token from AutoSafe

Follow these quick steps to remove a token from your active AutoSafe:

***

Make sure your wallet is connected to the CoinSafe platform.\
➡️ *Need help?* See&#x20;

{% content-ref url="/pages/KZsBMUG64ckjfLA1su4N" %}
[Account](/coinsafe-docs/overview/account.md)
{% endcontent-ref %}

***

#### Step 2: Go to <mark style="color:yellow;">Vault > AutoSafe</mark>

Navigate to the **Vault** section, then click the **AutoSafe** to view your active AutoSafe plan.

![](/files/8jgjYFmOYoUmsbD4ePDh)

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

***

#### Step 3: Click the "Manage" button

This pops up a dialog with buttons for several autosafe actions

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

Click the "Add token to safe" button <br>

![](/files/N6dyKkRWi9t73ZlYtPkg)

Once clicked, this will open up the add token to the safe dialog&#x20;

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

***

#### Step 3: Locate the Token You Want to Remove

In your AutoSafe details, you’ll see a list of tokens currently active in your plan.

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

In this case, we are removing USDT from automation. This just means we will stop saving it. Your balance will remain the same, save for subsequent saves on other tokens - if you have any set up.&#x20;

***

#### Step 4: Click "Remove Token"

Click the **Remove Token** button next to the token you want to remove.

***

#### Step 5: Confirm Transaction

Approve the removal in your wallet. Once confirmed:

* 🚫 Savings for that token **stop immediately.**
* 🔁 Other tokens in the AutoSafe will **continue saving automatically.**
* ✅ Your AutoSafe streak remains active (as long as at least one token is still active).
* Your accumulated balance on the removed token remains in your safe.&#x20;

If you have 2 minutes, you might want to watch this video

{% embed url="<https://www.loom.com/share/d98935a12614458bbc72698e98ceec9d?sid=1ca3c8bb-5c61-44bc-a7eb-9549fa9f741b>" %}

***

### Important Notes:

* ⏱️ Removed tokens stop saving immediately.
* 🔒 Funds already saved for the token remain locked in the safe until claim time.
* 🏆 Your AutoSafe streak continues unless you remove **all tokens.**

***

### Related Actions:

➕ *Want to add new tokens?* See&#x20;

{% content-ref url="/pages/IaJrXxyPmzeTzy9wAAk9" %}
[Add Token to AutoSafe](/coinsafe-docs/autosafe/add-token-to-autosafe.md)
{% endcontent-ref %}

💰 *Ready to claim?* See&#x20;

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

***

### Quick Links:

{% content-ref url="/pages/dqlySMU62AX4WETDggbs" %}
[Link Email](/coinsafe-docs/getting-started/link-email.md)
{% endcontent-ref %}

{% content-ref url="/pages/lg223AYm9awa7usZw27w" %}
[Rewards & Points](/coinsafe-docs/rewards-and-points/overview-of-rewards-system.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/autosafe/remove-token-from-autosafe.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.
