> 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/claim-from-target-safe.md).

# Claim from Target Safe

Once your Target Safe has matured, you can **claim your funds** and put your savings to use. Coinsafe makes it easy to withdraw your balance once the Safe reaches its end date—no penalties, no complications.

***

## ✅ When Can You Claim?

Claiming is only available when your Target Safe has **matured**—i.e., the end date you originally set (or extended to) has passed.

***

## Why Claim from a Target Safe?

* Your Safe has matured and you’re ready to use the funds
* You want to close out a completed goal (like paying rent for your new apartment)
* You want to move the funds back to your main wallet for flexibility

If your Safe hasn’t matured yet but you need access to the funds, see

{% content-ref url="/pages/AQnZNYxxtvLjAHHiFdum" %}
[Unlock safe with penalty](/coinsafe-docs/vault/target-safe/unlock-safe-with-penalty.md)
{% endcontent-ref %}

(Unlocking early attracts a 1% fee and loss of interest).

***

## How to Claim from a Target Safe

Here’s how to claim from your safe once it’s mature.

### 1️⃣ Navigate to Vault

Click on **Vault**, then go to **Target Safes** and select the safe you want to claim from.

***

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

Click **Manage** to access available actions for your matured Safe.

***

### 3️⃣ Click “Claim Funds”

If your Safe has matured, the **Claim Funds** button will be active. Click it to begin the process.

***

### 4️⃣ Confirm and Claim

Your wallet will prompt you to approve the claim transaction. Once confirmed:

* 🎉 Funds are sent to your main wallet
* 📜 The transaction is logged in your **Activity** tab

***

⚠️ Claim Button Disabled?

If the **Claim Funds** button is greyed out or unavailable, it means your Safe hasn’t matured yet.

In that case, you can:

* Wait for the end date to arrive
* Unlock early if you need urgent access (with a 1% fee and interest loss)


---

# 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/claim-from-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.
