> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/token-page/dev-tokens.md).

# Dev Tokens

<figure><img src="/files/qYrZuXeuDlsloPpWZNL0" alt=""><figcaption><p>Dev Tokens Tab</p></figcaption></figure>

### Columns

* **Pair Info** – Token name, ticker and contract preview.
* **Created** – Time since the token was launched.
* **Migrated** – Whether the token has migrated to an AMM like Raydium.
* **Liquidity** – Current pool liquidity.
* **Market Cap** – Total valuation based on circulating supply.
* **TXNs** – Total number of transactions.
* **Volume** – Total trading volume.
* **Holders** – Number of unique token holders.
* **Bonding Curve** – How far the bonding curve has progressed (if applicable).
* **Actions** – External link to view the token on-chain.
* **Migration Rate** – The success rate that developer has for their coins.
* **Recent activity** – (last token created, Top MCAP coin that dev has produced, Top MCAP ticker, 24 hour migrations percentage, Success Rate %).

***

This component is useful for **assessing dev credibility**, comparing **new vs old tokens** and **spotting patterns in project behavior** (e.g. whether they tend to migrate, attract liquidity, or build sustainable tokens).


---

# 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:

```
GET https://help.trade.fun/memecoins/token-page/dev-tokens.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.
