# Bonding Curve

## Token Allocation

* The total fungible tokens of the collection is fixed at 1B and the NFTs part amount is customized by the token creator.
* 800M fungible tokens are allocated in the bonding curve pool for sale to raise initial liquidity.&#x20;
* 200M fungible tokens are reserved for adding to the liquidity pool on DEX.\ <br>

## Parameters

<br>

<figure><img src="/files/r6JRGZGqps9fTQOwp8EX" alt=""><figcaption></figcaption></figure>

### Equation:&#x20;

$$
P(x) = 4 \times 10^{-9} e^{\frac{x \ln{10}}{0.8 \times 10^9}}
$$

### Parameter Definitions:

* P(x)  is the token price in ETH
* X is the token supply, ranging from 0 to 800M

### Initial Conditions

* At token creation, the initial token price is 4\*10^(-9) ETH
* The initial market cap of the collection is 4ETH(initial token price\*1B).

### Graduation Conditions:

* At graduation(x=800M), the token price is 4\*10^(-8)ETH
* The total market cap of the collection is 40 ETH ( token price\*1B) .

### Total Raised Funds(TRF):

$$
TRF = \int\_0^{800M} 4 \times 10^{-9} e^{\frac{x \ln{10}}{0.8 \times 10^9}} , dx \approx 12.5 , ETH
$$

### Liquidity Pool on DEX Construction:

* Deposited ETH= TRF\*85% ≈ 10.625ETH
* Deposited Token=200M

### Price Increase When Depositing LP&#x20;

* Initial Price on DEX=Deposited ETH/Deposited Token ≈ 5.3125\*10^(-8)ETH
* Graduating Price on Bonding curve is 4\*10^(-8)ETH
* Thus, the token price on the DEX LP at the very start is \~32% higher compared to the graduation price on the bonding curve.


---

# 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://docs.scattering.io/launchpad/bonding-curve.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.
