> 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/vault/target-safe/extend-target-safe.md).

# Extend Target Safe

Sometimes your plans take a little longer than expected—and that’s okay. With CoinSafe, you can **extend your Target Safe duration** to keep saving toward your goals without starting over.

Whether you’re adjusting timelines, changing plans, or simply need more time to stack funds, extending your Safe is just a few clicks away.

***

## **Why Extend a Target Safe?**

* To give yourself more time to reach your goal without withdrawing prematurely.
* To stay consistent with your saving habit for a specific purpose (like rent or furniture).
* To delay the Safe’s maturity date until you’re truly ready.

➡️ Want to add more funds instead? See

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

***

## How to Extend a Target Safe

Follow these simple steps to extend your target safe, let’s assume it’s for **Getting a New Apartment:**

### 1️⃣ Go to Vault > Target Safes

From the Vault section, select your active Safe titled *“Getting a New Apartment.”*

***

### 2️⃣ Click the “Manage” Button

Inside the Safe, click the **Manage** button. This opens a dialog with available actions for your Safe.

***

### 3️⃣ Click “Extend Safe”

From the options, click **Extend Safe**.

This will bring up a prompt to select a new end date.

***

### 4️⃣ Choose a New Duration

Pick how much longer you’d like to keep the Safe active.

For example: Add an extra 60 days to give yourself more breathing room.

***

### 5️⃣ Confirm Extension

Click **Extend**, then approve the transaction in your wallet. Once confirmed:

🗓️ Your new Safe maturity date is live.

💰 You can continue saving without any disruption.

📊 Your savings history and streak remain untouched.

***

## Important Notes

* &#x20;Extending builds on your current plan—it doesn’t reset your progress.
* You can extend a Target Safe as many times as needed.
* You’ll receive email reminders (if connected) as your updated end date approaches.

{% embed url="<https://www.loom.com/share/badfe9c722fd4e3781d8c50c5a3a4a91?sid=fa2548cd-7d98-4510-9061-83c01e2e298e>" %}


---

# 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/vault/target-safe/extend-target-safe.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.
