Skip to content

Commit 0ae0c36

Browse files
author
Korvex
committed
Final Production Release v1.1 - Unified Security (Clean Build)
1 parent 88a71bb commit 0ae0c36

7 files changed

Lines changed: 210 additions & 127 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
/target/
2-
**/*.rs.bk
3-
korvex_security_audit.json
4-
licenses.json
5-
.DS_Store
1+
/target
2+
/temp
3+
/video_output
4+
license.key
5+
*.pdb
6+
*.exe

COMMERCIAL LICENSE TYPES.md

Lines changed: 36 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,71 @@
1-
🛡️ KORVEX OMNI-SYNAPSE
2-
COMMERCIAL LICENSE AGREEMENT
1+
🛡️ KORVEX OMNI-SYNAPSE: COMMERCIAL LICENSE AGREEMENT
32
Copyright (c) 2026 Korvex | All rights reserved.
43

5-
INTRODUCTION
6-
This Commercial License governs the use of the Korvex Omni-Synapse high-performance engine. Use of this software is permitted ONLY with a valid License Token and an active subscription.
4+
INTRODUCTION This Commercial License governs the professional use of the Korvex Omni-Synapse high-performance engine. Use of this software in a production or commercial environment is permitted ONLY with a valid Hardware-Locked License Key (HWID) and an active sponsorship tier.
75

8-
1. LICENSE TIERS
6+
1. LICENSE TIERS (2026 OFFICIAL)
97
BASIC LICENSE
10-
Price: 49 EUR / month
8+
Price: $199 / Year
119

12-
Deployment: 1 Server Instance
10+
Deployment: 1 Server Instance (Single HWID)
1311

14-
Daily Volume: Max 10,000 Requests
12+
Optimization: 109-cycle core optimized for standard HFT production.
1513

16-
Support: Standard Email Support
14+
Support: Standard Email Support.
1715

18-
Service Level: Standard
16+
PRO / GOLD LICENSE
17+
Price: $499 / Year
1918

20-
PRO LICENSE
21-
Price: 149 EUR / month
19+
Deployment: Up to 5 Servers (Multi-Instance)
2220

23-
Deployment: Up to 5 Servers
21+
Optimization: Ultra-Low Latency (< 150ns) & Enhanced forensic tracking.
2422

25-
Daily Volume: Unlimited Requests
23+
Support: Priority Developer Support Channel.
2624

27-
Support: Priority Support
25+
ENTERPRISE INFRASTRUCTURE
26+
Price: $1000 / Year
2827

29-
Service Level: High Priority
28+
Deployment: Unlimited Global Servers
3029

31-
ENTERPRISE LICENSE
32-
Price: 499 EUR / month
30+
Optimization: Custom hardware-specific tuning & Full Commercial Rights.
3331

34-
Deployment: Unlimited Servers
32+
Support: 24/7 Dedicated Integration Consulting & Custom SLA.
3533

36-
Daily Volume: Unlimited Requests
34+
2. LICENSING & ACTIVATION SYSTEM
35+
Upon purchase via the official KORVEX AI Technology Hub, each client is issued a unique License Key. This key is cryptographically linked to:
3736

38-
Support: 24/7 Dedicated Support
37+
Machine ID (HWID): The specific hardware signature of the host server.
3938

40-
Service Level: Custom SLA & Integration
39+
Tier Level: Authorized performance parameters (Basic/Gold/Enterprise).
4140

42-
2. LICENSE TOKEN SYSTEM
43-
Upon purchase, each client is issued a unique License Token. This token is cryptographically linked to:
41+
Expiration: Valid for 12 months from the date of issuance.
4442

45-
The Selected Tier (Basic/Pro/Enterprise)
43+
REQUIREMENT: The license.key file must be present in the application's root directory for the engine to unlock GOLD-tier performance.
4644

47-
Expiration Date (End of current month)
45+
3. EXPIRATION & REFUNDS
46+
Annual Renewal: Licenses are valid for one calendar year. Failure to renew results in immediate engine fallback to "Community Mode" or access suspension.
4847

49-
Security Parameters (Internal limits)
50-
51-
INTEGRATION REQUIREMENT: The token must be included in the header of every API request.
52-
53-
Header Name: X-Korvex-License
54-
55-
Format: KX-[TIER]-[YYYY-MM]-[ID]
56-
57-
Example: X-Korvex-License: KX-PRO-2026-03-ABCD1234
58-
59-
3. EXPIRATION & RENEWAL
60-
Automatic Expiry: Licenses expire at 23:59 UTC on the last day of the calendar month.
61-
62-
Access Suspension: System access is immediately blocked upon expiration.
63-
64-
Error Handling: The engine returns 401 LICENSE_EXPIRED for all unauthorized requests.
48+
Digital Finality: Due to the nature of digital delivery and HWID locking, all sales are final. No refunds will be issued once a license key has been generated for a specific Machine ID.
6549

6650
4. PROHIBITED ACTIONS
67-
Violation results in immediate license revocation:
51+
Violation results in immediate license revocation and blacklisting:
6852

69-
Use without a valid, active token.
53+
Attempting to bypass, reverse-engineer, or remove the HWID lock.
7054

71-
✘ Token sharing between third parties.
55+
✘ Token/Key sharing between unauthorized third parties.
7256

73-
Resale or redistribution without written agreement.
57+
Redistribution of the "GOLD" binaries or source code.
7458

75-
Bypassing or removing licensing mechanisms.
59+
Claiming the Korvex Omni-Synapse core as your own creation.
7660

7761
5. LEGAL LIABILITY
78-
Unauthorized use constitutes:
79-
80-
Copyright Infringement: Violation of international IP laws.
81-
82-
Illegal Use: Unauthorized exploitation of technology.
62+
Unauthorized commercial use constitutes:
8363

84-
Civil Liability: Users are liable for damages, lost revenue, and legal fees.
64+
Copyright Infringement: Violation of international Intellectual Property laws.
8565

86-
6. CONTACT & LICENSING
87-
For acquisition, upgrades, or integration queries:
66+
Civil Liability: Unauthorized users are liable for full damages, lost revenue, and all associated legal fees.
8867

89-
Email: contactkorvex.ai@gmail.com
68+
6. CONTACT & ACTIVATION
69+
To secure your license or request an upgrade: Official Portal: github.com/sponsors/korvexai Email: contactkorvex.ai@gmail.com
9070

9171
© 2026 Korvex | Ultra-Low-Latency Systems Engineering

CUM RULEZ.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
3+
1. Pentru Omni-Synapse:
4+
5+
PowerShell
6+
7+
8+
9+
cd "E:\korvex\Korvex Omni-Synapse v2.0"; cargo build --release
10+
2. Pentru Video Engine:
11+
12+
PowerShell
13+
14+
15+
16+
17+
cd "E:\korvex\korvex-video-engine"; cargo build --release
18+
3. Pentru Hyper-V8-32:
19+
20+
PowerShell
21+
22+
23+
24+
25+
cd "E:\korvex\KORVEX_SYSTEM_DATA\hyper-v8-32"; cargo build --release

Cargo.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,32 @@ name = "korvex-omni-synapse"
33
version = "2.0.0"
44
edition = "2021"
55
authors = ["Korvex"]
6-
description = "Ultra-Low Latency Core with HMAC Licensing"
7-
8-
# Commercial Version: Bare-metal speed with Integrated Cryptographic Security
6+
description = "Ultra-Low Latency Core with HMAC & HWID Licensing"
97

108
[dependencies]
11-
# High-performance Web Server
9+
# --- CORE ENGINE & NETWORKING ---
1210
actix-web = "4.0"
13-
14-
# Concurrent data structures for license verification (O(1) access)
1511
dashmap = "5.5"
12+
arc-swap = "1.6"
13+
14+
# --- SECURITY & HARD-LOCK ---
15+
sha2 = "0.10"
16+
hmac = "0.12"
17+
hex = "0.4"
18+
machine-uid = "0.3"
1619

17-
# Serialization/Deserialization for JSON Audit and Database
20+
# --- DATA & SERIALIZATION ---
1821
serde = { version = "1.0", features = ["derive"] }
1922
serde_json = "1.0"
2023
serde_yaml = "0.9"
2124

22-
# Cryptography for X-Korvex-Signature
23-
hmac = "0.12"
24-
sha2 = "0.10"
25-
hex = "0.4"
26-
27-
# Time and Atomic Utilities (zero-overhead)
25+
# --- UTILITIES ---
2826
chrono = "0.4"
2927
instant = "0.1"
30-
arc-swap = "1.6"
3128

3229
[profile.release]
33-
opt-level = 3 # Maximum speed optimization (O3)
34-
lto = "fat" # Global Link Time Optimization (eliminates redundant calls)
35-
codegen-units = 1 # Single unit for aggressive cross-module optimizations
36-
panic = "abort" # Removes stack unwinding overhead (speed + compact binary)
37-
strip = true # Removes debug symbols for code protection
38-
30+
opt-level = 3 # Maximizare viteză de execuție
31+
lto = "fat" # Link Time Optimization agresiv între module
32+
codegen-units = 1 # Optimizează binarul ca o singură unitate
33+
panic = "abort" # Elimină overhead-ul de unwinding pentru viteză
34+
strip = true # Șterge simbolurile de debug pentru protecție anti-crack

README.md

Lines changed: 50 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,65 @@
1-
# Korvex Omni-Synapse v2.0 GOLD
1+
**Korvex Omni-Synapse v2.0 [GOLD]**
22

3-
![Latency](https://img.shields.io/badge/Latency-109_CPU_Cycles-gold?style=for-the-badge&logo=rust)
4-
![Build](https://img.shields.io/badge/Build-Platinum_Grade-blue?style=for-the-badge)
5-
![Security](https://img.shields.io/badge/Security-Hard--Lock_Active-green?style=for-the-badge)
3+
Next-gen Ultra-Low-Latency Engine.
4+
Moving beyond milliseconds into raw CPU cycles.
5+
Part of the **KORVEX AI Technology Hub**.
66

7-
## Certified Benchmarks (v2.0.0-GOLD)
8-
| Metric | Result | Status |
9-
| :--- | :--- | :--- |
10-
| **Core Admission** | **109 CPU Cycles** | Verified |
11-
| **Jitter** | < 2 Cycles | Ultra-Stable |
12-
| **Memory Allocation** | 0 KB (Stack-only) | Passed |
13-
| **Audit Hash** | `0D287081E1CD6E44...` | Secure |
7+
---
8+
9+
## 🚀 Certified Benchmarks (v2.0.0-GOLD)
10+
11+
| Metric | Result | Status |
12+
| ----------------- | ------------------- | -------------- |
13+
| Core Admission | 109 CPU Cycles | ✅ Verified |
14+
| Jitter | < 2 Cycles | ✅ Ultra-Stable |
15+
| Memory Allocation | 0 KB (Stack-only) | ✅ Passed |
16+
| Audit Hash | 0D287081E1CD6E44... | ✅ Secure |
1417

15-
> **Hardware Context:** Benchmarked on Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz / Windows 11 Pro.
18+
**Hardware Context:**
19+
Benchmarked on Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz / Windows 11 Pro.
1620

1721
---
18-
**Record-Breaking Performance: 109 CPU Cycles**
1922

20-
## Commercial Licensing
21-
Support this project via GitHub Sponsors to receive your commercial license token:
22-
- **Basic Tier:** Individual developers & small startups.
23-
- **Pro Tier:** High-frequency trading firms & security labs.
24-
- **Enterprise Tier:** Global infrastructure & dedicated deployment.
23+
## 💎 Commercial Licensing (Universal Gateway)
24+
25+
Unlock the professional **109-cycle optimized binary** and forensic tracking.
26+
27+
### 🛡️ BASIC LICENSE — $199 / Year
28+
29+
* Single production instance
30+
* 109-cycle core
31+
* Standard forensic DNA
2532

26-
## Performance Audit
27-
- Admission Latency: 109 Cycles (Benchmarked on x86_64)
28-
- Security: Hard-Lock Zero-Allocation Gate
29-
- Status: GOLD RELEASE
33+
### 👑 PROFESSIONAL HFT — $499 / Year
3034

35+
* Multi-instance (up to 5 servers)
36+
* < 150ns optimization
37+
* Priority developer channel
38+
39+
### 🏢 ENTERPRISE INFRA — $1000 / Year
40+
41+
* Unlimited global deployment
42+
* Custom hardware-specific tuning
43+
* 24/7 dedicated consulting
3144

3245
---
3346

34-
## How to Buy / Commercial Licensing
47+
## 🔑 Activation Process
48+
49+
1. **Hardware ID** – Run the showcase binary to find your unique Machine ID (HWID).
50+
2. **Payment** – Complete the transaction via the Official Sponsorship Page.
51+
3. **Delivery** – Send your HWID and project name to:
52+
**[contactkorvex.ai@gmail.com](mailto:contactkorvex.ai@gmail.com)**
53+
4. **License** – You will receive your `license.key` and the GOLD-optimized binary within 24 hours.
3554

36-
Korvex Omni-Synapse v2.0 is available under a tiered commercial license model. Secure your production-ready binary and priority support through **GitHub Sponsors**.
55+
---
56+
57+
## 🛠️ Technical Excellence
3758

38-
### Licensing Tiers:
39-
* **Basic (/mo):** Single production instance, 109-cycle optimized binary.
40-
* **Professional (/mo):** Multi-instance deployment (up to 5 servers), < 150ns latency optimization.
41-
* **Enterprise (/mo):** Unlimited global deployment, 24/7 dedicated integration consulting, and full hardware-specific optimization.
59+
* **Zero-Allocation Gate** – Hard-lock security with proprietary forensic tracking (DNA)
60+
* **Master Audit** – Full English technical documentation and performance logs included
61+
* **Rust Core** – Built with maximum memory safety and lock-free concurrency
4262

43-
### Get Started:
44-
1. Click the **[ Sponsor]** button at the top of this repository.
45-
2. Select your preferred tier.
46-
3. Receive your **Commercial License Token** and secure download link automatically.
63+
---
4764

48-
[ Click here to go to the Sponsorship Page](https://github.com/sponsors/korvexai)
65+
© 2026 **KORVEX AI** | High-Performance Financial Infrastructure

0 commit comments

Comments
 (0)