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

# Key Features

> Comprehensive guide to all Raze.bot features

## Wallet Management

### Multi-Wallet Support

Create and manage multiple Solana wallets with HD wallet derivation for maximum security and organization.

<Tabs>
  <Tab title="Create Wallet">
    Generate new wallets with secure random entropy:

    * HD wallet derivation from master seed
    * Custom wallet labels
    * Automatic balance tracking
    * Category assignment (Soft, Medium, Hard)
  </Tab>

  <Tab title="Import Wallet">
    Import existing wallets:

    * Private key import (Base58)
    * Seed phrase recovery (12/24 words)
    * Bulk import from file (.txt, .json, .key)
    * Master wallet import with derived accounts
  </Tab>

  <Tab title="Master Wallets">
    HD wallet management:

    * Create master wallets with seed phrases
    * Derive multiple child wallets
    * Export seed phrases securely
    * Track derivation indices
  </Tab>
</Tabs>

### Wallet Operations

<CardGroup cols={2}>
  <Card title="Fund / Distribute" icon="share-nodes">
    Distribute SOL from one wallet to multiple wallets with configurable amounts
  </Card>

  <Card title="Consolidate" icon="compress">
    Merge SOL and tokens from multiple wallets into a single destination
  </Card>

  <Card title="Transfer" icon="arrow-right">
    Send SOL or tokens between wallets or to external addresses
  </Card>

  <Card title="Deposit" icon="arrow-down">
    Generate QR codes and addresses for receiving funds
  </Card>
</CardGroup>

### Additional Wallet Features

* **Burn Tokens**: Burn unwanted tokens from selected wallets
* **Quick Trade Settings**: Configure per-wallet or per-category trading amounts
* **Drag & Drop Reordering**: Organize wallets with drag and drop
* **Archive Wallets**: Hide inactive wallets without deleting
* **Wallet Categories**: Organize wallets into Soft, Medium, Hard categories with custom trade amounts

## Trading Features

### Quick Trade

Execute trades instantly with customizable preset buttons:

<Tabs>
  <Tab title="Buy Presets">
    Configure quick buy amounts in SOL:

    * DEGEN mode: 0.01, 0.05, 0.1, 0.5 SOL
    * DIAMOND mode: 0.001, 0.01, 0.05, 0.1 SOL
    * YOLO mode: 0.1, 0.5, 1, 5 SOL
    * Fully customizable preset tabs
  </Tab>

  <Tab title="Sell Presets">
    Configure quick sell percentages:

    * 25%, 50%, 75%, 100% of holdings
    * Custom percentage values
    * Per-tab configuration
  </Tab>
</Tabs>

### Multi-Wallet Trading

Trade across all your wallets simultaneously:

<Steps>
  <Step title="Select Wallets">
    Choose which wallets to include in the trade using the wallet selector
  </Step>

  <Step title="Set Parameters">
    Configure amount, slippage, and priority fee in Settings
  </Step>

  <Step title="Execute">
    All trades execute based on your bundle strategy
  </Step>
</Steps>

### Bundle Strategies

Choose your execution strategy in Settings:

| Strategy      | Description                                | Speed   | Use Case          |
| ------------- | ------------------------------------------ | ------- | ----------------- |
| Single Thread | Sequential execution, one wallet at a time | Slowest | Maximum safety    |
| Batch Mode    | Process 5 wallets per block                | Medium  | Balanced approach |
| All-In-One    | Concurrent execution of all wallets        | Fastest | Speed priority    |

### Limit Orders

Create limit orders with advanced configuration:

* **Market Cap Triggers**: Set orders based on target market cap
* **Price Targets**: Specify exact price points
* **Expiry Dates**: Set order expiration with calendar picker
* **Order Management**: View, refresh, and cancel active orders

### Trading Configuration

<ParamField path="Priority Fee" type="number" default="0.0001 SOL">
  Priority fee for faster transaction inclusion
</ParamField>

<ParamField path="Slippage" type="number" default="99%">
  Maximum slippage percentage (0.1% - 100%)
</ParamField>

<ParamField path="Single Delay" type="number" default="200ms">
  Delay between transactions in single thread mode
</ParamField>

<ParamField path="Batch Delay" type="number" default="1000ms">
  Delay between batches in batch mode
</ParamField>

## Automation Tools

### Sniper Bot

Automatically snipe new token launches with configurable filters:

* **Event Types**: Deploy events, Migration events, or both
* **Platform Filters**: Filter by launch platform (Pump.fun, etc.)
* **Mint Filters**: Target specific token addresses
* **Signer Filters**: Track specific deployer wallets
* **Buy Amount**: Fixed SOL or percentage of balance
* **Cooldown**: Prevent rapid-fire executions
* **Max Executions**: Limit total snipes per profile

