> 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/vision/the-solution-user-node-fc.md).

# The Solution: User → Node → FC

**The Ownership and Production Chain**

The network operates on a three-layer chain:

> #### <mark style="color:$warning;">**User**</mark> → <mark style="color:$info;">\[owns]</mark> → <mark style="color:$warning;">**Node**</mark> → <mark style="color:$info;">\[produces]</mark> → <mark style="color:$warning;">**FC**</mark>

A **User** is an individual participating in the network — a real person with a verified identity. A **Node** is a digital asset owned by the User, held with a private key in the User's wallet, and possessing a **Mining Rate** — the rate at which FC is produced per unit of time. **FC** is the Node's output — not "distributed" to the User, but produced by the Node that belongs to the User.

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

***

#### **FC - An Immutable Asset**

**FC follows three immutable principles:**

* **First: There is only one path to creating FC: the Node's mining activity.**\
  No airdrops, no manual issuance, no mechanism to create FC outside of mining. Every unit of FC has a clear origin: produced by a specific Node over a specific period of time.
* **Second: FC balances are immutable to any external intervention**\
  No organization — Unich Network included — can increase, decrease, freeze, confiscate, or falsify the FC balance of any Node. Balances change only when the Node's owner executes a legitimate transaction.
* **Third: FC cannot be bought, sold, or acquired through market channels within the network.**\
  FC transfers ownership only through internal transactions between Nodes. The only way to accumulate more FC is to own a Node, operate it, and upgrade its Mining Rate through real activity.

These three principles create a distinctive asset: **FC cannot be accumulated through capital, only through real activity.** A person with $1,000,000 and a person with $0 both start with the same base Mining Rate when creating a new Node.

**User Activity Upgrades the Node — Not Directly FC**

This is the core difference from tap-to-earn networks. In the old model, pressing a button and receiving a coin directly leads to virtual machines faking activity and coins losing value.

In Unich Network, no User activity directly creates FC. Instead, each activity is a form of **Node upgrade**: raising the Mining Rate, or adding a Boost Multiplier to the Node for a period of time. The difference between "being paid for an action" and "investing action to upgrade a productive asset."

**Why This Model Cannot Be Faked**

Virtual machines can press buttons and fake activity sessions. But virtual machines cannot perform a **Peer Meet** which requires two real people to be present at the same location at the same time, GPS-verified by an independent third party. This is the **physical anchor point** that tap-to-earn networks have never had.


---

# 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://docs.unich.com/unich-network/vision/the-solution-user-node-fc.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.
