# FAQ

#### 1. Why does BitBoom use BTC (SATS) as the trading pair?

BitBoom uses **native Bitcoin (SATS)** as the trading currency — with no bridging required.\
The platform is built on **Bitcoin Layer 1** as the base layer, and the **Lightning Network** as the Layer 2 scaling solution.\
SATS, being the smallest unit of Bitcoin, can be transferred within the Lightning Network just like **Taproot Assets** and **RGB Assets**.

***

#### 2. In the meme issuance model, what is the total supply of each token?

The total supply of each token is fixed at **2,100,000,000**.

***

#### 3. What is a Bonding Curve?

On BitBoom, when the market capitalization of the token first reaches 1BTC during the Bonding Curve phase, the token will be launched to the DEX.Before tokens are launched to the DEX, users trade through the **Bonding Curve Pool**.

A **Bonding Curve** is an automated pricing mechanism for issuing and trading tokens.

**Key characteristics:**

* **Tokens have a price from the start**
  * Prices are determined by a mathematical curve.
  * Buying pushes the price up, selling pushes it down.
  * Even brand-new tokens have a natural market price.
* **No manual liquidity pool required**
  * Unlike traditional DEXs where liquidity must first be provided, Bonding Curves have the liquidity pool and pricing logic embedded in the contract.
  * Buyers’ funds (e.g., BTC/USDT) automatically become part of the pool.
* **Price changes with supply and demand**
  * More buys → higher price (curve rises).
  * More sells → lower price (curve falls).
  * Prices reflect market demand in real time.
* **Early vs. late buyers**
  * Early = cheaper tokens.
  * Later = more expensive as the curve rises.
  * Incentivizes early participation.
* **Liquidity creation**
  * Buyer funds are injected into the contract pool.
  * These funds both support redemption for sellers and build up overall liquidity.
  * Every buyer is both purchasing tokens and contributing liquidity.

***

#### 4. Which DEX model does BitBoom use?

BitBoom uses **Uniswap V3**.

***

#### 5. What do the gold/blue marks on the BitBoom Token List mean?

* **Gold**: LPS  above **$500K**.
* **Blue**: LPS above **$200K**.


---

# Agent Instructions: 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://bitboom-fun.gitbook.io/bitboom/others/faq.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.
