About
This resource has been deprecated.
This script is written in TypeScript , meaning both the server and client-side code must be compiled before the resource can be started.
It also uses the Aquiver module , which ensures compatibility with supported frameworks. More details can be found here.
If you previously purchased our Crypto resource, you are eligible for a discounted price on Tebex. Please make sure to check your offer before purchasing.

Links
Key Features
- Wallet registration and login system.
- Highly configurable setup via a central config file.
- Premium user system with server-assigned badges.
- Premium users receive a custom badge and reduced transaction fees.
- Optional Discord integration via webhook (can be disabled).
- Optional leaderboard system (can be enabled or disabled).
- Fully reactive NUI with real-time synchronization across all logged-in users.
- Real cryptocurrency prices powered by Binance API and WebSocket integration.
- WebSocket runs client-side only while the panel is open to reduce server load.
- Configurable interval-based saving of cryptocurrency price history for charts.
- Logs and stores recent trades and payment history.
- Built-in flood protection to prevent NUI spam and server overload.
- Unified translation system for both server and NUI in a shared file.
- Additional features included (see showcase video for full overview).
Whatβs Important to Know
This resource will consume more memory compared to other systems due to its heavier reliance on real-time data processing and WebSocket connections.
Performance can be improved by reducing the maximum number of rows stored in the MySQL tables (configurable via the settings) and increasing update intervals.
On high graphics settings, the NUI may respond slightly slower due to the active WebSocket connection and continuous data synchronization.
Dependencies
- NodeJS (for installing with npm.)
- Server version atleast 4752. (to support lua54 & escrow)
- Aquiver module supported framework & mysql resource. See: Aquiver module compatibles
Performance
We optimized server performance by moving most calculations to the client side where possible.
However, due to the use of node_modules , JavaScript processing, and server-side data storage, overall performance is still influenced by backend workload.
Performance may vary depending on how many players have the NUI open at the same time, since increased data fetching will naturally add load to the system. This is expected behavior based on the architecture of the resource.
Serverside performance![]()
Clientside performance
- No clientside code, everything is handled in the NUI.
Support / Contact
Do you have any question related to our resource(s)?
- Join our Discord.
Curious about the product(s)?
- Join our Showcase Server and experience the product firsthand.
- You can also type in
connect 109.230.238.95:30184.
- You can also type in
MORE FROM AQUIVER
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | ~2500 serverside, no clientside code. + many NUI code. |
| Requirements | Explained above with more information. |
| Support | Yes |












