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

# Overview

> Understanding the Raze multi-wallet trading platform

## Overview

Raze.bot is a comprehensive, open-source multi-wallet trading platform developed by the team at Raze.bot using Raze APIs to power its backend integrations and blockchain interactions. It provides users with a seamless graphical interface to connect various Solana wallets and execute trades and token operations efficiently on the Solana blockchain.

<Card title="Live Demo" icon="rocket" href="https://sol.raze.bot/">
  Try Raze.bot now at sol.raze.bot
</Card>

## What is Raze?

Raze is a comprehensive multi-wallet trading platform built specifically for the Solana blockchain. It combines powerful wallet management with advanced trading tools, all wrapped in a sleek, customizable interface.

<Frame>
  <img src="https://mintcdn.com/raze-db184b58/QUX-CYHd_VALSbxi/images/image_raze.png?fit=max&auto=format&n=QUX-CYHd_VALSbxi&q=85&s=80c6e16461afc5ebb5eb51ef00ea37b4" alt="Raze Dashboard" width="1920" height="1080" data-path="images/image_raze.png" />
</Frame>

## Core Capabilities

### Multi-Wallet Management

Raze allows you to manage multiple Solana wallets from a single interface:

* **Create Wallets**: Generate new wallets with secure HD derivation
* **Import Wallets**: Import existing wallets via private key or seed phrase
* **Organize**: Label and organize your wallets for easy management
* **View Balances**: Real-time balance tracking across all wallets

### Trading Interface

Execute trades with precision and speed:

* **Quick Trade**: One-click buy/sell functionality
* **Multi-Wallet Trading**: Execute trades across multiple wallets simultaneously
* **Real-time Charts**: Integrated charting with live price data
* **Slippage Control**: Configurable slippage settings

### Automation Tools

Automate your trading strategies:

* **Sniper Bot**: Automatically snipe new token launches
* **Copy Trading**: Mirror trades from successful wallets
* **Profile-Based Automation**: Create custom automation profiles with conditions and actions

### Token Deployment

Launch your own tokens with ease:

* **Pump.fun Integration**: Deploy tokens directly to Pump.fun
* **Moonshot Support**: Launch on Moonshot platform
* **Boop Integration**: Deploy to Boop and more

## Architecture Overview

```
┌─────────────────────────────────────────────────────────┐
│                    Raze Frontend                        │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐     │
│  │   Wallets   │  │   Trading   │  │  Automation │     │
│  └─────────────┘  └─────────────┘  └─────────────┘     │
└─────────────────────────────────────────────────────────┘
                          │
                          ▼
┌─────────────────────────────────────────────────────────┐
│                    Raze APIs                            │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐     │
│  │  Trading    │  │   Market    │  │   Token     │     │
│  │  Engine     │  │   Data      │  │   Deploy    │     │
│  └─────────────┘  └─────────────┘  └─────────────┘     │
└─────────────────────────────────────────────────────────┘
                          │
                          ▼
┌─────────────────────────────────────────────────────────┐
│                  Solana Blockchain                      │
└─────────────────────────────────────────────────────────┘
```

## Technology Stack

<CardGroup cols={2}>
  <Card title="React 18" icon="react">
    Modern UI library for building interactive interfaces
  </Card>

  <Card title="TypeScript" icon="code">
    Type-safe development for reliability
  </Card>

  <Card title="Vite" icon="bolt">
    Lightning-fast build tool and dev server
  </Card>

  <Card title="Tailwind CSS" icon="paintbrush">
    Utility-first CSS for rapid styling
  </Card>

  <Card title="Solana Web3.js" icon="link">
    Official Solana JavaScript SDK
  </Card>

  <Card title="Jupiter API" icon="arrows-rotate">
    Best-in-class token swap aggregation
  </Card>
</CardGroup>

## Security First

Raze prioritizes security at every level:

<Steps>
  <Step title="Encrypted Storage">
    All wallet private keys are encrypted using AES encryption before storage
  </Step>

  <Step title="Local-First">
    Your keys never leave your device - all encryption happens client-side
  </Step>

  <Step title="Dual Storage">
    Redundant storage in localStorage and IndexedDB for reliability
  </Step>

  <Step title="Open Source">
    Fully auditable codebase - verify the security yourself
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Key Features" icon="sparkles" href="/solana-ui/solana-multi-wallet/key-features">
    Explore all features in detail
  </Card>

  <Card title="Get Started" icon="rocket" href="/solana-ui/how-to-use/locally-install">
    Install and run Raze locally
  </Card>
</CardGroup>
