# Token Listing

All tokens are listed on DEX Screener automatically as soon as they are added to a liquidity pool and have at least one transaction. You can use the search bar to search for any particular token by its name, symbol or address, as well as a pair address.

### How do I update information about a token, such as description and social links?

DEX Screener automatically looks for token information from external token lists, such as CoinGecko's. Once a token is present on such a list, all of its information will be displayed on DS automatically.

{% hint style="info" %}
If you'd like your token info to show up on DEX Screener as quickly as possible, regardless of listing status on external third party services, check out [**Enhanced Token Info**](https://marketplace.dexscreener.com/product/token-info).

Enhanced Token Info is the best option for up-and-coming tokens that want to build their communities and engage millions of DEX Screener users!
{% endhint %}

### How does DEX Screener calculate a token's FDV and Market Cap?

DEX Screener uses the following formula to calculate fully diluted valuation for any given token:

`FDV = (total supply - burned supply) * price`

In most cases, FDV will be the same as market cap, but there can be exceptions. For tokens that don't burn supply that isn't in circulation, DS will look for self-reported circulating supply from [**Enhanced Token Info**](< https://marketplace.dexscreener.com/product/token-info>) or CoinGecko, and automatically use that amount to calculate market cap instead.


---

# 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.dexscreener.com/token-listing.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.
