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

# Quickstart

> Two short paths: launch a token, or import one and trade.

Chipper is invite-only. Pick a path. Each step links to the full page.

<Tabs>
  <Tab title="Launchers" icon="rocket">
    Deploy a token and place the opening buys in one flow.

    <Steps>
      <Step title="Sign in">
        Open **@ChipperAccountBot** in Telegram and tap **Access Platform**. See [Sign in](/get-started/sign-in).
      </Step>

      <Step title="Create a funded folder">
        On [Wallets](/wallets/wallets), click **New folder**. [Generate wallets](/wallets/add-wallets) into it. [Mark one as funder](/wallets/folders#mark-as-funder), then [Fund](/wallets/fund) it. [Distribute](/wallets/distribute) if the buyers need a balance before you open the editor.
      </Step>

      <Step title="Launch">
        Open [Tokens](/trading/tokens) and click **New token**. Walk [Token, Strategy, Wallets, Automations, and Review](/launch/launch). Arm [Sniper Guard](/automations/sniper-guard) on the Automations step if you want launch-time protection.
      </Step>
    </Steps>

    Practice the editor in [demo mode](/platform/demo-mode) if you want a dry run first.

    <CardGroup cols={2}>
      <Card title="Launch" icon="rocket" href="/launch/launch">
        The five-step editor and launch quote.
      </Card>

      <Card title="Drafts" icon="file-text" href="/launch/drafts">
        Save a launch you are not ready to run.
      </Card>

      <Card title="Automations" icon="bot" href="/automations/automations">
        Strategies that keep running after deploy.
      </Card>

      <Card title="Creator Fees" icon="hand-coins" href="/launch/creator-fees">
        Claim what the token has earned.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Traders" icon="chart-candlestick">
    Import a live token and trade it across many wallets.

    <Steps>
      <Step title="Sign in">
        Open **@ChipperAccountBot** in Telegram and tap **Access Platform**. See [Sign in](/get-started/sign-in).
      </Step>

      <Step title="Get wallets into a folder">
        On [Wallets](/wallets/wallets), click **New folder**. [Generate](/wallets/add-wallets) new wallets, or [Import](/wallets/add-wallets#import) keys you already have. [Mark a funder](/wallets/folders#mark-as-funder) and [Fund](/wallets/fund) if they need native balance.
      </Step>

      <Step title="Import a token and trade">
        Open [Tokens](/trading/tokens) and click **Import live**. Paste a contract. Select the folder wallets, then [buy or sell from the trade sidebar](/trading/trade-sidebar).
      </Step>
    </Steps>

    Import live tracks a token you did not deploy.

    <CardGroup cols={2}>
      <Card title="Tokens" icon="coins" href="/trading/tokens">
        The list, filters, and Import live.
      </Card>

      <Card title="Trade Sidebar" icon="panel-right" href="/trading/trade-sidebar">
        Market buys and sells across selected wallets.
      </Card>

      <Card title="Quick Trade" icon="zap" href="/trading/quick-trade">
        One-click chips on each wallet row.
      </Card>

      <Card title="Automations" icon="bot" href="/automations/automations">
        Auto Buy, Auto Sell, and the rest.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
