# Fee Structure & Rewards

## Fee Structure & Rewards

### Platform Fee Model

#### All Launched Tokens

* 2% buy/sell tax on all transactions
* Implemented at token creation
* Cannot be modified or removed

### Creator Rewards System

#### Market Cap < 55K

* Creator receives: 0%
* Platform receives: 2% (100% of fees)
* Purpose: Prevent spam and low-effort projects

#### Market Cap > 55K

* Creator receives: 1%
* Platform receives: 1%
* Distribution: Daily at 24:00 UTC

### Fee Distribution

Platform Revenue (1% from successful tokens + 2% from unsuccessful tokens)\
├── 50% → LNCHM Buy & Burn\
└── 50% → Platform Operations\
├── Development\
├── API Costs\
└── Engineering

### Claiming Rewards

* **Automatic Distribution**: Daily at 00:00 UTC
* **Currency**: SOL
* **Minimum Withdrawal**: None
* **Wallet**: Sent to creator's wallet automatically

### Revenue Examples

#### Unsuccessful Token (<55K Market Cap)

* Daily Volume: $10,000
* Total Fees (2%): $200
* Creator Receives: $0
* Platform Receives: $200

#### Successful Token (>55K Market Cap)

* Daily Volume: $100,000
* Total Fees (2%): $2,000
* Creator Receives: $1,000
* Platform Receives: $1,000

### Creator Earnings Potential

#### Conservative Estimate

* Token reaches 100K market cap
* Daily volume: $50,000
* Daily creator earnings: $500
* Monthly earnings: $15,000

#### Moderate Success

* Token reaches 500K market cap
* Daily volume: $200,000
* Daily creator earnings: $2,000
* Monthly earnings: $60,000

#### High Success

* Token reaches 1M+ market cap
* Daily volume: $500,000+
* Daily creator earnings: $5,000+
* Monthly earnings: $150,000+

### Fee Transparency

#### Public Dashboard

* Real-time fee collection
* Creator earnings tracker
* Platform revenue display
* Burn amount calculations

#### Verification

* All fees on-chain
* Automated distribution
* No manual intervention
* Complete transparency

### Future Fee Updates

#### Planned Reductions

* LNCHM holders: 10% discount (2026)
* High-volume creators: Negotiable rates
* Enterprise partners: Custom pricing
* Long-term goal: Lower fees as volume grows


---

# 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://launchium.gitbook.io/launchium/fee-structure-and-rewards.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.
