> For the complete documentation index, see [llms.txt](https://infinite-keeper.gitbook.io/infinite-keeper-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinite-keeper.gitbook.io/infinite-keeper-docs/strategic-withdrawal-mechanism.md).

# Strategic Withdrawal Mechanism

<figure><img src="https://66275733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHvhYZUtsiirFrBxI3DDP%2Fuploads%2FIc8tPSghuc7C0sUvOCbe%2Fpay.png?alt=media&amp;token=375f49c3-9e71-4289-a59e-97ed6022cd0a" alt=""><figcaption></figcaption></figure>

#### Core Philosophy

The mechanism aims to transition from "forced capital lock-ups" to "incentivized retention." By providing high-value rewards for participants who maintain their earnings within the ecosystem, we reduce immediate selling pressure and foster a sustainable circular economy.

#### Deposit & Withdrawal Flexibility

To maintain user autonomy while protecting the game economy:

* Flexible Principal Withdrawal: Deposited funds that have not yet been invested in assets can be withdrawn at any time.
* Standard Fee Application: All withdrawals, whether from original deposits or earned yield, are subject to the 7% fixed service fee.
* Incentive Exclusion: Only funds utilized for in-game investments (Assets/Minting) are eligible to generate the 5-Day Loyalty Bonus. Raw deposits held in the balance without active investment will not contribute toward Ticket Fragment rewards.

#### Withdrawal Parameters

To ensure flexibility for users while maintaining protocol stability:

* Minimum Withdrawal: 0.3 TON.
* Withdrawal Frequency: Available every 12 hours.
* Fixed Service Fee: A flat 7% fee is applied to all withdrawals to support the Reward Pool and ecosystem maintenance.

***

#### The Loyalty Incentive System (5-Day Cycle)

If a user refrains from withdrawing for a continuous period of 5 days (120 hours), they become eligible for Item Box Ticket Fragments based on their Pending Yield Balance.

**Special Provision: First-Time Withdrawal Bonus**

* Instant Eligibility: For the first withdrawal only, the system will automatically calculate the 5-day loyalty bonus and grant it to the user immediately upon reaching the 0.3 TON threshold, regardless of the time elapsed.
* Jumpstart Reward: This is designed to provide new users with their first "Ticket Fragment" early, encouraging them to explore the minting system.

**Incentive Reward Structure (Calculated from Invested Yield)**

| **Pending Yield (TON)** | **Reward (Ticket Fragments)** | **Equivalent Value (TON)** | **Incentive Ratio** |
| ----------------------- | ----------------------------- | -------------------------- | ------------------- |
| 0.30 – 0.99             | 0.05 Ticket                   | 0.05 TON                   | 5.0% - 16.6%        |
| 1.00 – 4.99             | 0.15 Ticket                   | 0.15 TON                   | 3.0% - 15.0%        |
| 5.00 – 9.99             | 0.80 Ticket                   | 0.80 TON                   | 8.0% - 16.0%        |
| 10.00 – 14.99           | 1.80 Tickets                  | 1.80 TON                   | 12.0% - 18.0%       |
| 15.00 – 19.99           | 3.00 Tickets                  | 3.00 TON                   | 15.0% - 20.0%       |
| 20.00+ (Max Cap)        | 4.00 Tickets                  | 4.00 TON                   | 20.0% (Cap)         |

***

#### Operational Rules

* The Reset Protocol: Any withdrawal action (after the first-time bonus) will immediately reset the 5-day loyalty timer to zero.
* Accumulation Logic: Ticket fragments are cumulative. Once a user accumulates 1.0 Fragment, it can be converted into a full Item Box Ticket (Market Value: 1 TON).
* Strategic Advantage: At the Max Cap (20 TON), the reward value (4 TON) significantly outweighs the 7% withdrawal fee (1.4 TON), providing a net positive gain for strategic players.

#### Economic Impact

This mechanism ensures a high Total Value Locked (TVL) by incentivizing active participation. By allowing the withdrawal of principal while restricting bonuses to invested capital, the protocol maintains a fair balance between user freedom and the sustainable growth of the game's internal economy.


---

# 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://infinite-keeper.gitbook.io/infinite-keeper-docs/strategic-withdrawal-mechanism.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.
