# 文件首頁

歡迎使用 OnlyPvP.fun 文件。

OnlyPvP 是一個面向 BSC 的代幣發射平台，完整流程包含：

* 建立代幣
* 在內盤交易
* 自動發射到 DEX
* 透過 API 查詢行情資料

## 建議先讀

* 產品費用模型：[費用說明](/fees.md)
* 發幣流程：[建立代幣](/token-management/making-tokens.md)
* 交易與發射流程：[發射到 DEX](/trading/launch-to-dex.md)
* 系統整合與技術對接：[開發者章節](/developer.md)

## 產品快照

* 支援代幣建立、內盤交易與發射到 DEX
* 提供可對接的行情資料、K 線與成交記錄
* 支援素材上傳與 IPFS 資產訪問

## 主要生命週期

1. 上傳 Logo 與 Metadata 到 IPFS（`/assets/logo`、`/assets/meta`）
2. 呼叫 `Portal.createToken`
3. 平台自動完成交易狀態啟用
4. 使用者在內盤進行 `buy/sell`
5. 達標後狀態切換為 `ReadyToLaunch`
6. 平台自動推進到 DEX 發射階段
7. Pair `Swap` 持續更新指標與 K 線


---

# 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.onlypvp.fun/index.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.
