> 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-smart-entry-works.md).

# How Smart Entry Works

### What is Smart Entry

**Smart Entry** is an intelligent dynamic profitability calculation system designed for holders.

After funding the bankroll and launching the investment cycle, the system **instantly calculates and credits the projected income**, while the principal is returned after 72 hours.

The key feature of Smart Entry is that the profitability **is not a fixed rate**.

Instead, it is calculated in real time based on the current state of the platform’s internal economy.

***

### Why Income Is Credited Instantly

The instant crediting mechanism is based on a **predictive model**, rather than a post-cycle calculation.

This means the system does not wait until the 72-hour cycle is completed to determine the potential result.

Instead, Smart Entry evaluates the expected profitability in advance using a large-scale data model.

After the analysis, the system determines:

* the potential profitability of the cycle
* the current liquidity level
* the level of player activity
* the expected market load for the next 72 hours

Based on this, the income is calculated and credited immediately after the cycle is launched.

***

### How the Algorithm Works

At the core of Smart Entry is an AI agent and a mathematical model designed to evaluate the internal market.

The system continuously analyzes thousands of parameters and updates the model in real time.

The main objective of the algorithm is to predict the **expected profitability of the next 72-hour window**.

***

### Which Parameters Are Taken Into Account

#### 1. Player Activity

The algorithm analyzes the current activity of players within the platform, including:

* number of active players
* number of gaming sessions
* average betting volume
* win/loss frequency
* total gaming turnover

The higher the activity, the higher the potential profitability.

***

### 2. Liquidity State

Smart Entry evaluates the current condition of the internal bankroll.

The following factors are considered:

* total liquidity volume
* active cycle volume
* available reserves
* ratio of incoming and outgoing funds
* liquidity turnover speed

This allows the system to understand what level of profitability can be safely credited.

***

### 3. Historical Data

The algorithm uses accumulated statistics from previous cycles.

For example:

* average profitability during similar periods
* efficiency of previous forecasts
* user behavior patterns
* high-load and low-load cycles
* time-based activity trends

Historical data helps improve the model’s forecasting accuracy.

***

### 4. User Behavior

The system also analyzes user behavior, such as:

* average holding period
* frequency of repeated cycles
* referral network activity
* volume of new deposits
* share of withdrawals and returns

This is important for assessing the sustainability of the platform’s economy.

***

### 5. Cash Flow

The AI model takes internal financial flows into account.

This includes:

* new deposits
* withdrawals
* referral rewards
* gaming payouts
* turnover within the ecosystem

Based on this, the current financial load is calculated.

***

### How Profitability Is Calculated

In simplified terms, the logic can be described as:

```
profitability = projected gaming turnover
× liquidity coefficient
× risk coefficient
× historical model accuracy
```

The credited income is always calculated **individually at the moment the cycle is launched**.

This is why profitability may vary depending on the current state of the platform.

***

### Why It Is Beneficial for the User

The user receives two key advantages:

#### 1. Instant Income

There is no need to wait until the cycle ends to receive profit.

#### 2. Transparent Principal Return

After 72 hours, the principal amount is returned.

This makes the product more predictable and user-friendly.

***

### Beta Mode

At the moment, Smart Entry operates in **beta mode**.

This means the model continues to learn and optimize as more data is collected and platform activity increases.

With each new cycle, the accuracy of forecasts and the quality of profitability calculations continue to improve.


---

# 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-smart-entry-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.
