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

# Extend AutoSafe

Sometimes you may want to **keep your AutoSafe running longer** to continue building your savings streak, earn more rewards, or meet new financial goals.\
CoinSafe makes it easy to extend your AutoSafe duration without interrupting your automated savings schedule.

***

### Why Extend AutoSafe Duration?

* ✅ To **continue saving automatically** without starting a new plan.
* ✅ To **build longer savings streaks** and unlock higher reward multipliers.
* ✅ To align your savings plan with updated financial goals.

👉 *Need 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 Extend AutoSafe Duration

Follow these simple steps to extend the duration of your 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 auto-safe actions

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

Click the "Extend safe" button <br>

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

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

***

#### Step 4: Set New Duration

Choose how long you want to extend your AutoSafe.

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

In this case we are adding on an extra 30 days to the initial duration

***

#### Step 5: Confirm Extension

Click 'Extend', and approve the transaction in your wallet. Once confirmed:

* 🗓️ Your AutoSafe’s **new end date is active.**
* 🔁 Automated savings will continue without interruption.

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

{% embed url="<https://www.loom.com/share/3a2599b9336249ca979e9696f00e35e6?sid=5447f90b-6ef8-4066-b64e-2ee61b45c7f7>" %}

***

### Important Notes:

* ⏱️ Extending does not reset your AutoSafe — it **builds on your current plan.**
* 🏆 Your **AutoSafe streak and rewards continue to accumulate.**
* 📩 You’ll receive email alerts (if connected) when your new maturity date approaches.

***

### Related Actions:

➕ *Want to create a plan?* See&#x20;

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

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

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

* ➖ *Want to remove a token?* See&#x20;

{% content-ref url="/pages/RHBM3kKRrXZ2Z3kwEmIF" %}
[Remove Token from AutoSafe](/coinsafe-docs/autosafe/remove-token-from-autosafe.md)
{% endcontent-ref %}

* 🔁 *Want to deactivate AutoSafe temporarily?* See&#x20;

{% content-ref url="/pages/QEUyAn2sihOLd5UEBfey" %}
[Activate/Deactivate AutoSafe](/coinsafe-docs/autosafe/activate-deactivate-autosafe.md)
{% endcontent-ref %}

* 🎯 *Prefer a fixed savings goal?* See&#x20;

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

***

### Quick Links:

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

{% 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/extend-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.
