> For the complete documentation index, see [llms.txt](https://launchium.gitbook.io/launchium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://launchium.gitbook.io/launchium/platform-features.md).

# Platform Features

### Dashboard

#### Available Metrics

* Daily new tokens
* Trending tokens
* Verified projects
* Top creators
* Personal statistics

#### Creator Tools

* Token performance tracking
* Holder analytics
* Volume charts
* Fee earnings
* Social metrics

### Token Discovery

#### Categories

* Trending Now
* Recently Launched
* Verified Projects
* High Market Cap
* Top Creators

### Analytics

Real-time tracking via Meteora API:

* Price charts
* Volume data
* Holder count
* Transaction history
* Liquidity depth

### Creator Dashboard

#### Portfolio Overview

* All your launched tokens
* Total volume generated
* Lifetime earnings
* Success rate
* Community size

#### Token Management

* Edit metadata
* Update social links
* Upload logo
* Track milestones
* Download reports

#### Earnings Tracker

* Daily revenue
* Weekly summary
* Monthly reports
* Payment history
* Tax exports

### Discovery Features

#### Trending Algorithm

* Volume weighted
* Holder growth rate
* Social engagement
* Price momentum
* Community activity

#### Search & Filter

* By market cap
* By age
* By category
* By creator
* By volume

#### Watchlist

* Save favorites
* Price alerts
* Volume notifications
* Milestone alerts
* Custom triggers

### Social Features

#### Creator Profiles

* Verification badges
* Success metrics
* Token portfolio
* Community links
* Reputation score

#### Community Tools

* Integrated chat
* Holder verification
* Announcement system
* Poll creation
* Event scheduling

### Advanced Features

#### API Access

* Real-time data
* Historical charts
* Trading signals
* Custom webhooks
* Bulk operations

#### White Label

* Custom branding
* Private deployment
* Enterprise features
* Dedicated support
* Custom contracts

### Mobile Features

#### Coming Q3 2025

* Native iOS/Android apps
* Push notifications
* Mobile-first design
* Offline capability
* Biometric security

#### App Features

* One-tap launch
* Portfolio tracking
* Price alerts
* Social integration
* Quick trading


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://launchium.gitbook.io/launchium/platform-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
