Proof of the money loop

One captured visitor, traced to a paid commission.

Mercury Pulsar is managed AI acquisition infrastructure for regulated iGaming, crypto gaming, and legally allowed sweepstakes. Below is the engine running end to end — capture, the compliance geo-gate, the routed redirect, an idempotent conversion, attribution, and the commission payout.

This isn't a slideshow: each run calls the same production functions the live pipeline uses — the geo-gate, the tracked-URL builder, and the commission engine. It computes only (no data is written), so try a blocked state and watch the loop halt.

1 click → 1 FTD of $100 → $50 commission to demo-partner. Every stage ran the production engine.

1 · Capture

A visitor from Juwa (captured audience) opens a tracking link /go?r=…&aff=demo-partner. The click is recorded with its attribution.

SourceJuwa (captured audience)
Click id36fc5495…
Partner codedemo-partner

2 · Geo-gate

Sweepstakes USA: TX is permitted. This is the exact fail-closed gate /go runs in production.

MarketSweepstakes USA
Visitor stateTX
DecisionALLOWED

3 · Route

302 to Arthur Fortune's entry URL — read from the DB, never the request, so there is no open-redirect. The click id rides along for matching.

DestinationArthur Fortune
Tracked URLhttps://play.demo-brand.example/welcome?subid=36fc5495-8b74-4b42-95ef-8110a52c5309

4 · Convert

Arthur Fortune reports a FTD via the HMAC-signed postback. It is matched to the click and is idempotent by external id — a replayed postback is a no-op.

TypeFTD
Value$100
External idconv-36fc5495-8b7

5 · Attribute

The conversion inherits the click's attribution: source → destination, plus partner demo-partner. No join required at report time.

PathJuwa (captured audience) → Arthur Fortune
Partnerdemo-partner

6 · Commission

The real commission engine pays demo-partner on package SALES (NSR), never on player losses. Rate card: Astro Spins (hybrid).

NSR$100
Rev-share @ 15%$15
CPA component$35
Payable to partner$50
What's real today vs. on the roadmap.Live & in-product: capture → geo-gate → route → idempotent conversion → attribution → commission, plus the operator console (Traffic and Partners workflows). On the roadmap, clearly labeled: the programmatic SEO/GEO content factory, an affiliate marketplace, audience-migration tooling, the global iGaming market, and broader Cury autonomy.

Want this running for your brand? See pricing or talk to us.

© 2026 Mercury Pulsar. The trace above runs the production geo-gate and commission engine on demo inputs.