> 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/rewards-and-points/overview-of-rewards-system.md).

# Overview of Rewards System

**Saving with CoinSafe doesn’t just help you grow your crypto — it rewards you for doing it consistently.**

We’ve built a robust **reward and multiplier system** that turns disciplined saving into a **game-like experience** — where smart habits earn you points, streaks, and exclusive future bonuses.

***

#### 🎯 What You Get Rewarded For

You earn **Points** by doing key saving actions:

| Action            | Points Type    | Description                                              |
| ----------------- | -------------- | -------------------------------------------------------- |
| Creating a Safe   | Creator Points | Earn when you start a new savings goal (Target Safe)     |
| Topping Up a Safe | Stacker Points | Earn when you add more tokens to an existing Safe        |
| Running AutoSafe  | Pilot Points   | Earn automatically each time AutoSafe saves successfully |

Each point type has a **weight** or base value, which gets boosted by your **active multiplier**.

{% content-ref url="/pages/ImImyxqDhKDRDuTBkjMO" %}
[Points](/coinsafe-docs/rewards-and-points/points.md)
{% endcontent-ref %}

***

#### 🔁 The Multiplier System

The **CoinSafe Multiplier System** increases the points you earn as you build saving consistency through **AutoSafe streaks**.

**How It Works:**

* Every **successful AutoSafe execution** increases your **streak**
* Your streak unlocks **higher multiplier tiers**
* The higher the multiplier, the **more points** you earn per action
* Missing a scheduled AutoSafe resets your streak

***

#### 🧱 Multiplier Tiers

| Tier Name | Streak Required | Multiplier | Boost |
| --------- | --------------- | ---------- | ----- |
| 🟩 Base   | 5 consecutive   | 1.2x       | +20%  |
| 🟨 Medium | 10 consecutive  | 1.5x       | +50%  |
| 🟧 Ultra  | 15 consecutive  | 2.0x       | +100% |

> 🧠 Stay consistent and keep your streak alive to reach higher tiers!

***

#### Why This Matters

The longer you save consistently:

* The **more points** you earn
* The closer you get to **unlocking future exclusive rewards**
* The stronger your **saving habit** becomes

***

#### 🔒 Fairness & Security

* Saves must match your plan’s frequency (e.g., weekly)
* Back-to-back rapid saves won’t boost streaks
* All activity is **tracked & timestamped** via smart contracts
* Multiplier tiers and point weights are **dynamically adjustable** by the protocol to ensure fairness

***

➡️ Ready to dive into how points work? Learn About Points →

***

#### 🔮 What Do I Get?

Right now, points track your saving discipline and build your reward profile.\
In the future, they’ll unlock:

* Surprise airdrops
* Early access to new features
* Governance roles
* Real-world perks

> 🛡️ Saving isn’t just smart — it’s powerful.


---

# 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/rewards-and-points/overview-of-rewards-system.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.
