> 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/create-a-target-safe.md).

# Create a Target Safe

A **Target Safe** is a smart savings vault where you set a savings goal and lock your funds until the safe matures.

It’s perfect for saving towards specific goals like vacations, gadgets, investments, or emergencies.

Just :

1. Enter a target
2. Choose a token and amount
3. Select a duration&#x20;
4. Sit back and enjoy healthy returns on your savings

***

### Why Create a Target Safe?

* ✅ Helps you **commit** to your savings goal.
* ✅ Keeps your funds locked and safe until your chosen end date.
* ✅ Rewards you for saving consistently.

{% hint style="info" %}
👉 *Looking to automate your savings instead?* Check out [**AutoSafe**](/coinsafe-docs/autosafe.md)
{% endhint %}

***

### How to Create a Target-Safe

Follow these simple steps to set up your first Target Safe:

***

#### Step 1: Connect Your Wallet

Before you begin, make sure you’ve connected your wallet or created one, and deposited some funds into your account

\
➡️ *Need help?* See&#x20;

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

{% content-ref url="/pages/oTuFqzOQqR4MuQDaKZcC" %}
[Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
{% endcontent-ref %}

***

#### Step 2: Navigate to <mark style="color:yellow;">Vault</mark>&#x20;

1. Go to the **Vault** section on the dashboard, then click the **Save** Button.

<figure><img src="/files/fsq0C4hHwfOznoQGWf92" alt=""><figcaption><p>Save Button</p></figcaption></figure>

2. This pops up a modal to choose savings mode :

* Manual Savings&#x20;
* Personalised Savings

Click on Manual Savings and click the proceed button&#x20;

<figure><img src="/files/7DlK9RImAOlUyqrN3IA8" alt=""><figcaption></figcaption></figure>

***

#### Step 3: Set Your Safe Details

You will be routed to the savings page. Here you will provide the following:

* **Target Token & Amount:** Choose the token you want to save (e.g., USDT, USDC, LSK) and deposit the starting amount. You can top up later if you want.
* **Safe Name:** (Example: "Vacation 2025")
* **Lock Duration:** How long you want to lock your funds for.

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

***

#### Step 4: Confirm & Create

Click on Save assets. A confirmation modal will appear for you to review the details and confirm the transaction in your wallet.\
Once confirmed, your Target Safe is live!

If You've got 2 minutes. Watch this video:

{% embed url="<https://www.loom.com/share/fdff4e3720a14e7ba2fd4434d857ede8?sid=5587d488-b53e-4004-b0bb-46d7bcdd325a>" %}

***

### What Happens Next?

* Your funds are now safely locked in your Target Safe.
* You can top up your safe anytime before it matures.&#x20;
* Once the safe matures, you can claim your funds without penalties.

👉 Learn how to

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

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

***

### Notes:

🔒 *If you need your funds before the maturity date, you can unlock them, but a penalty may apply.*

\
➡️ Learn about&#x20;

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

🔔 *Want to stay on track?* Connect your email to get maturity reminders and safe updates.

\
➡️ See&#x20;

{% content-ref url="/pages/dqlySMU62AX4WETDggbs" %}
[Link Email](/coinsafe-docs/getting-started/link-email.md)
{% endcontent-ref %}

***

### Quick Links:

{% content-ref url="/pages/oTuFqzOQqR4MuQDaKZcC" %}
[Deposits](/coinsafe-docs/wallet-core-account/deposits.md)
{% endcontent-ref %}

{% content-ref url="/pages/jMrbRcJozMewXYlWBmz5" %}
[AutoSafe](/coinsafe-docs/autosafe.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/vault/target-safe/create-a-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.