### Copy Trading

Mirror trades from successful wallets in real-time:

* **Wallet Tracking**: Add multiple wallet addresses to monitor
* **Trade Mirroring**: Automatically copy buy/sell actions
* **Amount Multiplier**: Scale trade sizes (0.5x, 1x, 2x, etc.)
* **Token Filtering**: Whitelist or blacklist specific tokens
* **Cooldown Settings**: Prevent duplicate trades

### Trading Strategies (Automate)

Create custom automation profiles with conditions and actions:

```typescript theme={null}
// Example automation profile structure
{
  name: "Whale Tracker",
  conditions: [
    { type: "buy_amount", operator: ">", value: 10 }, // > 10 SOL
    { type: "wallet", in: ["whale1...", "whale2..."] }
  ],
  actions: [
    { type: "buy", amount: "1 SOL" }
  ],
  isActive: true
}
```

### WebSocket Streaming

Real-time data via WebSocket connections:

* **Sniper Events**: Live deploy and migration notifications
* **Copy Trade Events**: Real-time trade detection
* **Connection Status**: Visual indicators for each stream
* **API Key Support**: Enhanced data with premium API access

## Token Deployment

### Supported Platforms

<CardGroup cols={3}>
  <Card title="Pump.fun" icon="rocket">
    Deploy meme tokens with bonding curve. Supports Mayhem mode.
  </Card>

  <Card title="Bonk.fun" icon="dog">
    Launch on Bonk platform with Meme or Tech token types.
  </Card>

  <Card title="Meteora" icon="meteor">
    Create liquidity pools with Simple (5 wallets) or Advanced (20 wallets) modes.
  </Card>
</CardGroup>

### Deployment Options

* **Token Metadata**: Name, symbol, description, logo image
* **Social Links**: Twitter, Telegram, website URLs
* **Image Upload**: Direct upload to Raze CDN
* **Multi-Wallet Bundling**: Deploy with up to 5-20 wallets depending on platform
* **Custom Amounts**: Set buy amounts per wallet

### Deployment Flow

<Steps>
  <Step title="Configure Token">
    Set name, symbol, description, and upload logo
  </Step>

  <Step title="Select Platform">
    Choose Pump.fun, Bonk.fun, or Meteora
  </Step>

  <Step title="Select Wallets">
    Choose 1-5 wallets (up to 20 for Meteora Advanced)
  </Step>

  <Step title="Set Amounts">
    Configure buy amount per wallet
  </Step>

  <Step title="Review & Deploy">
    Confirm details and execute deployment
  </Step>
</Steps>

## Settings & Configuration

### RPC Configuration

Configure multiple RPC endpoints with weighted load balancing:

* **Multiple Endpoints**: Add backup RPC URLs
* **Weight Distribution**: Set percentage weights (must total 100%)
* **Automatic Rotation**: Failover to backup endpoints
* **Latency Display**: See ping times for each endpoint

### Trading Server

Choose between hosted or self-hosted trading servers:

<Tabs>
  <Tab title="Hosted (Default)">
    * Automatic regional server selection
    * Real-time latency monitoring
    * One-click server switching
    * US, EU, Asia regions available
  </Tab>

  <Tab title="Self-Hosted">
    * Run your own [trading server](/resources/trading-server)
    * Full control over infrastructure
    * Custom server URL configuration
  </Tab>
</Tabs>

### API Access

Configure your Data Stream API key for real-time market data:

* Required for WebSocket streaming
* Enables Sniper Bot and Copy Trade features
* Get your key at [raze.bot](https://raze.bot)

## Real-Time Data

### Network Statistics

Monitor Solana network health on the homepage:

* **SOL Price**: Live price with 24h change percentage
* **TPS**: Current transactions per second
* **Epoch Progress**: Current epoch and completion percentage
* **Gas Fees**: Average transaction fees

### Recent Activity

Track your recently viewed tokens:

* Quick access to previously traded tokens
* Timestamp tracking
* One-click navigation to token page
* Clear history option

## Mobile Support

Raze is fully responsive and optimized for mobile devices:

* **Touch-Optimized**: Large touch targets and gestures
* **Mobile Navigation**: Collapsible hamburger menu
* **Responsive Charts**: Charts adapt to screen size
* **PWA Support**: Install as a mobile app

## Onboarding Tutorial

Built-in interactive tutorial for new users:

* Step-by-step feature walkthrough
* Highlights key navigation elements
* Can be restarted from Settings
* Auto-shows for first-time users
