Beta testing Free API keys are open for testing. Paid tiers are waitlisted while we harden billing, legal, and audit workflows.

Sweepstakes

Slot math built for sweepstakes operators

Cymba handles the game math layer for sweepstakes casino platforms. You own the sweepstakes coins, prize redemption, and player experience. Cymba returns multipliers.

Clean math boundary

Cymba returns multipliers, never monetary values. Your platform converts multipliers into sweepstakes coin outcomes.

Configurable without code changes

Game math lives in JSON configs. Update a paytable or reel strip in the dashboard, validate, and spin — no backend deploy required.

Audit-ready outputs

PAR sheets, config hashes, provably fair material, and RTP tracking give operators the artifacts their compliance review workflows need.

API example

Resolve a sweepstakes slot spin

Request
POST /api/v1/spin
Authorization: Bearer cy_live_...

{
  "config": "golden-reels",
  "lines": 25,
  "client_seed": "player-abc-session-7"
}
Response
{
  "result": {
    "round_id": "01JR2M9Y...",
    "summary": {
      "total_multiplier": 10,
      "breakdown": {
        "payline": 10
      }
    },
    "config_hash": "b8c2..."
  },
  "provably_fair": {
    "server_seed_hash": "3e1c7d...",
    "client_seed": "player-abc-session-7",
    "nonce": 103
  }
}

Sweepstakes casinos and slot math

A sweepstakes casino is a platform that lets players use virtual coins to play games with the possibility of redeeming prizes. The legal distinction from real-money gambling usually rests on the sweepstakes structure, not the game mechanics.

From a technical standpoint, the games still need slot math: reel strips, paytables, win evaluation, RNG, and feature resolution. That math layer is operationally identical to any other slot game engine. The difference is in how the platform wraps it.

Cymba handles the math layer and leaves the sweepstakes wrapper to the operator.

What Cymba does for sweepstakes operators

Cymba resolves slot outcomes and returns multipliers. The operator's platform calls the API with a game config and receives the grid, win breakdown, feature events, total multiplier, and verification material.

The operator then applies that multiplier to the player's current bet in sweepstakes coins. That calculation happens entirely on the operator's side. Cymba has no visibility into coin balances, prize pools, player accounts, or redemption logic.

That separation is intentional. The sweepstakes structure and coin economy are the operator's product. The slot math is a component those products consume.

Game library management

A sweepstakes platform typically needs a library of slot games with different themes, volatility profiles, and mechanics.

Cymba lets operators manage that library through stored configs. Each game is a JSON config with its own ID, reels, paytable, features, and RTP target. Operators can clone templates, modify them, validate, calculate expected RTP, and publish through the API.

Adding a new game does not require backend code. It requires a new config and a new entry in the platform's game lobby.

Transparency and dispute resolution

Sweepstakes platforms sometimes need to demonstrate that game outcomes are fair. This is both a trust issue with players and an occasional compliance requirement.

Cymba's provably fair model supports this. Before a session, Cymba commits to a server seed hash. After the session, the seed can be rotated and previous spins can be replayed from the revealed seed, client seed, nonce, and config.

That gives operators a concrete response to dispute queries: replay the spin and show the output.

PAR sheets for compliance review

Sweepstakes operators in some markets are expected to produce math documentation for regulatory or compliance review. A PAR sheet from Cymba includes the canonical game config, config hash, theoretical RTP data, and deterministic replay fixtures.

That artifact gives a reviewer the game definition, the expected math, and the tooling to independently verify outcomes. Whether it satisfies a particular compliance requirement depends on the market and review body.

What Cymba does not cover

Cymba does not handle sweepstakes structure, coin distribution, prize redemption, player KYC, jurisdictional analysis, or legal compliance.

These are the operator's responsibilities. Cymba provides the slot math and audit tools; the platform built around it determines whether and how a sweepstakes model is compliant in a given market.

Frequently Asked Questions

Does Cymba handle sweepstakes coins or prizes?

No. Cymba returns multipliers only. Your platform is responsible for all coin balances, prize pools, redemption logic, and compliance.

Can I run multiple games on one account?

Yes. Each game is a separate stored config with its own ID. One API key can access many configs.

Is there a certification or GLI report for Cymba?

Cymba is not a certified platform. It produces math artifacts and provably fair material to support operator audit workflows.

Ready to test Cymba?

Start with a free API key, clone a template, and run your first provably fair spin.