> 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/activate-deactivate-autosafe.md).

# Activate/Deactivate AutoSafe

#### What is AutoSafe?

AutoSafe is your **automated savings companion** on CoinSafe. It allows you to consistently save tokens at fixed intervals—daily, weekly, or monthly—without needing to remember or manually take action.

{% content-ref url="/pages/cMLpzHGCySlmCuaCxswp" %}
[Create an AutoSafe](/coinsafe-docs/autosafe/create-an-autosafe.md)
{% endcontent-ref %}

But sometimes, you may want to **pause** your automated plan without deleting it.

That’s where **Activate / Deactivate** comes in.

***

{% hint style="info" %}
You should already have an automated safe [Create an AutoSafe](/coinsafe-docs/autosafe/create-an-autosafe.md)to be able to activate/deactivate it
{% endhint %}

#### ✅ How to Activate AutoSafe

1. **Go to your AutoSafe dashboard Vault -> Auto-Savings**&#x20;

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

2. **Tap the “Manage” button**\
   This pops up the manage safe modal then go ahead to select "deactivate safe"

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

2. You will see another dialog where you confirm your action

<figure><img src="/files/3QUjzfc9hm3dcnVJl5Il" alt=""><figcaption></figcaption></figure>

3. Deactivate\
   If you are certain that you want to temporarily pause your automated safe then go ahead and click the Deactivate button.
4. **Done!**\
   Your plan is now paused.

> 🔒 You stay in control—your assets never leave your wallet until you activate it again.

> 🧠 This pauses all future automated savings, but your safe and saved funds remain untouched.

***

#### Why Use This?

* **Flexibility**: Take a break when things are tight.
* **Control**: Pause automated behavior without losing your progress.
* **Resume Anytime**: Reactivate with one click when you're ready to save again. using the same process

***

#### Common Scenarios

| Scenario                       | What to Do                        |
| ------------------------------ | --------------------------------- |
| Traveling or switching wallets | Deactivate temporarily            |
| Low on funds                   | Pause AutoSafe, then resume later |

***

Want to **automate your first save**?\
👉 Set up AutoSafe here

{% content-ref url="/pages/cMLpzHGCySlmCuaCxswp" %}
[Create an AutoSafe](/coinsafe-docs/autosafe/create-an-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/autosafe/activate-deactivate-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.
