> For the complete documentation index, see [llms.txt](https://basketball-fun.gitbook.io/basketball.fun-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basketball-fun.gitbook.io/basketball.fun-docs/game-modes/showdown.md).

# Showdown

Basketball.fun includes a weekly contest mode where players can stake their **Player Tokens** on curated outcomes set by the platform’s management team. Each contest has fixed odds, a defined pot prize, and an expiry time aligned with specific NBA games.

This creates a fun, skill-based layer on top of the normal trading experience, letting users use their Player Tokens for strategy, prediction, and higher-upside plays.

***

### **Staking Player Tokens**

Users stake **Player Tokens** (not USDC, ETH, or other coins) into either side of the bet.

#### Example

**Contest:**\
\&#xNAN;*“Will Jayson Tatum score more tonight versus Jaylen Brown"*

**Prize Pool:**

* Platform can promote this with an additional pot
* However the prize will be PVP in a winner-takes-all fashion.&#x20;

Users choose a side and stake tokens from their portfolio.

***

### **How Winners Get Paid**

Once the game ends:

1. The platform verifies the result.
2. All stakes on the losing side go into the winner’s pot.
3. Admin-seeded prize pool is added.
4. Payouts are distributed based on admin-set odds.

***

### **Why This Mode Exists**

The contest format adds a new layer of gameplay:

* Uses **real NBA performance**
* Creates **weekly engagement loops**
* Encourages **utility** for Player Tokens beyond trading
* Increases **token sink** behavior (staking removes temporary supply)
* Builds community through shared speculation and friendly competition

It blends prediction markets with the emotion of live NBA games.

***

### **Admin Controls**

The management team controls:

* Which contests run
* Outcome definitions
* Odds for each side
* Size of the seeded prize pool
* Staking limits per user
* Contest expiry window
* Valid performance data sources
* Post-game resolution

This ensures contests remain fair, balanced, and protected from manipulation.


---

# 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:

```
GET https://basketball-fun.gitbook.io/basketball.fun-docs/game-modes/showdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
