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

# Multiplier

### Overview

The CoinSafe multiplier system is an advanced reward mechanism created to encourage users to save consistently.\
By maintaining regular automated savings, users build up streaks that unlock increasingly valuable multipliers — boosting their points earnings and transforming saving from a simple habit into an engaging, gamified experience.

At its heart, the system rewards discipline: the longer you save without missing a scheduled deposit, the higher your multiplier — and the more points you earn.

***

### ⚙ How the Multiplier System Works

#### Core Concept

The multiplier system is built on the idea of consistency rewards.\
When you maintain your automated saving streak without missing deposits, you unlock higher point multipliers. This gamified approach turns regular saving into a motivating journey — keeping you engaged and disciplined.

***

#### Streak Building

Every successful automated savings deposit increases your streak counter by 1.\
Your streak represents consecutive successful saves and is the foundation of your multiplier level.

If you miss a scheduled save, your streak resets — encouraging steady saving rather than one-time bursts.

***

#### Multiplier Tiers

The system features three distinct tiers, each unlocked as your streak grows:

**🟩 Base Multiplier (1.2x)**

* Threshold: 5 consecutive successful saves
* Points Boost: 1.2x your normal points\ <br>

**🟨 Medium Multiplier (1.5x)**

* Threshold: 10 consecutive successful saves
* Points Boost: 1.5x your normal points\ <br>

**🟧 Ultra Multiplier (2.0x)**

* Threshold: 15 consecutive successful saves
* Points Boost: 2.0x your normal points

These multipliers turn regular saving into a compounding reward system — the longer you stay consistent, the more you benefit.

***

### 🧠 Streak Tracking & Validation

For each user, CoinSafe tracks:

* Your current streak (number of consecutive successful saves)
* Longest streak ever achieved
* Timestamps of each save

To keep the system fair:

* There’s a minimum interval to prevent rapid, back-to-back saves just to boost streaks
* Saves must align with your chosen plan’s frequency (e.g., weekly, monthly)
* Streak resets if you miss a scheduled save

This ensures that multipliers are earned through genuine, consistent saving.

***

### 🏅 Point Types and Multipliers

The multiplier system boosts all point types within CoinSafe:

* Creator Points — awarded when you create new savings targets
* Stacker Points — awarded when you top up existing safes
* Pilot Points — awarded when automated savings execute successfully

Each point type has a base value (e.g., 50, 25, 30 points respectively), and your active multiplier is applied to increase the actual points earned.

***

### 📊 Practical Examples

#### Example 1: Unlocking Base Multiplier

Sarah starts automated saving:

* Days 1–4: 30 points each day → no multiplier → total: 120 points
* Day 5: unlocks base multiplier → 30 × 1.2 = 36 points
* Her streak continues, and her points grow faster.

***

#### Example 2: Reaching Ultra Multiplier

John saves long-term:

* Saves 1–4: 30 points each → total: 120 points
* Saves 5–9: unlocks base multiplier → 36 points each → total: 180 points
* Saves 10–14: unlocks medium multiplier → 45 points each → total: 225 points
* Save 15+: unlocks ultra multiplier → 60 points each going forward

***

#### Example 3: Streak Reset

Alex has a 12-day streak with the medium multiplier:

* Misses a scheduled save → streak resets to 1
* Multiplier drops back to base (1.0x)
* Must rebuild the streak to regain higher multipliers

***

### 🧰 Administrative & System Controls

The multiplier system is designed for flexibility and fairness:

* Admins can adjust streak thresholds and multiplier values
* Point weights for creator, stacker, and pilot points can be updated
* Safeguards ensure users can’t game the system by saving too frequently or manipulating timestamps

***

### 🔒 Security & Anti-Gaming Measures

* Minimum interval between saves
* Frequency validation against the user’s plan
* Streak caps linked to plan duration
* Input validation to prevent invalid settings (e.g., base multiplier can’t be higher than medium multiplier)\ <br>

These measures protect the system’s integrity and reward real saving discipline.

***

### ✅ Best Practices for Users

To get the most from the multiplier system:

* Choose saving frequencies you can realistically maintain
* Track your streak progress on the dashboard
* Ensure you have funds ready for each scheduled save
* If your streak resets, rebuild steadily instead of trying to rush\ <br>

***

### 📌 Conclusion

The CoinSafe multiplier system turns automated saving into something dynamic and motivating:\
By rewarding consistent behavior, it helps users not just save — but save smarter and longer.

Through clear goals, streak tracking, and real rewards, it transforms disciplined saving into an experience that feels both personal and rewarding, encouraging users to build stronger financial habits over time.

<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/multiplier.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.
