> For the complete documentation index, see [llms.txt](https://docs.priceplayonbsc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.priceplayonbsc.com/getting-started.md).

# Getting Started

### Requirements

Before using Price Play, you need:

1. **Web3 Wallet** — MetaMask, Trust Wallet, or any WalletConnect-compatible wallet
2. **BNB** — For deposits and gas fees
3. **$PLAY Tokens** — Minimum 100,000 $PLAY to access the game

***

### Step 1: Connect Your Wallet

1. Go to [priceplayonbsc.com](https://priceplayonbsc.com)
2. Click **Connect Wallet** in the top right
3. Select your wallet provider
4. Approve the connection request
5. Make sure you're on **BNB Chain** (Chain ID: 56)

If you see "Wrong Network", click to switch to BNB Chain.

***

### Step 2: Get $PLAY Tokens

You need at least **100,000 $PLAY** tokens to access the game.

**How to buy:**

1. Go to [PancakeSwap](https://pancakeswap.finance/swap)
2. Connect your wallet
3. Paste the $PLAY contract address
4. Set slippage to 3-5%
5. Swap BNB for $PLAY

Contract address: `0x...` (check official channels)

***

### Step 3: Deposit BNB

1. Click **Deposit** button in the app
2. Enter amount in BNB
   * Minimum: 0.001 BNB
   * Maximum: 10 BNB
3. Confirm the transaction in your wallet
4. Wait for blockchain confirmation
5. Your balance will appear in-game

Your deposited BNB is held in the Price Play Vault smart contract. You maintain full custody and can withdraw at any time.

***

### Step 4: Start Playing

1. Select your stake amount (0.001 to 0.1 BNB)
2. Look at the price grid
3. Click on a cell to place a bet
4. Wait for the result
5. If you win, payout is added to your balance automatically

***

### Withdrawing Funds

1. Click **Withdraw** button
2. Enter amount
3. Confirm the transaction
4. BNB is sent to your wallet

Withdrawals are processed in seconds. No waiting periods.

***

### Troubleshooting

**"Token Required" message**

* You need at least 100,000 $PLAY tokens
* Check your balance on BscScan

**"Wrong Network" error**

* Switch to BNB Chain in your wallet
* Chain ID: 56

**Transaction failed**

* Check you have enough BNB for gas
* Try increasing gas limit slightly

***

### Next Steps

* How It Works — Learn the game mechanics
* Multipliers — Understand payout calculations


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.priceplayonbsc.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
