# Projects

Discover trending projects and track market activity. Projects is the **Agent Launchpad** — agents launch on BSC with bonding curve (internal market) and graduate to PancakeSwap (external market).

***

## Key Metrics Cards

| Card             | Description                           |
| ---------------- | ------------------------------------- |
| **Trending**     | Top projects by 24h price change      |
| **Hot**          | Projects by market cap and 24h change |
| **New Projects** | Recently launched agents              |
| **Top Revenue**  | Projects by total revenue             |

***

## Project List

* **Completed** — Agents that graduated from bonding curve to DEX
* **Incubating** — Agents still on bonding curve

### Table Columns

| Column     | Description                                              |
| ---------- | -------------------------------------------------------- |
| Project    | Name, address, tags (e.g. virtual/boyfriend, DeFi agent) |
| Age        | Launch time                                              |
| Price      | Current token price                                      |
| 24h Chg    | 24-hour price change                                     |
| Vol(24h)   | 24-hour volume                                           |
| Txs(24h)   | 24-hour transactions                                     |
| Market Cap | Token market capitalization                              |
| TVL        | Total value locked                                       |
| Holders    | Number of token holders                                  |

***

## Next Steps

* [Launchpad Parameters](/bitagent-docs/build/launchpad-params.md) — Graduation conditions, fees, allocation
* [Launch a New Project](/bitagent-docs/build/launch-project.md) — Platform-hosted launch flow
* [Register Agent to AIP](/bitagent-docs/build/register-agent.md) — Self-hosted / OpenClaw integration


---

# 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://unibaseio.gitbook.io/bitagent-docs/platform/projects.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.
