Currently on PulseChain v4 Testnet — no real money
All games run with test tokens (TST). Balances, liquidity, and revenue figures below are testnet activity and mainnet projections — not live earnings.
Casino DApp Business Plan & Revenue Strategy
A data-backed plan for scaling PulseBet from a testnet MVP into a permissionless, revenue-generating PulseChain casino — with mainnet projections you can verify line-by-line.
Revenue Vision
$250K+ ARR
Tiered fees, Sit & Go tournaments & loyalty mechanics driving growth.
Security Engineering
Static Analysis Passed
Slither static analysis passing across all contracts (latest run August 19, 2026); CEI pattern and reentrancy guards enforced. Third-party audit scheduled — it gates mainnet.
Player Flywheel
VIP Loyalty Live
On-chain loyalty vault with tiered rakeback rewards.
Team & Operating Model
A lean, on-chain-first team shipping the full stack — contracts, UI, and community. Founder bios and track record will be published ahead of the mainnet launch.
Core Team
- Smart Contract Engineering — Solidity, commit-reveal RNG, audit remediation.
- Frontend & Product — wagmi/viem UI, game UX, mobile PWA.
- Community & Operations — PulseChain/HEX community, support, growth.
Operating Model
- Lean, remote-first team of 2–3 core contributors plus community contributors.
- On-chain-first operations consistent with the PulseChain ecosystem; no custodial player funds.
- Detailed founder bios and track record to be published ahead of the mainnet launch.
On-Chain Transparency
Every wager, payout, and fee surfaces on-chain; randomness is auditable commit-reveal today, with VRF/drand migration planned.
Monetization Flywheel
Dynamic fees, tournaments, and VIP utility stack to amplify LTV.
Scalable Platform
Modular architecture supports rapid game releases and multi-chain growth.
Contract Liquidity Snapshot
Liquidity across live contracts underpins responsible bankroll management and a premium player experience.
Blackjack
15.5K TST
Buffer is the binding constraint on table limits — it covers roughly 2× the worst-case multi-hand payout at current caps, so blackjack caps are sized to the treasury, not the reverse.
Roulette
22.3K TST
Deepest buffer — a max single-number hit (35:1) at cap is fully covered with ~3× headroom, so roulette can sustain large single bets without treasury stress.
Plinko
18.7K TST
Absorbs mid-risk variance comfortably; high-risk multiplier tails can exceed the buffer on a single drop, so risk-level caps are the real guardrail.
Texas Hold'em
31.2K TST
Backs tournament prize pools plus cash-game pots; exposure concentrates at final-table payout, which the buffer is sized to cover.
Executive Summary
PulseBet combines auditable, on-chain gaming with a modular monetization engine. The roadmap prioritizes liquidity health, premium player journeys, and scalable governance that invite community participation while protecting the house edge.
Product Footprint
Hold'em (cash + MTT/Sit & Go) · Blackjack · Roulette · Plinko (final testing)
Growth Flywheel
Tiered fees, MTT & Sit & Go tournaments, VIP loyalty multipliers
Governance Vision
DAO-enabled fee votes and multi-chain expansion in Phase 3.
Revenue Streams by Game
Each table delivers resilient cash flow by combining mathematically balanced house edges with transparent fee collection. Monetization runs at roughly a 2% house edge or rake, split on-chain: 2% of the house take is routed to the HEX buy-and-burn via PulseX, and 1% of rake funds the loyalty vault.
Roulette
- 2% withdrawal fee captured within the `houseEarnings` ledger.
- Mathematically modelled house edge embedded in payout odds.
- Automated reconciliation on every withdrawal ensures transparency.
Plinko
- 2% house edge applied to all prize paths while keeping core odds intact.
- Fee collected automatically on every payout for operational efficiency.
- Configurable ladders enable future promotional pricing.
Blackjack
- Configurable 2% house edge woven into core payout math.
- Supports adaptive risk parameters driven by liquidity and volatility.
- Designed to surface analytics for real-time tuning.
Texas Hold'em
- 3% rake on all pots, fixed in the immutable table config at deployment.
- Rake accrues transparently before distributions to players.
- Tournament infrastructure reuses settlement logic for efficiency.
Revenue Optimization Blueprint
A layered monetization roadmap balancing player delight, treasury growth, and sustainable economics.
Multi-Tier Fee Structure
In ProgressMove from flat fees to tiered pricing aligned with bankroll tiers and loyalty status.
- Current baseline: 2% withdrawal fee.
- Proposed: VIP-aware tiers that reward retention and volume.
struct FeeTier {
uint256 minBalance; // Minimum balance for tier
uint256 feeBps; // Fee in basis points
uint256 vipDiscount; // VIP discount percentage
}
FeeTier[] feeTiers = [
{0, 200, 0}, // 2.0% for small balances
{100e18, 150, 0}, // 1.5% for medium balances
{1000e18, 100, 10} // 1.0% + 10% VIP discount for whales
];Dynamic House Edge
Design StageTune house edge ranges in response to player behavior, liquidity health, and volatility.
- Feeds on analytics: volatility, player clustering, bankroll depth.
- Maintains player trust via published guardrails and governance.
Tournament & Event Monetization
Live on testnetTournament Hold'em (MTT + Sit & Go) is live today; recurring tournaments with entry rake grow the treasury and attract premium players.
- Projected $5,000 monthly contribution from tournament fees.
- Event playbooks double as marketing funnels for whales.
struct Tournament {
uint256 entryFee; // Entry fee (goes to house)
uint256 prizePool; // Total prize pool
uint256 houseCut; // House takes percentage
uint256 startTime;
bool isActive;
};VIP Loyalty Architecture
Live on testnetThe on-chain loyalty vault is live: rolling volume unlocks tiered rakeback today, with fee discounts and concierge perks layered on later.
- Progressive perks increase average revenue per player.
- Integrates with cross-game incentives to amplify engagement.
struct VIPLevel {
uint256 minVolume; // Minimum lifetime volume
uint256 feeDiscount; // Fee reduction in basis points
uint256 bonusRate; // Bonus token rate
bool prioritySupport; // Access to priority features
};Cross-Game Incentives
ConceptBonuses for engaging with the full suite of games extend lifetime value.
- Up to 25% bonus for multi-game activity.
- Improves retention while diversifying revenue mix.
Decentralization Snapshot
Trustless Progress ReportA candid view of which casino modules already run trustlessly and where owner controls or centralized infrastructure still exist.
| Game / Surface | Player Inactivity Control | On-Chain Settlement | Owner / RNG Controls | Remaining Trust Assumptions |
|---|---|---|---|---|
| Blackjack | `forceEndGameDueToInactivity` | Bets & payouts immutably tracked on-chain | Config immutable at deployment — no admin keys; RNG reveal keys operator-held | Operator-held reveal keys can influence randomness timing |
| Cash Hold’em | `forcePlayerTimeout`, `forceResetFinishedGame` | Chips, pots, rake, and history permanently on-chain | Rake and table config fixed immutably at deployment | Keeper bots now auto-trigger failsafes but are operator-run; treasury still custodial |
| Tournament Hold’em | `checkTimeouts`, `forcePlayerTimeout` | Tournament eliminations, prize flow, rake splitting | Tournament config immutable at deployment — no admin keys | Randomness centralized; keeper automation is operator-run |
| Roulette | `forceCancelRoundDueToInactivity` | Round data, bet refunds, and rake on-chain | Token list and RNG config fixed at deployment; reveal keys operator-held | Requires trusted RNG operator and manual token approvals |
| Plinko | Single-transaction play (no inactivity window) | All wagers and payouts executed via contract | Edge and multipliers fixed in deployed config (final testing) | Randomness still relies on operator-held reveal keys |
| Shared Infrastructure | n/a | Player balances, burner routing, history | Deployment keys, burner config, token minting | Need verifiable deployments, governance, automation |
- Player-triggered inactivity failsafes live for Blackjack, cash Hold'em, and tournament tables.
- On-chain accounting covers balances, wagers, pot splits, and historical logs across every title.
- Game and table configurations are immutable at deployment — no admin keys on the live game contracts.
- Burner routing is enforced inside contract withdrawal paths for all released games.
- Keeper bots monitor stalled tables, and the public Timeout Console (/operations/timeouts) lets anyone verify or trigger failsafes.
- Automated static analysis (Slither) passing as of August 19, 2026; the third-party audit is scheduled but not yet complete — it gates mainnet.
- CEI (Checks-Effects-Interactions) pattern enforced in all critical fund transfer paths.
- ReentrancyGuard protection active on all external-facing game functions.
- Randomness sources use commit-reveal scheme but operator holds reveal keys.
- Keeper bots auto-trigger failsafes today, but they are operator-run infrastructure — not yet permissionless.
- Treasury custody, burner configuration, and deployment keys remain centralized points of trust.
- Integrate verifiable randomness (Chainlink VRF, drand) or burn RNG ownership keys.
- Move rake, token-list, and tournament controls to a timelock or immutable governance module.
- Open-source the keeper bots and add bounty incentives so failsafe automation runs permissionlessly.
- Redeploy updated contracts, publish signed deployment metadata, and sync the UI ABI bundle.
- Extend testing/docs to assert decentralization guarantees for every game surface.
Tiered Loyalty · On-Chain Blueprint
VIP perks only matter if players trust the accounting. Our loyalty vault (now live on testnet, mirrored on the loyalty simulator) pushes volume tracking, tier resolution, and rakeback payouts entirely on-chain while keeping the UX approachable.
- Phase A (complete) — Loyalty vault and game hooks deployed on testnet; tiered on-chain rakeback is live and events validate against the `/loyalty` simulator.
- Phase B (in progress) — Finish switching `/loyalty` to live contract reads and enable manual claims from the vault.
- Phase C (planned) — Automate treasury funding, ship auto-compound toggles, and publish CSV/graph endpoints.
Player guarantees
- Rolling volume + tier proofs stored on-chain
- Keeper bots optional (not required) for loyalty accuracy
- Claims routed directly to the vault contract
Rolling on-chain ledger
Loyalty Vault
- Records per-player 30-day wagering totals + tier thresholds as immutable structs.
- Holds rakeback treasury and exposes `pendingRewards` + `currentTier` getters.
- Emits `VolumeLogged` / `TierUpgraded` events for analytics and audit trails.
Trustless funding
Game Hooks & Treasury
- Each game contract calls `recordVolume` once chips are irreversibly committed.
- Rake streams directly to the vault via `fundTreasury` so payouts stay solvent.
- Rolling window math (ring buffer or exponential decay) keeps stale volume from inflating tiers.
Self-serve payouts
Player UX & Governance
- Front-end reads vault state through wagmi and routes “Claim” to `claimRewards()`.
- Auto-compound + CSV exports derive from events—no privileged admin scripts.
- Tier tables + parameters governed by multisig/timelock to avoid stealth edits.
Revenue Projections
Mainnet launch scenarios with volume as the ground-truth input. Arithmetic is shown inline so each figure can be verified independently.
Conservative — Mainnet Year 1
Daily Volume (ground truth)
$25,000 across all games
Blended House Edge
2.5% (2% table games, 3% Hold'em rake)
Arithmetic
$25,000 × 2.5% × 30 days
Monthly Revenue
$18,750
Annual Revenue
$225,000
Optimized — Mainnet Year 2+
Daily Volume (ground truth)
$75,000 with VIP flywheel
Blended Fee Rate
1.5% (VIP tier discounts lower the blended rate)
Base Edge Revenue
$75,000 × 1.5% × 30 = $33,750/mo
Tournament Rake
+ $8,000/mo (Sit & Go live)
VIP Uplift
+ 25% of base edge = $8,438/mo
Monthly Revenue
$50,188
Annual Revenue
$602,250
Revenue Sensitivity — monthly, by volume × edge
Monthly revenue = daily volume × blended edge × 30 days. Volume is a planning assumption, not measured data — testnet analytics track sessions and engagement, not wagers. Re-derive any scenario from this grid.
| Daily Volume | 2.0% edge | 2.5% edge | 3.0% edge |
|---|---|---|---|
| $10K | $6,000 | $7,500 | $9,000 |
| $25K | $15,000 | $18,750 | $22,500 |
| $50K | $30,000 | $37,500 | $45,000 |
| $75K | $45,000 | $56,250 | $67,500 |
| $100K | $60,000 | $75,000 | $90,000 |
Testnet → Mainnet Path
Every projection above assumes mainnet. Here is the costed, sequenced path from today's testnet MVP to a permissionless mainnet go-live. Original targets called for go-live by mid-2026; as of August 2026 the plan is re-baselined — audit and mainnet launch are now targeted for Q4 2026 / H1 2027.
Phase 0 — Testnet MVP
Live on PulseChain v4 Testnet (chain 943) with test tokens (TST): Hold'em cash tables, tournament Hold'em (MTT + Sit & Go), Blackjack, and Roulette — all commit-reveal RNG with immutable configs and no admin keys — plus the loyalty vault, HEX burner, faucet, keeper bots, public Timeout Console, and player analytics dashboard. Plinko is deployed and in final testing. Purpose: prove game logic, tune bankroll math, and gather community feedback with zero real-money risk.
Phase 1 — Third-Party Audit
Engage an independent auditor (Trail of Bits, Certik, or similar) for a full security review of all game, vault, and tournament contracts. Slither static analysis already passes (latest run August 19, 2026); the audit is scheduled but not complete. Remediate findings and publish the final report before any real funds are accepted.
Phase 2 — Geo-Blocking & Responsible Gaming
Ship IP + wallet-level geo-blocking for the highest-risk jurisdictions (US, UK, EU) and responsible-gaming tooling (self-exclusion, deposit limits, age self-attestation). No KYC — play stays anonymous and permissionless.
Phase 3 — Mainnet Deployment
Deploy audited contracts to PulseChain mainnet with production parameters, seed initial liquidity, and enable monitoring/alerting. Swap test-token balances for a real PLS-backed bankroll.
Phase 4 — Permissionless Go-Live
Open real-money play with geo-blocking in place and no KYC — anyone with a wallet can play, gated on a completed audit with remediations shipped. Launch marketing under the CAC assumptions below.
Estimated total to mainnet: $80K–$240K excluding ongoing infrastructure fees.
Trustless, Permissionless & Customer Acquisition
PulseBet is trustless by design — no KYC, no accounts, no custodial balances. The tradeoff is legal exposure on the operator side, managed with geo-blocking rather than identity collection.
Trustless & Permissionless
- Trustless by design: contracts are non-custodial and permissionless — no KYC, no accounts, no sign-ups. Anyone with a wallet can play.
- Geo-blocking: IP + wallet-level restrictions for the highest-risk jurisdictions (US, UK, EU) to shrink operator exposure; players elsewhere play anonymously.
- No license: PulseBet runs as an unlicensed, community-operated protocol. The tradeoff is that legal risk sits with operators and treasury holders, not players.
- Optional later path: if we ever pursue a license (Curacao, Isle of Man, Malta), KYC and AML would be added then — not now.
Responsible Gaming (No KYC)
- No KYC: play is anonymous and permissionless — no identity collection, no accounts, no sign-ups.
- Age gate: 18+ (21+ where required) via lightweight wallet self-attestation plus geo-blocking — not government ID.
- Self-exclusion & deposit limits: on-chain controls for players who want them, with a published responsible-gaming policy.
- AML: not applicable without a license; if a licensed path is chosen later, AML/KYC would be introduced then.
Acquisition & CAC
- Channel mix: PulseChain/HEX community (Twitter/X, Discord, Telegram), content marketing, and a referral program that pays a share of referred rake.
- Blended CAC assumption: $40–$80 per first-time depositor across paid + organic channels.
- Payback: a $100 depositor typically wagers 10–30× their deposit monthly ($1,000–$3,000 handle); at 2.5% edge that yields $25–$75/mo — CAC is recovered in 1–3 months.
- Initial budget: $10K–$25K/month at mainnet launch, scaling only once payback is proven.
Implementation Roadmap
Execution focuses on revenue acceleration, player retention, and infrastructure ready for DAO participation. Timelines shown reflect the original plan; the mainnet-launch phase has been re-baselined to Q4 2026 / H1 2027 (see the Testnet → Mainnet Path above).
Core Platform
Commit-reveal randomness
CompleteReplace centralized RNG with player-contributed entropy via commit-reveal scheme. Players submit hashed secrets with bets, reveal after betting closes, combined hash determines outcome.
solidityP0 · Critical#security#fairnessTrustless game contracts
CompleteRemove admin keys from game contracts. All configuration (rake, limits, burner routing) set at deployment and immutable. Emergency functions callable by anyone after timeouts.
solidityP0 · Critical#decentralization#securityTournament poker system
CompleteMulti-table tournament support with blind escalation, eliminations, and prize distribution. Entry fees collected on-chain with configurable rake.
solidityP0 · Critical#poker#tournamentsLoyalty rewards vault
CompleteOn-chain rakeback system with tiered rewards based on 30-day rolling volume. Games report volume, vault calculates and distributes rewards.
solidityP1 · High#retention#tokenomicsDeflationary token burns
CompletePortion of house rake automatically routed to burner contract. Converts to HEX and permanently removes from supply.
solidityP1 · High#tokenomicsContract gas optimization
CompleteReduce transaction costs by caching storage reads, optimizing loops, and minimizing state changes.
solidityP1 · High#optimizationAutomated static analysis passed
CompleteSlither static analysis across all game contracts. CEI pattern enforcement, reentrancy protection, and zero-address validation. A third-party audit is scheduled before mainnet.
solidityP0 · Critical#security#auditSit & Go tournaments
CompleteQuick-start tournaments that begin when table fills. Fixed buy-ins with winner-take-most payouts.
solidityP1 · High#poker#tournamentsDepends on: tournament-poker
Growth Features
On-chain referrals
PlannedPlayers earn percentage of referred players' rake. Tracked on-chain with automatic payouts.
solidityP1 · High#growth#retentionMulti-token support
PlannedAccept multiple ERC20 tokens as betting currency. Dynamic pricing via on-chain oracles.
solidityP2 · Opportunistic#featureMobile-optimized PWA
In FlightProgressive web app with offline support, push notifications for game updates.
frontendP1 · High#ux#mobilePlayer analytics
CompleteSession and game tracking, engagement sampling, and an admin dashboard — shipped and collecting live data.
frontendP2 · Opportunistic#ux#analytics
Expansion
Additional games
PlannedDice, slots, and sports betting using same trustless infrastructure.
solidityP2 · Opportunistic#games#expansionMulti-chain deployment
PlannedDeploy to Base, Arbitrum, and other EVM chains. Shared liquidity via bridges.
solidityP2 · Opportunistic#expansion#infrastructureDAO governance
PlannedToken holders vote on rake rates, game additions, and treasury allocation.
governanceP2 · Opportunistic#decentralization#governanceDepends on: loyalty-vault
Developer API/SDK
PlannedPublic API for third-party integrations. SDK for building custom game frontends.
backendP2 · Opportunistic#developer#expansion
Trustless Mainnet Launch
Third-party security audit
PlannedEngage an independent auditor (Trail of Bits, Certik, or similar) for a full review of all game, vault, and tournament contracts. Publish the final report before accepting real funds.
solidityP0 · Critical#security#auditGeo-blocking & jurisdiction policy
PlannedShip IP + wallet-level geo-blocking for the highest-risk jurisdictions (US, UK, EU). No license and no KYC — play stays anonymous and permissionless.
opsP0 · Critical#compliance#mainnetResponsible-gaming tooling (no KYC)
PlannedSelf-exclusion, deposit limits, and age self-attestation — no identity collection.
frontendP0 · Critical#compliance#mainnetMainnet deployment & liquidity
PlannedDeploy audited contracts to PulseChain mainnet, seed initial liquidity, and enable monitoring and alerting.
solidityP0 · Critical#mainnet#infrastructureMarketing & acquisition launch
PlannedLaunch with a $10K–$25K/month budget, referral program, and CAC targets of $40–$80 per depositor.
growthP1 · High#growth#mainnet
Key Insights & Advantages
Four core principles guide pricing and retention, while these advantages differentiate PulseBet from custodial competitors.
Revenue Optimization Principles
- Personalization: Custom pricing for each player segment.
- Incentives: Reward loyalty to unlock higher volume.
- Diversification: Layer revenue streams beyond core house edge.
- Data-driven: Analytics dictate fee tuning and promotions.
Competitive Edge
- Auditable commit-reveal randomness with a published path to verifiable VRF/drand.
- Premium UI/UX with immersive feedback loops.
- Multi-game portfolio that naturally cross-promotes.
- PulseChain-native integrations and community alignment.
- Security-first smart contract engineering practices.
Risk Mitigation Lens
Risk frameworks ensure the treasury, player trust, and regulatory standing stay resilient through growth.
- Liquidity Management: Maintain buffers to guarantee fast payouts.
- Regulatory Posture: Unlicensed, trustless-first: geo-block the highest-risk jurisdictions (US, UK, EU) instead of collecting identity. Legal exposure sits with operators and treasury holders, not players.
- Player Protection: Embed responsible gaming guardrails.
- Market Volatility: Diversify revenue streams to smooth returns.
Governance-ready structures paired with compliance oversight keep the casino primed for institutional and community partnerships without sacrificing the thrill of the game.
Last Updated: August 24, 2026 · Document Version: 1.4
Ready to create the flagship on-chain casino experience?
Dive back into the product, or share this plan with stakeholders to accelerate partnership conversations.