> 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/faq.md).

# FAQ

### General Questions

#### What is NOT BET?

NOT BET is an iGaming platform with proprietary flash games and an internal economic model where users can not only play, but also earn through participation in the ecosystem.

***

#### Who are Players?

Players are users who fund their gaming balance and participate in flash games.

They can win, lose, and withdraw funds.

***

#### Who are Holders?

Holders are users who fund the platform’s internal bankroll and launch a 72-hour cycle.

They earn income by keeping funds within the system.

***

### Smart Entry

#### What is Smart Entry?

Smart Entry is an intelligent profitability calculation system.

After the cycle is launched, the system analyzes the state of the internal market and **instantly credits the projected income**.

***

#### Why is income credited instantly?

Income is credited based on a predictive model that evaluates the potential profitability of the upcoming 72-hour cycle in advance.

For this, the platform uses an AI-driven algorithm that analyzes multiple internal parameters.

***

#### When is the principal returned?

The principal is returned **72 hours after the cycle is launched**.

***

#### Is the profitability fixed?

No.

The profitability depends on the current state of the platform’s internal economy and is calculated at the moment the cycle is activated.

***

#### Can profitability change?

Yes.

It may vary depending on:

* player activity
* liquidity volume
* cash flow
* historical platform data

***

### Deposits and Withdrawals

#### Which currencies are supported for deposits?

Deposits are available in popular cryptocurrencies.

After the deposit is made, funds are automatically converted into US dollars at the market exchange rate at the time the request is created.

***

#### How does the conversion work?

The conversion is performed automatically at the current market rate at the moment the request is submitted.

***

#### How long do withdrawals take?

According to the regulations, withdrawals may take **up to 72 hours**.

In practice, in most cases, funds are processed **within 20 minutes**.

***

#### Is there a withdrawal fee?

The fee depends on the selected payment method and network.

The exact conditions are displayed before the transaction is confirmed.

***

### Referral Program

#### Is there a referral program?

Yes.

The platform offers a separate referral program for players and holders.

***

#### How do I get my referral link?

Your personal referral link is available in your account under the **Referral Program** section.

***

#### When are referral rewards credited?

Rewards are credited automatically:

* from deposits — instantly
* from cycle profit — after 72 hours
* from gaming activity — after gaming sessions are completed

***

### Security

#### Are my funds secure?

The platform uses internal liquidity control mechanisms and risk management algorithms.

The Smart Entry model also takes into account the system load and the available reserve fund volume.

***

#### Can I withdraw my principal before 72 hours?

At the moment, the Smart Entry cycle has a fixed duration of **72 hours**.

Early withdrawal of the principal is not available.

***

### Technical Questions

#### What should I do if my deposit is not credited?

If your deposit has not been credited within the expected time, please contact support and provide:

* amount
* currency
* transaction time
* transaction hash

***

#### What should I do if my withdrawal is delayed?

If the withdrawal exceeds the regulated timeframe, please contact support with your request number.

***

#### How can I contact support?

Support contact details are available in the **Support** section.


---

# 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/faq.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.
