> For the complete documentation index, see [llms.txt](https://docs.harmonized.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmonized.org/faq.md).

# FAQ

<details>

<summary>What makes Harmonized different from other launchpads?</summary>

Instead of forcing you into one platform’s ecosystem, Harmonized lets you launch and trade across all major Solana launchpads at once — bringing true interoperability and freedom.

</details>

<details>

<summary>Do I need technical knowledge to launch a token?</summary>

Not at all. Our launch tool is designed for all experience levels. If you can click a button, you can mint a token across multiple launchpads instantly.

</details>

<details>

<summary>How does Harmonized ensure fair trading?</summary>

We aggregate liquidity and pricing data from 10+ launchpads and exchanges, ensuring your trades are always routed through the best possible markets.

</details>

<details>

<summary>Can I manage multiple wallets and tokens?</summary>

Yes — our dev buy and wallet management system allows you to control, track, and trade tokens across different platforms all from one dashboard.

</details>

<details>

<summary>Is Harmonized only for Solana?</summary>

Right now, we’re fully focused on Solana and its diverse ecosystems. But our technology is designed to scale beyond.

</details>

<details>

<summary>How do you handle market scanning and alerts?</summary>

Our surge and trend scanners analyze thousands of live data points across the ecosystem, giving you real-time alerts on volume movements, liquidity shifts, and trading opportunities.

</details>

<details>

<summary>Which launchpads does Harmonized support?</summary>

Harmonized supports major Solana launchpads including Pump.fun, Moonshot, and Bags.app, with more integrations being added regularly.

</details>

<details>

<summary>How is Harmonized different from Pump.fun / Bags.app directly?</summary>

Harmonized isn’t a launchpad itself — it’s an aggregator. While Pump.fun or Bags.app focus on hosting token launches, Harmonized brings all launchpads together into one unified dashboard. This means you can track, compare, and analyze launches across platforms in real time, with added analytics and historical data that individual launchpads don’t provide.

</details>

<details>

<summary>Will Harmonized charge fees?</summary>

Harmonized does not charge any additional fees beyond what the launchpads or networks require. Access to the platform is free, and any costs come directly from the underlying blockchain transactions.

</details>

<details>

<summary>When will public access be live?</summary>

Public access will go live soon. We are finalizing testing and security reviews, and the exact launch date will be announced on our official channels.

</details>


---

# 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://docs.harmonized.org/faq.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.
