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

# King of the Ink

> Learn about InkyPump's King of the Ink feature - highlighting the top performing token closest to the bonding curve

<Note>
  The King of the Ink is awarded to the token showing the strongest performance relative to its bonding curve progress.
</Note>

## How It Works

<Steps>
  <Step title="Bonding Curve Analysis">
    <ParamField body="performanceMetrics:">
      System monitors:

      * Current supply vs total supply (1B)
      * Progress through bonding curve
      * Trading volume in ETH
    </ParamField>

    <ParamField body="updateFrequency:">
      Updates with each new block
    </ParamField>

    <ParamField body="calculationMethod:">
      Progress = (currentSupply / totalSupply) \* 100
    </ParamField>

    <Note>
      All tokens in bonding phase are continuously evaluated
    </Note>
  </Step>

  <Step title="Automatic Selection">
    <ParamField body="selectionCriteria:">
      * Highest bonding curve progress
      * Valid contract state
    </ParamField>

    <Warning>
      Selection updates automatically based on bonding curve progress
    </Warning>
  </Step>

  <Step title="Featured Display">
    <ParamField body="displayElements:">
      * Token name and symbol
      * Current price from bonding curve
      * Supply progress percentage
      * Contract address
    </ParamField>

    <ParamField body="displayLocation:">
      Homepage featured section
    </ParamField>
  </Step>
</Steps>

## Display Elements

<ParamField body="Crown Icon:">
  Visual indicator of King of the Ink status
</ParamField>

<ParamField body="Token Details:">
  * Token name and symbol
  * Contract address
  * Current price (ETH)
</ParamField>

<ParamField body="Progress Bar:">
  Visual representation of bonding curve progress
</ParamField>

<ParamField body="Action Buttons:">
  * Trade: Direct access to bonding curve trading
  * View Contract: Etherscan verification
</ParamField>

## Trading Benefits

<Info>
  Being crowned King of the Ink often leads to:

  * Increased visibility
  * Higher trading volume
  * Faster bonding curve progress
</Info>

## Verification

<AccordionGroup>
  <Accordion title="Checking Current King">
    1. Visit the InkyPump homepage
    2. Look for the crowned token display
    3. Verify contract and trading status
  </Accordion>

  <Accordion title="Monitoring Progress">
    1. Track bonding curve progress
    2. Monitor supply changes
    3. Check trading activity
  </Accordion>
</AccordionGroup>

<Warning>
  King of the Ink status can change as token performance fluctuates. Always conduct your own research before making investment decisions.
</Warning>
