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

# TIPF Mining

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

### Project Overview

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

### Core Mining Rules

The mining core adopts a verifiable block round mechanism with the following key rules:

* Each mining round consists of 25 blocks
* Users can invest SOL in single or multiple blocks within a single round
* At the end of each round, a unique winning block will be fairly drawn through Magicblock on-chain VRF (Verifiable Random Function)

### Dual-Pool Mining System

TIPF offers two differentiated mining pools to match users' different risk preferences, detailed as follows:

#### Aggressive Pool

**High Risk, High Reward**: Only 1 winner out of 25 blocks, with winning returns reaching up to dozens of times.**Mining Rules**: Only 1 winning block is drawn from 25 blocks in a single round, and the remaining 24 blocks are reward blocks.Rewards consist of two parts:

* **SOL Rewards**: The winning block can share all SOL mined in the reward blocks
* **TIPF Rewards**: All participants in the 24 reward blocks share 100 TIPF tokens, with two distribution scenarios (each with 50% probability):
  * Scenario A (50% probability) - Single Winner: Randomly select 1 block from the 24 reward blocks, and the 100 TIPF rewards are weighted and distributed equally based on the amount of SOL mined in that block
  * Scenario B (50% probability) - Collective Distribution: All participants in the 24 reward blocks share the 100 TIPF rewards weighted by their SOL mining investment

#### Stable Pool

**Low Risk, Stable Returns**: Win rate as high as 96%, suitable for risk-averse users.**Mining Rules**: 24 winning blocks are drawn from 25 blocks in a single round, and the remaining 1 block is the reward block.Rewards consist of two parts:

* **SOL Rewards**: The winning blocks can share all SOL mined in the reward block
* **TIPF Rewards**: Only 1 reward block out of the 25 blocks receives 100 TIPF tokens
  * Scenario A (50% probability): The 100 TIPF tokens are weighted and distributed equally among participants in the reward block based on their SOL mining amount
  * Scenario B (50% probability): A single winning miner is selected through weighted random probability based on the amount of SOL invested in mining, who receives all 100 TIPF rewards (Example: If you invest 0.1 SOL, you have a much higher probability of winning all 100 TIPF alone than a miner who invests 0.0001 SOL)

### Settlement & Core Rewards

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

* Random token buyback operations will be executed during the settlement period
* **Protocol Revenue Distribution Rules**: 10% of the winning block rewards will be deducted. All of this amount is used to buy back TIPF tokens, 90% of which will be permanently burned from the total token supply, and the remaining 10% will be used for revenue distribution to node users and staking users.
* The platform charges 1% of the user's mining amount for fixed expenses incurred in contract operation, such as VRF call costs, necessary fixed costs for RPC nodes, etc.

### Motherlode  Mechanism

The Mother Mine adds 20 TIPF tokens to the prize pool every round. If not triggered, the prize pool will continue to accumulate, providing users with more high-yield opportunities.

**Trigger Probability**: The probability of triggering the Mother Mine is 1/625 per round. Upon triggering, the Mother Mine prize pool will be cleared and reset for accumulation. (The accumulated amount of the Mother Mine has no direct correlation with the trigger probability. For example, the trigger probability remains the same whether the Mother Mine has accumulated 20 tokens or 200,000 tokens.)

**Reward Rules**: In the round when the prize pool is triggered, all accumulated TIPF tokens from the Mother Mine will be distributed to participants in the reward blocks of that round on a weighted average basis according to their respective mining investment amounts.Both the Aggressive Pool and the Conservative Pool operate independent Mother Mine systems.

### Node System

The total number of TIPF nodes is fixed at 5000 and is non-transferable.Basic nodes will receive 30,000 TIPF tokens, advanced nodes will receive 100,000 TIPF tokens, and super nodes will receive 300,000 TIPF tokens. (The tokens given by the nodes will be directly reflected in the computing power and will continue to receive platform revenue sharing. They can be exchanged at a 1:1 ratio after the official TIPF token is listed on exchanges.)

#### Node Level Rights & Benefits

(If you hold multiple nodes, the computing power will be calculated based on the highest level.)

| Node type      | Entry costs | Weighted computing power multiple |
| -------------- | ----------- | --------------------------------- |
| Base node      | 300 USDT    | none                              |
| Advanced Nodes | 1000 USDT   | 1.1 times                         |
| Super Node     | 3000 USDT   | 1.21 times                        |

### Permanent Staking Mechanism

TIPF holders can enjoy a long-term share of protocol revenue through the permanent staking program:**Staking Target**: TIPF Tokens**Core Lock-up Rules**: Staking TIPF tokens will be permanently locked up. Only staking rewards can be claimed, and the tokens can only be redeemed 1:1 after the official TIPF token is listed on exchanges.The number of staked tokens provides 1:1 computing power.

### Trade Guild System

Every miner is free to create a guild and can invite friends to join via an invitation link.**Guild level and computing power weighting** (each mining transaction by guild members will increase guild experience points - to be added later)

| Guild Level | Experience points | Computing power bonus coefficient |
| ----------- | ----------------- | --------------------------------- |
| V1          | 100,000           | 1.1 times                         |
| V2          | 500,000           | 1.3 times                         |
| V3          | 1,000,000         | 1.5 times                         |
| V4          | 3,000,000         | 1.7 times                         |
| V5          | 5,000,000         | 2.0 times                         |

### Chat System

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


---

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

```
GET https://tipf-1.gitbook.io/tipf-docs/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.
