# HpumpCore

The **Hpump Market** operates on a **bonding curve model**, allowing tokens to build liquidity and establish a fair price before being launched on HyperCore or HyperEVM.&#x20;

***

## Bonding Curve Overview

The bonding curve model is inspired by **Uniswap V2’s Constant Product Market Maker (CPMM)** and uses the formula: **X ⋅ Y = K**

#### Key Components:

* **X (USDC)**: Represents the amount of USDC inflow during token purchases.
* **Y (Tokens)**: The number of tokens available for sale.
* **K**: A constant value ensuring the bonding curve remains balanced.

#### **Threshold Formula for Bonding**

For a launch token to bond and be listed on HyperCore, the following condition must be met: **X⋅0.65 ≥ Auction Price**

This ensures that sufficient USDC has been accumulated in the bonding curve to pay for the gas cost and seed initial liquidity in the buy-side order book.

***

### **How It Works**

1. **Market Dynamics:**
   * As buyers purchase tokens, **X (USDC)** increases while **Y (tokens)** decreases.
   * **For example:**
     * Initial Parameters: X0=500; Y0=1,000,000; starting price = $0.0005.
     * After $99,500 net inflow: X=100,000, price = $0.10.
2. **Bonding Trigger:**
   * Once X⋅0.65 reaches the auction threshold (e.g., $65,000), the token is **automatically created**.
   * However, the **token creator** **must** **manually deploy the trading pair**, giving them the flexibility to launch their token on Hyperliquid at their preferred timing.
3. **USDC Allocation:**
   * **65% (Auction Price):** Pays the gas cost for deploying the token.
   * **35% (Remaining USDC):** Automatically added to the HIP-2 liquidity pool, creating a reliable buy-side market.
4. **Airdrop to Buyers:**
   * Once bonded, early buyers receive a **proportional airdrop** of the actual token.
   * This is sent directly to their **Hypurr Fun bot wallet**.


---

# 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://hfun.gitbook.io/hypurr-fun-docs/hpump/hpumpcore.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.
