# Binary Tree Systems

### Static Binary Tree

#### Structure

* Binary structure with 14 levels maximum
* Maximum capacity: 16,383 members
* Members positioned based on join date and loyalty score

#### Position Arrangement

* Earlier members positioned higher in tree
* Loyalty score influences final positioning
* New members automatically placed at appropriate level

#### Upward Distribution

* Each member's daily investment divided into 14 equal parts
* Parts distributed upward through 14 levels
* Each level above receives one part
* Distribution automated through smart contracts

#### Deduction Rules

* 70% deduction from all distributions flows to Dynamic Binary Tree
* Dynamic Total Balance Cap excess (over 3,000 USD equivalent) flows to Dynamic Binary Tree
* After deductions, highest earner's amount sets maximum earning bar for Dynamic Binary Tree

<figure><img src="/files/zRWdKl2BCVeMzPgOP2fI" alt="" width="563"><figcaption></figcaption></figure>

### Dynamic Binary Tree

#### Structure

* Reconstructed for each distribution cycle
* Position based on current earnings and loyalty scores
* Focuses on equitable redistribution

#### Position Arrangement

* Lower earners placed higher in tree
* Higher loyalty scores given priority
* Positions recalculated for each distribution loop

#### Distribution Loops

* Multiple distribution cycles
* Each loop requires higher loyalty score
* Continues until funds exhausted or no eligible participants
* Ensures comprehensive value redistribution

#### Deduction Rules

* 70% deduction from all distributions to fund next loop
* Earnings exceeding maximum earning bar fund next loop
* Process continues until funds exhausted or no qualified participants

#### Qualification Rules

* Loop participation based on loyalty score level
* Higher loops require higher loyalty scores
* Members must maintain required loyalty score
* Automatic qualification verification

<figure><img src="/files/eaO3rdyBaskr3WGHTcVK" alt="" width="375"><figcaption></figcaption></figure>

### Revenue Integration

#### Additional Pool Distribution

* 98.5% of Additional Revenue Pool funds Dynamic Binary Tree
* 1.5% deducted for:
  * 0.5% operational costs
  * 1% staking/DeFi activities
* Sources include:
  * Fixed Rate Revenue (100%)
  * Loyalty-Based Revenue (20-45%)
  * Platform Profit-Sharing (up to 60%)

#### Loop Funding Mechanics

* Funded by:
  * Static Tree deductions
  * Maximum earning bar excess
  * 98.5% of Additional Revenue Pool
* Continuous loop execution until:
  * All funds distributed
  * No qualified participants remain
  * Remaining amount negligible

<figure><img src="/files/8sfzp6QTaqzzEjRGmGvK" alt="" width="563"><figcaption></figcaption></figure>

The binary tree systems work together to create a fair and sustainable distribution mechanism, balancing the benefits of early participation with ongoing redistribution to ensure system-wide prosperity.


---

# 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.geniegenerate.com/en/genie-generate/core-mechanisms/binary-tree-systems.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.
