
Vuch Shield is the risk module of the Vuch platform: a real-time engine that monitors transaction velocity, raises AML signals, detects market manipulation and wash trading, scores risk per user and per event, and drives an alert escalation pipeline from detection through administrator review to automated blocking. It is built into the platform's infrastructure — it consumes the same event stream and atomic ledger that the wallet, markets and casino modules write — rather than operating as an external service fed by exports.
The design principle: compliance that lives outside the transaction path can only describe problems; compliance that lives inside it can stop them. Shield lives inside it.
| Control | What it does |
|---|---|
| Velocity monitoring | Detects anomalous transaction speed and operation frequency per user |
| AML signals | Flags suspicious deposit-and-withdrawal patterns in real time |
| Anti-manipulation (dominance) | Flags a single participant taking an outsized share of a market's volume |
| Wash-trading detection | Identifies self-matching and circular trading within configurable windows |
| Risk scoring | Continuous scoring of users and events from the platform event stream |
| Alert escalation pipeline | Scored events become leveled alerts, queued, escalated and resolved |
Every threshold behind these controls — velocity bounds, AML triggers, dominance shares, detection windows — is a configuration parameter, tuned per jurisdiction during deployment. Vuch does not publish exact values, and advises operators not to either: precise detection thresholds are sensitive information whose disclosure makes controls easier to circumvent.
Shield's operating model is a pipeline, and it is worth reading left to right because each stage has an owner:
Event stream → risk score calculation → alert level assignment
→ administrator queue → escalation → automated block or incident resolution
Because the platform runs prediction markets and casino on one wallet, Shield watches one financial stream instead of two silos — and that changes what it can see.
Prediction markets carry manipulation risks that classic gambling products do not. Shield's two market-specific controls address them structurally: dominance control monitors the concentration of volume per participant per market, flagging attempts to move a price or corner an outcome; wash-trading detection identifies self-matching and circular patterns designed to fake volume or launder value through trades. Both operate within configurable windows and bounds set per jurisdiction — critical, because the regulatory framing of prediction markets itself differs per market and the appropriate policy follows from that framing.
Velocity monitoring and AML signals operate at wallet level, which means they see the user's whole financial behavior — deposits, trading flow, casino play and withdrawal attempts as one sequence. Rapid deposit-to-withdrawal pass-throughs, anomalous operation bursts and structured movement patterns surface as scored signals regardless of which product the funds touched in between. Withdrawals additionally pass manual moderation in the Finance section, with Shield's signals displayed beside each request.
There is no universal compliance policy in this industry, and Shield does not pretend otherwise. Every deployment configures:
This configuration work is a defined part of the white-label deployment process — baseline risk policies are established in the first phase and the alert pipeline is tuned during pre-launch testing.
Honest scope, because risk tooling attracts overclaiming:
Shield runs as the platform's dedicated risk service — one of twelve microservices — consuming the Redis-based event bus and writing its findings back as events and admin-queue state. It inherits the platform's properties: horizontal scalability, containerized deployment with health validation, and the atomic ledger as ground truth for every financial fact it scores. Stack details are on the tech stack page; pipeline internals are covered in technical documentation during evaluation.
Evaluate Shield with the person who will defend it: bring your Head of Compliance to a demo, walk one synthetic incident through the full pipeline — event, score, alert, queue, escalation, resolution — and review how policies map to your target jurisdictions. Request a demo, or start with the platform overview for the architectural context.