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

# Rug Replay System

> How the rug replay technology works

# Rug Replay System

The Rug Replay System is the core technology behind RugPullBot. It captures real rug pull events and allows you to launch coins with proven market patterns.

## How It Works

<Steps>
  <Step title="Detection">
    Our system continuously monitors Solana for potential rug pull events on Pump.fun and other platforms.
  </Step>

  <Step title="Data Collection">
    When a rug is detected, we capture complete candlestick data, trader information, and market statistics.
  </Step>

  <Step title="Queue Processing">
    Detected rugs are processed and their historical data is prepared for your use.
  </Step>

  <Step title="Launch">
    When you launch a coin, the system uses the captured data to inform your trading strategy.
  </Step>
</Steps>

## Data Captured

For each detected rug, the system captures:

| Data Type     | Description                           |
| ------------- | ------------------------------------- |
| Candlesticks  | OHLCV data at 1-minute intervals      |
| Market Cap    | Historical market cap progression     |
| Bonding Curve | Curve progress over time              |
| Holders       | Holder count changes                  |
| Dev Wallet    | Original developer's trading activity |

## Coin View Page

When viewing an active coin, you see:

### TradingView Chart

* Real-time candlestick chart
* Live price progression
* Volume indicators
* Customizable timeframes

### Live Statistics

* **Market Cap**: Current market cap
* **PnL**: Your profit/loss with multiplier
* **Bonding Curve**: Progress percentage
* **Holding**: Current position value
* **Bots**: Number of bundler wallets
* **Holders**: Current holder count

### Controls

* **Speed View**: 1x, 2x, 5x, 10x chart speed
* **Progress Bar**: Visual timeline

## Coin States

| State       | Description                           |
| ----------- | ------------------------------------- |
| **Pending** | Coin created, not yet launched        |
| **Live**    | Coin actively trading                 |
| **Paused**  | Trading paused by user                |
| **Rugged**  | Rug trigger activated, trade complete |

## Quick Actions

From the coin view, you can:

* **Volume**: Generate additional trading volume
* **Sell 25%**: Sell a quarter of holdings
* **Sell 50%**: Sell half of holdings
* **Sell All**: Exit entire position

## External Links

Each active coin shows quick links to external platforms:

<CardGroup cols={4}>
  <Card title="Pump.fun" icon="rocket" href="https://pump.fun">
    View on Pump.fun
  </Card>

  <Card title="GMGN" icon="chart-mixed" href="https://gmgn.ai">
    View on GMGN analytics
  </Card>

  <Card title="Axiom" icon="chart-line" href="https://axiom.trade">
    View on Axiom
  </Card>

  <Card title="DexScreener" icon="magnifying-glass-chart" href="https://dexscreener.com">
    View on DexScreener
  </Card>
</CardGroup>
