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

# PAIR Documentation: X-Native Crypto Launchpad on Solana

> PAIR lets you tokenize any narrative by pairing X creators, stock tickers, and memecoins into a single composable on-chain primitive on Solana.

Welcome to PAIR — the Solana launchpad that turns cultural narratives into tradeable on-chain tokens. By combining an X creator, a stock ticker, and a memecoin into a single composable primitive, PAIR gives you a new way to capture the intersection of internet culture, traditional markets, and crypto — all in one launch.

<Note>
  PAIR is actively being built. Core launch functionality is live, and features such as verified creator-fee routing, stock market data integration, buybacks, and holder rewards are in active development. This documentation reflects both live and planned functionality — each page clearly marks what is currently available.
</Note>

## Explore PAIR

<CardGroup cols={2}>
  <Card title="What is PAIR?" icon="question" href="/what-is-pair">
    Understand the PAIR primitive and how a three-way pairing defines a token.
  </Card>

  <Card title="Why PAIR Exists" icon="lightbulb" href="/why-pair-exists">
    Learn the thesis behind narrative-first token creation and what problem PAIR solves.
  </Card>

  <Card title="The PAIR Primitive" icon="atom" href="/concepts/pair-primitive">
    Deep-dive into the formula — @CREATOR × STOCK × MEMECOIN — and how each component works.
  </Card>

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

  <Card title="Fee Allocation" icon="sliders" href="/concepts/fee-allocation">
    Configure creator payouts, paired-token buybacks, and holder rewards across your PAIR.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/reference/faq">
    Answers to common questions about PAIR, token pairings, fees, and more.
  </Card>
</CardGroup>

## Quick Start

Get from wallet connection to a live token launch in four steps.

<Steps>
  <Step title="Connect Your Wallet">
    Open the PAIR app and connect a Solana-compatible wallet (e.g. Phantom, Backpack, or Solflare). Make sure you have enough SOL to cover the launch transaction and network fees.
  </Step>

  <Step title="Configure Your PAIR Formula">
    Choose at least one pairing component — an X creator handle, a stock ticker, or a memecoin — to define your token's narrative. You can combine all three for the full `@CREATOR × STOCK × MEMECOIN` primitive. For example: `@elonmusk × TSLA × DOGE`.
  </Step>

  <Step title="Set Fee Allocation">
    Use the fee allocation sliders to decide how trading fees are distributed between creator payouts, paired-token buybacks, and holder rewards. All three sliders must total 100%.
  </Step>

  <Step title="Launch">
    Review your PAIR configuration and confirm the on-chain transaction. Your token will be live on Solana with a verified pairing record and transparent transaction history.
  </Step>
</Steps>
