Poker Framework - @pokerscript
  • Introduction
    • Prerequisites
    • Server
    • Installations
  • Deployment
    • Backend
    • Frontend
  • Connector APIs
    • Plateform API
    • SignUp API
    • LogIn API
    • Profile API
    • Profile Update API
    • Chips Update API
  • Quickstart Guide
    • Primary Setup
    • Logo & Branding
    • Stake Configuration
    • Blind Levels
    • MTT Payouts
    • SnG Payouts
    • Web3 Settings
    • Buy Hours Package
    • Avatar Manager
    • Crypto Payments
    • Table Gifts
    • Tournament Setup (MTT)
Powered by GitBook
On this page

Was this helpful?

  1. Quickstart Guide

Stake Configuration

Before creating any poker table, it's essential to configure table stakes that define the table actions, especially the betting limits. The admin can add multiple stakes which can be mapped to tables during their creation.

Navigate to Settings -> Stakes Setup

Adding a stake is a quick process involving entering the minimum stake, maximum stake, and their respective flag values.

Example to illustrate Stake Structure

Imagine a Texas Hold'em poker game with a stake structure of $1/$2:

  • Small Blind (SB): $1

  • Big Blind (BB): $2

Here, the "$1/$2" notation indicates the stakes:

  • The small blind (SB) player must place a mandatory bet of $1 before seeing their cards.

  • The big blind (BB) player must place a mandatory bet of $2, which is double the small blind amount.

PreviousLogo & BrandingNextBlind Levels

Last updated 11 months ago

Was this helpful?