> For the complete documentation index, see [llms.txt](https://docs.soei.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soei.group/5.-trust-and-security/5.4-economic-security.md).

# 5.4 Economic Security

Vì Soei có hệ thống **Soei Credit**, nên bảo vệ nền kinh tế là yếu tố cực kỳ quan trọng.

Economic Security đảm bảo rằng:

* Credit không bị farm
* phần thưởng không bị lạm dụng
* hệ thống tín dụng không bị gian lận.

***

#### Anti-Farm System <a href="#anti-farm-system" id="anti-farm-system"></a>

Hệ thống phát hiện hành vi farm Credit.

Ví dụ:

* làm nhiệm vụ quá nhanh
* tạo nhiều tài khoản
* tương tác giả.

***

#### Credit Distribution Control <a href="#credit-distribution-control" id="credit-distribution-control"></a>

Hệ thống giới hạn tốc độ phát hành Credit dựa trên:

* số lượng người dùng
* hoạt động nền tảng
* dữ liệu lịch sử.

***

#### Campaign Fraud Detection <a href="#campaign-fraud-detection" id="campaign-fraud-detection"></a>

Các chiến dịch marketing của doanh nghiệp cũng được giám sát để tránh:

* bot tham gia
* spam nhiệm vụ.

***

**Flow bảo vệ kinh tế**

```
Phát hành Credit
        │
        ▼
Người dùng nhận Credit
        │
        ▼
Behavior Analysis
        │
 ┌──────┼───────┐
 ▼      ▼       ▼
Normal Suspicious Fraud
 │      │       │
 │      ▼       ▼
 │   Review   Block
 │
 ▼
Credit Valid
```


---

# 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.soei.group/5.-trust-and-security/5.4-economic-security.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.
