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

# What Is PAIR? The X-Native Token Launchpad on Solana

> PAIR is a Solana launchpad where tokens are defined by pairing an X creator with a stock ticker, a memecoin, or both into a single on-chain primitive.

PAIR is a token launchpad built on Solana that redefines what a token can represent. Rather than launching a standalone asset, you define a token by pairing it to real-world references — an X creator handle, a traditional stock ticker, and an established memecoin — and encode those relationships on-chain from the moment of launch.

## The PAIR Formula

The core of every PAIR token is a simple but powerful formula:

```
@CREATOR × STOCK × MEMECOIN
```

Each component is a pairing reference that gives the token structural meaning beyond its ticker. Here is a concrete example:

```
@elonmusk × TSLA × DOGE
```

This token is simultaneously tied to Elon Musk's X presence, Tesla's stock performance narrative, and the Dogecoin community — three distinct audiences and contexts, unified into one tradeable primitive.

### How Fee Flow Works

```
Trading fees generated by the PAIR token
         │
         ▼
┌────────────────────────────────────────┐
│           Fee Allocation Pool          │
└────────────────────────────────────────┘
         │              │              │
         ▼              ▼              ▼
   Creator Payout   Buyback of    Holder Rewards
   (to X account   Paired Token   (distributed to
    addresses)     (STOCK/MEME)    token holders)
```

The exact split across these three destinations is set by the launcher at the time of the PAIR creation using allocation sliders. All three must total 100%.

## The Three Components

<Tabs>
  <Tab title="X Creator (@CREATOR)">
    The X creator component links the token to one or more public X accounts. When a PAIR token generates trading fees, the creator payout slice is routed on-chain to the wallet addresses associated with those X handles.

    * Multiple X accounts can share creator fees (split defined at launch)
    * The creator does not need to initiate the launch — anyone can pair a public X handle
    * Creator fee routing is part of the active development roadmap

    **Example:** `@elonmusk`, `@sama`, or multiple handles sharing a single creator fee pool
  </Tab>

  <Tab title="Stock Ticker (STOCK)">
    The stock component pairs the token with a traditional equities ticker. This encodes a market narrative — the PAIR token becomes a crypto-native expression of sentiment around that stock.

    * Stock pairings are recorded on-chain as verified metadata at launch
    * Stock market data integration (for displaying price context) is in active development
    * The stock component can be used to direct the buyback slice of fees toward a paired asset

    **Example:** `TSLA`, `NVDA`, `AAPL`
  </Tab>

  <Tab title="Memecoin (MEMECOIN)">
    The memecoin component pairs the token with an established Solana or cross-chain memecoin. This ties the PAIR token to an existing crypto community and can direct the buyback slice of fees toward purchasing that memecoin.

    * Memecoin pairings are verified on-chain at launch
    * Buyback mechanics (purchasing the paired memecoin with fee revenue) are in active development

    **Example:** `DOGE`, `WIF`, `BONK`
  </Tab>
</Tabs>

## What Makes PAIR Different from a Standard Token Launch

A standard launchpad gives you a blank token — a ticker, a supply, and a liquidity pool. PAIR gives you a token that encodes relationships:

| Feature                | Standard Launchpad | PAIR                                           |
| ---------------------- | ------------------ | ---------------------------------------------- |
| Token definition       | Ticker + supply    | @CREATOR × STOCK × MEMECOIN formula            |
| Fee routing            | Dev wallet or burn | Creator, buyback, and holder reward slices     |
| On-chain relationships | None               | Verified creator, stock, and memecoin pairings |
| Multiple beneficiaries | Rarely             | Multiple X accounts can share creator fees     |
| Narrative context      | Marketing only     | Encoded in the token's on-chain primitive      |

## Valid PAIR Configurations

A PAIR requires at least one pairing component. All three together produce the full primitive, but partial pairings are valid.

<CardGroup cols={2}>
  <Card title="Full Primitive" icon="atom">
    `@elonmusk × TSLA × DOGE`

    All three components. Creator fees go to the X account, buybacks target TSLA and/or DOGE, holders earn rewards.
  </Card>

  <Card title="Creator + Stock" icon="user">
    `@sama × NVDA`

    Ties an X creator to an equities narrative. No memecoin buyback component.
  </Card>

  <Card title="Creator + Memecoin" icon="fire">
    `@notsofast × BONK`

    Links a crypto-native X creator to a memecoin community. No stock component.
  </Card>

  <Card title="Multiple Creators" icon="users">
    `@elonmusk + @SpaceX × TSLA × DOGE`

    Multiple X accounts sharing the creator fee pool. Split is defined at launch; each account receives its configured portion of creator payouts.
  </Card>
</CardGroup>

## Fee Allocation Overview

Every PAIR has three configurable fee slices. You set these at launch using allocation sliders, and they must sum to 100%:

* **Creator payout** — Routed to the wallet(s) linked to the paired X account(s)
* **Paired-token buyback** — Used to purchase the paired STOCK or MEMECOIN asset
* **Holder rewards** — Distributed to current PAIR token holders

For a full explanation of how fee allocation works, see the [Fee Allocation](/concepts/fee-allocation) page.

<Note>
  Creator fee routing, buyback execution, and holder reward distribution are in active development. The fee allocation configuration is available at launch; automated on-chain execution of those allocations is being built out.
</Note>
