> For the complete documentation index, see [llms.txt](https://docs.chatastra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatastra.ai/ecosystem/astrapad/project-management/my-projects-dashboard.md).

# My Projects Dashboard

Your command center for all launched projects. Track total revenue, holders, market cap, token price, raised amounts, and liquidity in one place. Project statuses such as On Curve, Live, Graduated, Presale, Fair Launch, or Ended keep you fully informed at every stage.

* **Total Revenue**\
  Shows the cumulative revenue generated across all your launched projects.
* **Total Projects**\
  Displays the number of projects you’ve launched, with their current statuses.
* **Total Holders**\
  Represents the combined number of token holders across all your projects.
* **Combined Market Cap**\
  Reflects the total market capitalization of all live projects.
* **Token Price**\
  Shows the current trading price of each project’s token.
* **Liquidity**\
  Displays the liquidity for each project.
* **Raised Amount (Presale/Fair Launch)**\
  Highlights the total funds raised during presale or fair launch events.
* **Audit Certificate**\
  A downloadable certificate verifying that your token’s smart contract has passed a full security audit, ensuring safety and credibility for your community and investors.
* **AstraPad Certificate**\
  A unique badge proving your project was launched through AstraPad, adding a layer of trust, visibility, and recognition within the ecosystem


---

# 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.chatastra.ai/ecosystem/astrapad/project-management/my-projects-dashboard.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.
