Technical Manual: Everything You Need to Know About the "Usage Cap" System
Preface: The Rationale Behind Resource Allocation
Our products and services are designed to provide high-performance Android applications and executable scripts (Lua). To maintain the architectural integrity of this ecosystem while ensuring equitable access for a diverse global user base, we implement a sophisticated, server-side Usage Cap System.
This documentation provides an exhaustive technical rationale for these resource boundaries and how they facilitate a stable environment for all participants.
I The Architectural Necessity of Resource Limiting
In any high-performance digital environment, server-side resource limiting is a fundamental requirement for holistic system health. Without these established guardrails, backend infrastructure can be disproportionately consumed by a small percentage of high-intensity users.
1. Prevention of Monopolization
Ensures that no single entity can exhaust the system's computational throughput or network capacity at the expense of other users.
2. Dashboard Accessibility
Even when scripts are capped, the dashboard remains fully functional, allowing users to manage accounts and view notices.
3. Infrastructure Sustainability
Strict cost-exposure controls prevent resource allocation from scaling beyond sustainable thresholds for our free tier.
II Understanding the Metering Logic
The Usage Cap is monitored in real-time through the Activity module located within the General tab. This interface provides a transparent, visual representation of your daily resource consumption.
The meter displays your current utilization against your tier’s maximum permitted allocation. Each time an executable script or protected asset is active, the server increments this timer with high precision.
> ACTIVITY_MONITOR: SYNCHRONIZED
Current Temporal State: 0h 0m
Daily Threshold: / 4h limit
This diagnostic output represents the interface state when the user has not yet consumed resources for the current 24-hour cycle.

Ref: Activity Module UI
III Tier Differentiation: Standard vs. Premium
To accommodate varying levels of demand, the ecosystem offers two distinct usage profiles:
| Tier | Usage Allocation | Reset Cycle |
|---|---|---|
| Standard (Free) | 4 Hours Daily | Resets every 24-hour cycle. |
| Premium | Unlimited | Unrestricted access to all resources. |
IV The "Usage Cap Exceeded" Protocol
When a Standard user reaches their 4-hour daily limit, the server-side handshake will automatically suspend active script execution. At this Critical Threshold, any external application attempting to interface with the system will trigger a mandatory notification.
> SYSTEM ALERT: Hard Cap Triggered
"You've exceeded the Daily Usage Cap. Please come back tomorrow or get Premium at 50% off for the first time."
# Server_Response: 429_TOO_MANY_REQUESTS
This is a Hard Cap designed to safeguard the infrastructure during peak traffic periods. It ensures that available resources are redistributed to users who have not yet reached their daily limit.