> For the complete documentation index, see [llms.txt](https://docs.unich.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unich.com/unich-network/freenomics/two-revenue-distribution-mechanisms.md).

# Two Revenue Distribution Mechanisms

The network has two independent mechanisms for distributing revenue from advertising and subscriptions. The two mechanisms apply on different bases and are presented separately to avoid confusion.

***

**Buy-back Program**

Unich Network commits **30% of total revenue from advertising and subscriptions** to buying back FC from the open market **after FC TGE**. Before TGE, this 30% accumulates in a reserve fund, ready to deploy the moment TGE occurs. Buy-back creates real demand for FC from real revenue — every Node holding FC benefits indirectly through buying pressure on the market.

**Network Revenue Sharing**

Network Revenue Sharing allows qualifying Nodes to directly receive **30% of the revenue contributed by their directly referred Nodes** through subscriptions and advertising. Payment is in **USDT or bank transfer** — not FC. In exchange, the Node accepts a **40% reduction in total Mining Rate** during participation.

***

**Eligibility - must meet both simultaneously:**

* Minimum **100 directly referred Nodes** in Network Expansion
* Achieved **Anchor Node status (level 3 in the Ambassador Program)**

This filter ensures Network Revenue Sharing applies only to Nodes with proven, long-term, verifiable contributions. **Direct level only (Level 1)** — no mechanism to receive from Level 2 or beyond, distinguishing this from traditional multi-level models. Qualifying Nodes may switch between Standard Mode and Revenue Share Mode **once per month**.

***

**Separation Between the Two Mechanisms**

The Buy-back Program draws from the **total shared revenue pool**, applies to all Nodes holding FC, and activates after TGE. Network Revenue Sharing draws from **the revenue of a specific Anchor Node's directly referred Nodes**, applies to qualifying Nodes, and activates as soon as revenue exists. Revenue received through Network Revenue Sharing is removed from the shared pool before Buy-back percentages are applied. No double counting.

**Example** (total monthly revenue $10,000, of which $2,000 comes from Anchor X's directly referred Nodes in Revenue Share Mode):\
\
\&#xNAN;***Payment to Anchor X:** 30% × $2,000 = **$600** (USDT / bank transfer)*\
\&#xNAN;***Remaining pool:** $10,000 − $600 = **$9,400***\
***Buy-back (after TGE):** 30% × $9,400 = **$2,820***\
***Remaining for operations:** $9,400 − $2,820 = **$6,580***


---

# 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://docs.unich.com/unich-network/freenomics/two-revenue-distribution-mechanisms.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.
