> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inkyswap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rankings

> How the InkyPump rankings page surfaces tokens by performance and market cap.

The Rankings page on InkyPump groups tokens by where they are in their lifecycle and how they are performing. Two sections.

## The two sections

| Section       | What it shows                                                            |
| ------------- | ------------------------------------------------------------------------ |
| Bonding phase | V2 tokens still on the bonding curve, ordered by progress toward bonding |
| Market cap    | Tokens that have bonded, ordered by current market cap                   |

V1 tokens that have not yet bonded are also visible. V1 tokens that have bonded trade through their original Uniswap V2 pair and appear in the market cap section.

## What each row shows

| Field                 | Where it comes from                                            |
| --------------------- | -------------------------------------------------------------- |
| Token name and ticker | The launch metadata                                            |
| Contract address      | The deployed token address                                     |
| Market cap            | Current price multiplied by total supply (1 billion tokens)    |
| Bonding progress      | For V2 tokens on the curve, percentage of target raise reached |
| Trading status        | Live on curve, live on pool, or scheduled                      |

## How prices are computed

For V2 tokens on the curve, the current price comes from the linear bonding curve. See [Bonding Curve](/token-creation/bonding-curve) for the formula and the gain multiplier.

For tokens that have bonded, the current price comes from the live Uniswap V4 pool (V2 tokens) or Uniswap V2 pair (V1 tokens).

The InkyPump UI fetches these prices through the relevant view contracts and refreshes them as new trades land.

## Update cadence

Rankings update as new trades are indexed. There is no manual refresh required.

## Direct access

The Rankings page is at [inkypump.com/rankings](https://inkypump.com/rankings). It is also accessible from the home page.

## Related

<CardGroup cols={2}>
  <Card title="Bonding Curve" icon="chart-line" href="/token-creation/bonding-curve">
    How the curve sets the price during the bonding phase.
  </Card>

  <Card title="Leaderboard" icon="trophy" href="/rewards/leaderboard">
    Different from rankings: shows users ranked by points, not tokens by market cap.
  </Card>
</CardGroup>
