> For the complete documentation index, see [llms.txt](https://raiden-4.gitbook.io/raiden.wtf.docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raiden-4.gitbook.io/raiden.wtf.docs/welcome.md).

# Welcome to Raiden

The fastest Solana infrastructure on the planet

{% hint style="success" %}
**< 1ms average landing latency** across 5 global edge regions. Bare-metal. Zero compromises.
{% endhint %}

Built by former high-frequency traders who know that **speed is the #1 factor that determines profit and reduces risk.** Raiden was battle-tested on our own strategies before we opened it to the world.

Trade first. Trade faster. Trade Raiden.

## At a Glance

|                           |                             |
| ------------------------- | --------------------------- |
| **< 1ms** landing latency | **5** global edge regions   |
| **99.9%** uptime SLA      | **USDC** payments on Solana |

## Products

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Raiden Bolt</strong></td><td>Ultra-low latency transaction landing. Simple JSON-RPC API compatible with any Solana client.</td><td><a href="/raiden.wtf.docs/bolt-low-latency/quickstart.md">Learn more →</a></td></tr><tr><td><strong>Raiden Surge</strong></td><td>Direct validator shred streaming. Raw bytes. See state changes before they hit RPC.</td><td><a href="/raiden.wtf.docs/shred-streaming-raw-surge/overview.md">Learn more →</a></td></tr><tr><td><strong>Raiden Pulse</strong></td><td>Binary decoded Solana shreds via gRPC. Pre-confirmation transactions with microsecond overhead. No client-side decoding.</td><td><a href="/raiden.wtf.docs/shred-streaming-decoded-pulse/overview.md">Learn more →</a></td></tr><tr><td><strong>Raiden Vortex</strong></td><td>Geyser-compatible gRPC stream. A drop-in for your existing Yellowstone tooling — keep your decoders and your code.</td><td><a href="/raiden.wtf.docs/geyser-grpc-vortex/overview.md">Learn more →</a></td></tr><tr><td><strong>Raiden Insight</strong></td><td>Strategy backtesting, opportunity discovery, and bot performance optimization.</td><td><a href="/raiden.wtf.docs/analytics/overview.md">Coming soon →</a></td></tr></tbody></table>

## 2-Minute Quick Start

```bash
curl -X POST http://fra.bolt.raiden.wtf/api/v1/sendTransaction \
  -H "Content-Type: application/json" \
  -H "api-x-token: YOUR_API_KEY" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "sendTransaction",
    "params": ["BASE64_TX_DATA"]
  }'
```

```json
{"jsonrpc":"2.0","result":"5VERv8N...","id":1}
```

That's it. One endpoint, one header, sub-millisecond landing.

{% hint style="info" %}
**Get started** → Create an account at [raiden.wtf/dashboard](https://raiden.wtf/dashboard), grab your API key, and start sending.
{% endhint %}
