Bingocore is a B2B platform that runs the rounds, draws the balls, awards the prizes
and broadcasts every transition in real time — so your players stay inside your brand experience,
your wallet stays the source of truth, and your operations team stays in control.
Dedicated environment and database per operator — never shared
One script tag or full REST + WebSocket control
RNG & game logic under independent evaluation with iTech Labs
Your wallet stays authoritative for the money
4variants
30 / 75 / 80 / 90-ball bingo, one engine
+35%
Longer sessions than typical slot play — social rooms, chat and multi-round pacing
3formats
Time-attack, win-target and prize-table tournaments
11jurisdictions
RG presets ready out of the box
Why operators choose Bingocore
Engineered for the three numbers your board cares about.
Bingo does not have to sit beside slots as a secondary product. Done right, it is the
most retentive, most social, most cross-sellable surface in your portfolio. Bingocore
is built around the levers that move that needle.
Player retention you can measure
Continuous rooms, scheduled tournaments and progressive jackpots create a
session that doesn’t end after a single hand. Persistent event chat keeps
communities together across rounds.
Pre-buy and auto-buy lock players into multi-round cycles
One-to-go and two-to-go prizes keep every ball relevant
Recurrence engine drives daily and weekly habit loops
Operator control over every lever
Card price, rake, prize distribution, draw cadence, prize types,
jackpot triggers and tournament scoring rules — all configurable per site
and per room from a single backoffice.
Per-room cash, bonus or mixed-balance play
Cash-first or bonus-first wallet consumption
Buy-X-Get-Y bundles and rake-based tournament prize pools
Built for regulated markets
Independent certification of RNG and core bingo game logic is underway with iTech Labs, alongside
full audit trails and Responsible Gambling configuration templates for regulated markets: UK,
Spain, Germany, the Netherlands, Malta, Sweden, Ontario, New Jersey and more
— so market setup becomes configuration-led, not custom development-heavy.
RNG and game logic evaluation in progress with iTech Labs
Jurisdiction presets for every major regulated market
Tamper-evident records for every game and every payment
Player protection tools built in, not bolted on
Tournaments & engagement
Three tournament engines. One configuration surface.
Bingo only retains when there is something at stake beyond the next ball. Bingocore
ships three production-grade tournament formats — points, leaderboard and
knockout brackets — all driven from the same builder.
One builder, three modes. Switch the tournament type and the scoring engine,
fair-play caps and tie-breaker chain reconfigure to match — no separate tools
to learn, no duplicated configuration to maintain.
01
Points tournaments
A configurable rule builder rewards lines, full house, one-to-go, two-to-go,
card purchases and bundle thresholds — with fair-play caps to keep whales
from running away with the board.
Rule builderDiminishing returnsMax points/gameMin players to score
02
Leaderboard tournaments
Tracks totals — bingos or lines — across an entire cycle, with twelve
tie-breaker rules from fastest-bingo to controlled random. Leaderboard
visibility: public, participants-only or private.
Full single-elimination bingo. Bracket sizes from 2 to 256 players, five
seeding methods, a six-dimension tie-breaker chain and three no-show
policies — including auto-replace from a waitlist.
2 → 256 playersSeedingWaitlist replace
Tournament instance immutability
When a cycle starts, Bingocore snapshots the entire tournament configuration.
Edits made mid-run apply to the next instance, never the live one — so a finished
tournament can always be replayed exactly as it ran.
Monetization
A jackpot stack that compounds across your portfolio.
Two coexisting jackpot tiers — funded by ticket price, by tournament buy-ins, or by
operator promotions — give your players a reason to come back and a reason to stay
longer. Every contribution is recorded on an append-only ledger with hard idempotency.
Mega jackpotOne mega jackpot per site, per-variant ball cutoffs
Room jackpotEnable jackpots for any room — prize pools can grow with ticket sales or stay fixed
Balls-to-go prizesOne- and two-to-go, configurable %
Line & full-houseUp to four lines + full house split
Ticket price% per card sold
Tournament buy-in% per entry fee
Operator top-upManual admin contributions
Full audit trail for financeEvery cent contributed and every cent paid out is tracked, dated and exportable — ready for reconciliation, regulators and your finance team.
Tunable mechanics per marketSet how easy or hard each jackpot is to win, which game variants are eligible and how it scales — without touching code.
Wins survive wallet outagesWon jackpots are recorded immediately. Even if your wallet provider hiccups, the win is safe and gets paid out as soon as service is back.
Dedicated environment per operator
Your own environment. Your own database. Multi-brand inside.
Every operator runs on a dedicated Bingocore environment — isolated servers,
isolated database, isolated wallet credentials. No noisy neighbours, no shared
blast radius, no shared customer data. Inside that environment, you run as many
brands, sites and licensed markets as your group needs.
OperatorNordline Entertainment Grouplicense_key · subdomain
BrandNordline Bingo
BrandRivera Play
Site EU · EUR · UKGC
Site UK · GBP · UKGC
Site ON · CAD · AGCO
Site NJ · USD · DGE
Dedicated infrastructure per operator
Your servers, your database, your traffic. Logically and physically separated from every other operator on Bingocore. Standard for every customer — not an enterprise upcharge.
Per-site API key
One credential per licensed market. Rotate in one call from the dashboard — the previous key dies immediately.
Per-site IP allow-list
IPv4 / IPv6 / CIDR allow-listing on every operator call. Leave it open during setup, or restrict it to your servers only.
Per-site wallet integration
Different jurisdictions, different wallets, different secrets. No shared blast radius.
Domain-bound CORS
Only your site's authorised domains can call the API from the browser. Update the domain in the dashboard and the rules follow automatically.
Backoffice
Operate bingo with fintech-grade controls, auditability and access management.
A single dashboard scoped per site. Configure rooms, tournaments, schedules,
jackpots, wallet callbacks, bad-word dictionaries and IP allow-lists — with
role-based access for admins, editors, developers and event hosts.
Every market, ring-fenced
Each brand or jurisdiction is ring-fenced inside your dedicated operator environment. Credentials, settings and player data never leak across markets — and you can rotate access in one click.
Permissions that match your team
Distinct access levels for operations, marketing, developers, event hosts and compliance — so every role sees only what they need.
Fully white-labelled
Your logo, your colors, your language. Six ready-made themes or full custom branding, with per-room and per-tournament artwork and translations.
Schedule it once, forget it
Plan daily and weekly games, tournaments and special events months ahead — with country targeting and automatic recovery if anything skips a beat.
Integration
Live on your site in hours
Drop a single script tag for a complete lobby and in-game UI. Or talk to the
same REST and WebSocket contracts the SDK uses and build a fully custom shell.
Either way, your operator API key never reaches the browser.
1
Server-side launch
Mint a player session with POST /api/v1/login/ using your site API key. Get back a launch token, rotated on every call.
2
Mount the widget
Drop bingocore-game.js or bingocore-lobby.js on your page. Pass the launch token, the theme, and you’re live.
3
Wire the wallet
Implement debit_url, credit_url and rollback_url. Every request is signed and idempotency-safe.
<!-- One container, one script, one mount call --><divid="bingo"></div><scriptsrc="https://operator.bingocore.com/bingocore-game.js"></script><script>BingoCore.mount(document.getElementById("bingo"), {
apiBaseUrl: "https://operator.bingocore.com",
launchToken: window.__BC_LAUNCH_TOKEN__,
theme: "scandinavian",
lobbyUri: "/casino/bingo"
});
</script>
# Verify the signature, settle the debit, return the new balancedefdebit(req):
sig = req.headers["X-Bingocore-Signature"]
ts = req.headers["X-Bingocore-Timestamp"]
assertverify_hmac(secret, ts, req.body) == sig
# transaction_id is your idempotency keyreturn wallet.debit(
player = req.json["player_id"],
amount = req.json["amount"],
currency = req.json["currency"],
tx_id = req.json["transaction_id"],
)
API-first + SDK optional
Deep API integration or drop-in <script> embed. Same platform, different depths.
Wallet & money
Your wallet stays in control. Your winners are never lost.
Bingocore never holds player funds. We talk to the wallet you already trust —
and we’re built so a momentary outage on your side can never cost a player
their prize or your finance team their reconciliation.
Bingocore tracks the game
Rounds, winners and prizes are recorded the moment they happen, so the game record is always complete.
Every line, full house, balls-to-go and jackpot win is locked in immediately
Tournaments keep their leaderboards and standings intact, round after round
Players see the win in real time — independent of any payment delay
Signed, reconciled payments
Your wallet owns the money
Your existing wallet remains the single source of truth for balances, deposits, withdrawals and bonuses.
Card purchases are debited live against the player’s balance
Prizes are credited automatically and retried until the payment confirms
Every transaction is auditable end-to-end, from game win to settled credit
Signed and tamper-evident
Every payment request from Bingocore is cryptographically signed and timestamped, so your wallet can verify it came from us and nobody else.
No double-charges, no lost credits
If a payment retries after a network blip, your wallet recognises it and applies it only once — players are never charged or paid twice.
Cash and bonus, side by side
Choose cash-first or bonus-first consumption per room. Bingocore splits the amounts cleanly so your bonus campaigns keep their P&L attribution.
Clean refund trail
Refunds are recorded as new, linked credits — never as silent deletions. Your finance team gets a complete, regulator-friendly history.
Certification
Built for certification. Independent evaluation underway.
Bingocore is undergoing independent evaluation of its RNG integrity and core bingo game logic by iTech Labs —
so your compliance review can start with evidence, not assumptions.
In evaluation
Software RNG evaluation
Status
Evaluation in progress
Product
Bingocore Bingo Engine
Scope
Ball draws, card generation and hash-chained RNG audit trail
Technical documentation and architecture evidence available on request under NDA.
Certificate details will be published here as soon as issued.
Talk to the team
See Bingocore live, end-to-end.
45 minutes with a solutions engineer. We’ll walk your team through the
product, the operator dashboard, the wallet integration and the markets we
support today. No slideware.
Your players will love it. Your developers will love you.
Operator-only conversationNDA-friendlyTechnical documentation under NDARun by engineers