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

# Introduction to PAIR: The X-Native Solana Launchpad

> An overview of the PAIR protocol — what it is, how it works, who it serves, and what sets it apart from other Solana token launchpads.

PAIR is a Solana-based token launchpad that lets you encode real-world narratives directly into an on-chain primitive. Instead of launching a generic token, you define it by pairing an X creator, a stock ticker, and a memecoin — creating a composable unit that reflects cultural, financial, and community relationships simultaneously.

## The Core Primitive

Every token created on PAIR is built around the following formula:

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

For example:

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

Every PAIR includes at least one creator alongside a stock, a memecoin, or both. You can launch a creator-and-stock pair, a creator-and-memecoin pair, or the full three-way combination. The formula is recorded on-chain at launch and defines how fees are routed and how the token relates to its paired assets.

## Who PAIR Is For

PAIR is designed for four types of participants:

* **Launchers** — Anyone who wants to tokenize a narrative, community, or market thesis. You configure the PAIR formula, set fee allocation, and deploy to Solana.
* **X Creators** — Public figures whose handles are included in a PAIR. Creators receive a share of trading fees routed directly to them based on the fee allocation set at launch.
* **Traders** — Users who buy and sell PAIR tokens on the open market, speculating on the narrative the token encodes.
* **Holders** — Long-term token holders who earn a share of fees as configured by the launcher's allocation sliders.

## What Makes PAIR Different

Standard launchpads create isolated tokens with no structural relationship to external assets or people. PAIR tokens carry those relationships as first-class on-chain properties — linking to X accounts, stock tickers, and established memecoins at the protocol level, not just in marketing copy.

Fee routing, buybacks, and holder rewards are all configurable at launch and enforced on-chain, giving every participant transparency into how value flows through the token.

## Key Concepts

<CardGroup cols={2}>
  <Card title="The PAIR Primitive" icon="atom" href="/concepts/pair-primitive">
    Understand how @CREATOR, STOCK, and MEMECOIN combine into a single token definition.
  </Card>

  <Card title="Fee Allocation" icon="sliders" href="/concepts/fee-allocation">
    Learn how the three fee sliders — creator, buyback, and holder rewards — work together.
  </Card>

  <Card title="Creating a PAIR" icon="rocket" href="/guides/creating-a-pair">
    Follow the step-by-step guide to launching your first PAIR token.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/reference/faq">
    Get answers to common questions about the protocol.
  </Card>
</CardGroup>

<Note>
  PAIR is under active development. Features including verified creator-fee routing, stock market data feeds, buybacks, and holder rewards are being built out. Pages in this documentation note clearly which features are live and which are planned.
</Note>
