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

# Core concepts

> The vocabulary of the Chipper platform.

Chipper uses specific terminology to describe its features. This glossary explains the core concepts you will encounter across the platform.

## Wallets and folders

At the center of Chipper is the wallet system, designed for operating many addresses at once.

<AccordionGroup>
  <Accordion title="Wallet" icon="wallet">
    A single funded address.
  </Accordion>

  <Accordion title="Holding" icon="coins">
    A token balance on a wallet. This is live-fetched and distinct from the native chain balance.
  </Accordion>

  <Accordion title="Closed position" icon="archive">
    A fully-exited token position where the amount is zero.
  </Accordion>

  <Accordion title="Folder" icon="folder">
    A named group of wallets. You can execute bulk actions (like funding, distributing, or trading) across an entire folder at once.
  </Accordion>

  <Accordion title="Funder" icon="user-check">
    The designated wallet that funds a folder's members. There is only one funder allowed per folder.
  </Accordion>

  <Accordion title="Developer wallet" icon="code">
    The wallet that deploys a token.
  </Accordion>

  <Accordion title="Network vs Chain" icon="globe">
    **Network** refers to the signing scheme (e.g., `solana` or `evm`). **Chain** refers to the specific blockchain (e.g., `solana`, `bnb`, or `robinhood`). They are different concepts that sometimes share a name.
  </Accordion>
</AccordionGroup>

## Launching

Chipper provides a complete environment for deploying a new token.

<AccordionGroup>
  <Accordion title="Launch" icon="rocket">
    The act of deploying a new token to a protocol.
  </Accordion>

  <Accordion title="Protocol" icon="server">
    The venue a token launches on (e.g., Bankr, NoxaFun, FlapTax).
  </Accordion>

  <Accordion title="Bundle" icon="package">
    An execution mode where the deploy and every opening buy land in the same block.
  </Accordion>

  <Accordion title="Sniper Guard" icon="shield">
    A launch-time protection automation against external snipers.
  </Accordion>

  <Accordion title="Snipe Tax" icon="receipt">
    A protocol-level opening buy tax that decays after launch. Launch buyers may consume fixed exemption slots.
  </Accordion>
</AccordionGroup>

## Trading and automations

Once a token is live, Chipper offers tools for both manual and automated trading.

<AccordionGroup>
  <Accordion title="Automation" icon="bot">
    Any server-run strategy attached to a token.
  </Accordion>

  <Accordion title="Auto Buy & Auto Sell" icon="arrow-left-right">
    Automations that provide two-way volume for a token.
  </Accordion>

  <Accordion title="Volume Bot & Bumper Bot" icon="activity">
    Volume-generating automations designed to maintain consistent chart activity.
  </Accordion>

  <Accordion title="Cleanup" icon="eraser">
    An automation that consolidates or exits positions across your wallets.
  </Accordion>

  <Accordion title="Quick-trade chips" icon="zap">
    The buy and sell buttons on each token wallet row. They can be configured to trade a fixed amount or a percentage of your holdings.
  </Accordion>

  <Accordion title="Instant Trade" icon="mouse-pointer-click">
    A setting that enables one-click wallet-row buys and sells, skipping the confirmation dialog for maximum speed.
  </Accordion>

  <Accordion title="Chart bubble" icon="message-circle">
    A single trade drawn on the token chart as a marker. This is distinct from a "bubble map," which refers to holder distribution.
  </Accordion>
</AccordionGroup>

## Words with multiple meanings

A few terms in Chipper mean different things depending on the context.

<CardGroup cols={2}>
  <Card title="Quote" icon="quote">
    * **Launch quote:** A price preview of a launch.
    * **Quote token:** The token a launch is denominated in.
    * **Convert quote:** A live route preview when bridging or swapping assets.
  </Card>

  <Card title="Draft" icon="file-pen">
    * **Launch draft:** A server-persisted, resumable launch configuration.
    * **Automation draft:** An unsubmitted automation configuration.
  </Card>
</CardGroup>
