> 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/top-up-target-safe.md).

# Top-Up Target Safe

#### Already started saving toward a goal? You can add more funds to your existing Target Safe at any time. Topping up helps you reach your savings goal faster—on your own schedule.

## Why Top Up a Target Safe?

* Make faster progress toward your goal.
* Contribute whenever you have extra funds.
* Boost your saving streak and eligibility for future rewards.

## **How to Top Up a Target Safe**

Follow these simple steps to add more funds to your existing Target Safe:

### **1️⃣ Go to Vault**

Navigate to the **Vault** section and click on the **Target Safe** you want to top up.

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

This opens a dialog showing actions for your selected Safe. Click **“Top Up Safe”**. This will open the top-up dialog.

### **3️⃣ Choose Token & Set Amount**

Select the token and enter the amount you want to contribute immediately. For example, you could add **25 USDT** toward a goal of **Getting a new apartment** to move faster.

### **4️⃣ Confirm Transaction**

Click **“Top Up”**, and approve the transaction in your wallet. Once confirmed: Your Safe is updated with the new balance.

#### 🚀 Topping up helps maintain your streak and builds your reward multiplier.

## **Important Notes:**

* Top-ups are reflected immediately in your Safe.
* You can top up as often as you want.

{% embed url="<https://www.loom.com/share/bd858332f74948f0a73e0a2d7c60c04f?sid=e792b522-5809-4eb2-a189-6a6942896b50>" %}


---

# 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/top-up-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.
