> 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/trading/player-share-liquidity.md).

# Player share Liquidity

### AMM & Launch Price

Each player in Basketball.fun has its own on-chain automated market maker (AMM) seeded with a fixed supply of tokens and USD liquidity. This ensures continuous liquidity and a fair, transparent launch price for every player.

* **Per-player supply:** 1 million tokens. The AMM receives 500,000 tokens (50% of the circulating supply) and users hold the other 500,000 tokens via packs.
* **Liquidity seed:** Each AMM is paired with $10,000 USDC. The ratio between tokens and USDC determines the initial price.
* **Launch price:** With 500,000 tokens and $10,000 USDC in the pool, the launch price is $10,000 / 500,000 = $0.02 per token. This implies a fully diluted valuation (FDV) of $20,000 per player at time zero.
* **Equal starting line:** Because every player’s AMM is seeded with the same amount of tokens and USDC, all players launch at the same price. The market then re-prices players based on demand and performance.
* **Unsold packs:** If any portion of the 500,000 pack tokens remain unsold before launch, those tokens can be added to the AMM. This reduces the token/USDC ratio and raises the launch price, benefiting existing holders.

#### Why this matters

* **Continuous liquidity:** The AMM ensures there’s always a bid and an ask for every player token, avoiding the liquidity droughts common in NFT markets.
* **Fairness:** No player starts with an artificially high or low price; all value appreciation is market-driven.
* **Stability:** A large token reserve in the LP dampens price impact for early trades, making it harder to pump-and-dump.

The next section explains how trading fees are captured as the primary revenue source once the AMMs are live.


---

# 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/trading/player-share-liquidity.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.
