# TIPF Mining

***

### Project Overview

TIPF (Token In Pool Fight) is an on-chain mining game built on the Solana blockchain. It integrates a node referral system, dual-pool mining mechanism and permanent staking yields, providing users with diversified on-chain gaming experiences and revenue channels.

***

### Core Mining Rules

The mining core adopts a verifiable block round mechanism, with core rules as follows:

* Each mining round consists of 25 blocks.
* Users can stake SOL to participate in mining for single or multiple blocks within a single round.
* At the end of the current round, a unique winning block will be fairly drawn via the on-chain VRF (Verifiable Random Function) of Magicblock.

***

### Dual-Pool Mining System

TIPF sets up two differentiated mining pools to match users' different risk appetites, with detailed explanations below:

#### Aggressive Pool

**High Risk, High Reward**: Only 1 out of 25 blocks wins, with winning returns up to dozens of times.

**Mining Rules**

Only 1 winning block will be drawn from the 25 blocks in a single round, and the remaining 24 blocks are reward blocks. Rewards consist of two parts:

1. **SOL Rewards**: The winning block can claim all SOL staked in the reward blocks for pooled distribution.
2. **TIPF Rewards**: All participants in the 24 reward blocks split 100 TIPF, with two distribution scenarios (50% probability for each):
   * **Scenario A (50% Probability) - Single Winner**: 1 block is randomly selected from the 24 reward blocks, and the 100 TIPF reward is distributed weighted pro-rata according to the amount of SOL staked in the selected block.
   * **Scenario B (50% Probability) - Collective Distribution**: All participants in the 24 reward blocks split the 100 TIPF reward weighted pro-rata according to their staked SOL amount.

#### Conservative Pool

**Low Risk, Stable Returns**: Winning rate as high as 96%, suitable for risk-averse users.

**Operating Mechanism and Rules**

24 winning blocks will be drawn from the 25 blocks in a single round, with the remaining 1 block as the reward block. Rewards consist of two parts:

1. **SOL Rewards**: The winning blocks can claim all SOL staked in the reward block for pooled distribution.
2. **TIPF Rewards**: Only 1 reward block out of the 25 blocks is eligible for the 100 TIPF reward, with two distribution scenarios (50% probability for each):
   * **Scenario A (50% Probability)**: The 100 TIPF is distributed weighted pro-rata among participants in the reward block according to their staked SOL amount.
   * **Scenario B (50% Probability)**: A single winning miner will be selected via weighted random probability based on the amount of SOL staked for mining, who will receive the full 100 TIPF reward. (Example: A miner who stakes 0.1 SOL will have a much higher probability of winning the full 100 TIPF alone than a miner who stakes 0.0001 SOL.)

***

### Settlement and Core Rewards

The following rules apply to settlement execution at the end of each round:

* Random token buyback operations will be executed during the settlement period.
* **Protocol Revenue Distribution Rules**: 10% of the rewards from the winning blocks will be deducted, all of which will be used for TIPF token buybacks. 90% of the repurchased tokens will be permanently burned from the total token supply, and the remaining 10% will be used for yield distribution to node users and staking users.

***

### Mother Pool Mechanism

20 TIPF will be added to the Mother Pool prize pool in each round, and the pool will continue to accumulate if not triggered, providing users with additional high-yield opportunities.

* **Trigger Probability**: Each round has a 1/625 probability of triggering the Mother Pool. After triggering, the Mother Pool prize pool will be reset to zero and start accumulating again. (There is no direct correlation between the accumulated amount of the Mother Pool and the trigger probability. Example: The trigger probability is identical for a Mother Pool with 20 accumulated TIPF and one with 200,000 accumulated TIPF.)
* **Reward Rules**: In the round when the prize pool is triggered, all reward block participants in the current round will split the accumulated TIPF tokens in the Mother Pool weighted pro-rata according to their mining stake amount.
* Both the Aggressive Pool and the Conservative Pool have independent Mother Pool systems.

***

### Node System

The total supply of TIPF nodes is fixed at 5,000, which are non-transferable.

* Basic Node comes with 30,000 TIPF tokens as a gift.
* Advanced Node comes with 100,000 TIPF tokens as a gift.
* Super Node comes with 300,000 TIPF tokens as a gift.

Tokens gifted with nodes will be directly reflected in the computing power and continue to receive platform revenue sharing, which can be redeemed 1:1 for the official TIPF token after it is listed on the exchange.

#### Node Tier and Benefits

Tiered benefits are set as follows: (If holding multiple nodes, the computing power is calculated based on the highest tier.)

| Node Type     | Entry Cost | Weighted Computing Power Multiplier |
| ------------- | ---------- | ----------------------------------- |
| Basic Node    | 300 USDT   | None                                |
| Advanced Node | 1,000 USDT | 1.1x                                |
| Super Node    | 3,000 USDT | 1.21x                               |

***

### Permanent Staking Mechanism

TIPF token holders can enjoy long-term protocol revenue sharing through the permanent staking program:

* **Staking Asset**: TIPF token
* **Core Lock-up Rules**: Staked TIPF tokens will be permanently locked up. Users can only claim the yields generated from staking. The staked tokens can be redeemed 1:1 for the official TIPF token after it is listed on the exchange.
* The number of staked tokens provides 1:1 computing power.

***

### Guild System

Any miner can freely create a guild and invite friends to join via an invitation link.

#### Guild Tier and Computing Power Bonus

Guild EXP is increased by the mining transaction volume of guild members for each mining, calculated at a 1:1 ratio to USDT.

| Guild Tier | Required EXP | Computing Power Bonus Coefficient |
| ---------- | ------------ | --------------------------------- |
| V1         | 100,000      | 1.1x                              |
| V2         | 500,000      | 1.3x                              |
| V3         | 1,000,000    | 1.5x                              |
| V4         | 3,000,000    | 1.7x                              |
| V5         | 5,000,000    | 2.0x                              |

### Chat System

1. World Channel: Chat freely with players worldwide, exchange game insights and strategies, and share the joy of winning prizes.
2. Guild Channel: Fight alongside guild members and take turns guarding the mother mine for the grand prize.


---

# Agent Instructions: 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:

```
GET https://docs.ipflow.fun/how/how-to-play/tipf-mining.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
