# 🐝 DAO POP (Technical Overview )

**DAO POP** is an all-in-one token issuance and governance activation module developed by DAOBase. It currently supports two innovative token launch mechanisms — **Buzzing Curve** and **Fundraising Model** — designed for early-stage bootstrapping and community fundraising needs.

***

### 1. Buzzing Curve Model

#### 1.1 Overview

Buzzing Curve combines a bonding curve-based pricing structure with automatic liquidity injection, allowing token prices to increase as user demand grows. Upon reaching a preset funding threshold, liquidity is automatically injected into a DEX (Uniswap V3), enabling open trading.

**Key Features:**

* 🐝 **Early-stage Incentives**: Token prices start low and rise progressively as more users participate.
* 📈 **Built-in Price Momentum**: A natural upward pricing curve helps shape strong market expectations.
* 🌊 **Automated Liquidity Provision**: Upon hitting the fundraising goal, liquidity is automatically added to Uniswap, with no manual steps required.
* 💰 **Launch Price Uplift**: The initial pool price can be several times higher than the earliest buy-in price, offering favorable exit and trading conditions for early holders.

***

#### 1.2 Curve Formulas (ETH Mode)

**Token Distribution Formula:**\
`TokenAmount = (A - B) / (C + x)`

**Price Formula:**\
`Price = (C + x)² / B`

* `A`, `B`, and `C` are platform-defined constants.
* `x` is the amount of ETH contributed.

> ⚠️ Exact formula parameters are system-defined and optimized for curve smoothness. They are intentionally omitted here for confidentiality.

***

#### 1.3 Parameter Summary (ETH Mode)

| Item                       | Description                                      |
| -------------------------- | ------------------------------------------------ |
| Total Token Supply         | 1 billion                                        |
| Tokens for sale (internal) | \~70%                                            |
| Tokens injected into DEX   | \~30%                                            |
| Fundraising Target         | Fixed, configurable per deployment               |
| Token Creation Fee         | \~0.002 ETH                                      |
| Internal Trading Fee       | \~1%                                             |
| Uniswap Launch Fee         | Fixed value                                      |
| Creator Incentives         | Small preset reward on launch                    |
| LP Fee                     | Applied; partial rebate to creators (e.g. \~20%) |

***

#### 1.4 Curve Formulas (DAOBase Token Mode)

Same as ETH mode, with `x` representing the amount of **DAOBase token** committed by users.

* All fees (creation, launch, LP, etc.) are denominated in DAOBase token.
* Parameter weights mirror the ETH version to maintain economic balance.

***

### 2. Fundraising Model

#### 2.1 Overview

The Fundraising Model offers a configurable, secure, and transparent way for DAOs or projects to raise funds and issue tokens. The system supports whitelisting, automated liquidity injection, and DAO treasury management.

**Core Capabilities:**

* 🧩 **Flexible Configuration**: Set custom fundraising targets, timeframes, whitelist rules, and more.
* 🛡️ **Whitelist-Based Participation**: Restrict access to core contributors or vetted users.
* 📊 **On-chain Transparency**: All actions are executed via smart contracts with verifiable records.
* 🏦 **Treasury-Controlled Release**: After launch:
  * 10% of funds are allocated to the liquidity pool.
  * 90% (minus launch-related fees) are locked in a treasury smart contract.
  * The creator can withdraw once per day, up to 50% of the treasury balance.
  * All restrictions are lifted after a short unlock period (e.g. 5 days).

***

#### 2.2 Parameter Summary (ETH Mode)

| Item                   | Description                                                    |
| ---------------------- | -------------------------------------------------------------- |
| Total Token Supply     | 1.1 billion                                                    |
| Tokens for Fundraising | 1 billion                                                      |
| Tokens for DEX Pool    | 100 million                                                    |
| Fundraising Target     | Customizable (e.g., 100 ETH)                                   |
| Fundraising Duration   | Configurable; campaign fails if time expires                   |
| Refund Mechanism       | If the campaign fails, users can burn tokens to reclaim ETH    |
| Daily Withdrawal Limit | Max 50% of treasury balance; restriction lifted after \~5 days |

**Fee Structure:**

| Item                | Description                               |
| ------------------- | ----------------------------------------- |
| Token Creation Fee  | Small fixed ETH amount                    |
| Fundraising Buy Fee | \~1%                                      |
| Refund Sell Fee     | 0%                                        |
| Uniswap Launch Fee  | `min(5% of raise, or fixed ETH value)`    |
| Creator Reward      | `min(0.5% of raise, or small ETH amount)` |
| LP Fee              | Applied; partial rebate to creator        |

***

#### 2.3 Parameter Summary (DAOBase Token Mode)

Identical to ETH mode, with the following differences:

* All amounts are denominated in **DAOBase token**
* Fees and fundraising targets follow the same relative structure

***

### 📘 Additional Notes

* All issuance, trading, and fund management is performed by smart contracts with full on-chain transparency.
* DAOBase does not custody user funds; all mechanics are decentralized and auditable.
* SDK/API support and multichain deployment will be available in future upgrades.

***

### 📞 Contact Us

If you're a project looking to issue community tokens, bootstrap governance, or integrate these modules into your own stack, reach out for custom support.

***


---

# 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.daobase.ai/daobase/core-feature/dao-pop/dao-pop-technical-overview.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.
