> 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/streaks.md).

# Streaks

### 🧩 Overview

The CoinSafe streak system is an innovative gamification feature designed to reward users for consistent automated saving.\
By making scheduled deposits without missing them, you build “streaks” — unlocking higher point multipliers and turning everyday saving into a motivating, rewarding experience.

The longer your streak, the greater your rewards — helping you stay disciplined while making saving feel genuinely fun.

***

### 🌱 What is a Streak?

A streak is a series of consecutive, successful automated saves.\
Every time you complete a scheduled automated deposit on time, your streak counter goes up by 1. The longer you keep it going, the better your rewards.

Your streak is your personal saving history, and it’s central to unlocking multipliers.

Track your streak on the app.

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

***

### ⚙ How Streaks Work

#### Building a Streak

1. Start saving – Your first automated save starts your streak at 1.
2. Keep saving – Each on-time, automated save increases your streak by 1.
3. Unlock multipliers – At specific milestones (5, 10, 15 saves), you unlock point multipliers.

It’s simple: save consistently → grow your streak → get bigger rewards.

***

#### Streak Validation

The system ensures fairness by:

* Requiring saves to happen within your chosen frequency (e.g., daily, weekly).
* Preventing back-to-back saves just to boost streaks.
* Resetting your streak if you miss a scheduled deposit.

This keeps the streak system fair, balanced, and genuinely earned.

***

### 🎯 Streak Multipliers

As your streak grows, you unlock point multipliers that increase your rewards:

| Tier              | Requirement          | Multiplier | Points Boost |
| ----------------- | -------------------- | ---------- | ------------ |
| Base Multiplier   | 5 consecutive saves  | 1.2×       | +20% points  |
| Medium Multiplier | 10 consecutive saves | 1.5×       | +50% points  |
| Ultra Multiplier  | 15 consecutive saves | 2.0×       | +100% points |

All point types — Creator, Stacker, and Pilot points — benefit from your active multiplier, turning consistent saving into compounding rewards.

***

### 📊 Practical Examples

#### 🟢 Example 1: New User Journey

Sarah’s first week on CoinSafe:

* Days 1–4: Saves on time → streak grows to 4 → still no multiplier.
* Day 5: Fifth consecutive save → streak = 5 → unlocks Base Multiplier (1.2×).
* From now on, her points get a +20% boost.

***

#### 🟡 Example 2: Reaching Ultra Multiplier

John’s long-term streak:

* Saves 1–4: 30 points each → no multiplier.
* Saves 5–9: 36 points each (with 1.2× Base Multiplier).
* Saves 10–14: 45 points each (with 1.5× Medium Multiplier).
* Save 15+: 60 points each (with 2.0× Ultra Multiplier).

His dedication dramatically increases his total points.

***

#### 🔴 Example 3: Streak Reset and Recovery

Alex’s streak break:

* Had a 12-day streak with 1.5× multiplier.
* Misses a scheduled save → streak resets to 1 → back to 1.0×.
* Starts again: next save increases streak to 2.
* Needs to rebuild to regain higher multipliers.\ <br>

***

### 🧠 Streak Limits & Safeguards

To keep the system fair:

* Streaks are capped by your automated savings plan’s duration.
* Each token in multi-token plans has its own frequency requirement.
* Anti-gaming measures prevent rapid saves and timestamp manipulation.
* You need to have enough balance for each save to keep your streak alive.

***

### 🛡 Advanced Streak Strategies

* Buffer balances: Keep extra funds to avoid breaks.
* Choose realistic saving frequencies: Better to commit to what you can consistently do.
* Monitor your streak status: Watch your dashboard.
* Recover quickly after breaks: Resume automated saving as soon as you can.

***

### ✅ Best Practices for Users

* Start small with achievable save amounts.
* Track your balance and upcoming saves.
* Focus on steady growth rather than quick gains.

Even if you miss a save, restarting and rebuilding your streak is part of the journey.

***

### 📌 Conclusion

The CoinSafe streak system transforms saving into something active and rewarding:

* Encourages disciplined, consistent saving.
* Unlocks multipliers that boost your points.
* Makes automated savings engaging and motivating.

By understanding and leveraging streaks, you can maximize your CoinSafe experience — turning everyday saving into a powerful, rewarding habit for your long-term financial health.

<br>


---

# 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/streaks.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.
