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

# How It Works

NOT BET brings together two key types of users within one ecosystem:

* **players**
* **holders**

Both roles are interconnected and form the platform’s internal economy.

***

### 1. Players Generate Activity

Players top up their balance and participate in proprietary flash games.

During gameplay, users can:

* place bets
* win
* lose
* withdraw funds

Gaming activity forms the core volume within the platform.

This volume creates the dynamics of the internal market and serves as the foundation of the entire ecosystem.

### 2. Holders Provide Liquidity

Holders fund the platform’s internal bankroll.

These funds are used as liquidity to ensure the stable operation of the gaming market and support user activity.

After making a deposit, the holder starts a **72-hour cycle**.

At this point, the system calculates the projected profitability and **instantly credits the income**.

After 72 hours, the principal amount is returned to the user.

This allows users to generate income by keeping their funds within the platform.

***

### 3. Smart Entry Calculates Profitability

Once the cycle is launched, the **Smart Entry** model begins operating.

The internal AI agent analyzes thousands of parameters, including:

* player activity
* current liquidity volume
* incoming and outgoing cash flow
* historical cycle performance
* internal market load
* user behavior

Based on this data, the system predicts the holder’s potential profitability in advance.

The amount of income depends on the state of the internal economy at the moment the cycle is activated.

***

### 4. Referral System Drives Growth

Each user can invite new participants into the ecosystem.

The referral program works separately for:

* players
* holders

Users receive rewards:

* from the activity of referred players
* from deposits made by referred holders
* from their profitability across cycles

This creates an additional source of income and accelerates the platform’s organic growth.

***

### 5. Platform Economic Cycle

A closed economic cycle operates within NOT BET.

**players generate volume → the platform uses liquidity → holders earn income → referrals bring new users → volume grows**

### 6. Simple Flow

The platform’s operation can be described as follows:

#### For a Player

Deposit → gameplay → win or loss → withdrawal

#### For a Holder

Deposit → cycle activation → instant income → principal returned after 72 hours


---

# 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://not-bet.gitbook.io/not-bet-docs/english/how-it-works.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.
