Skip to content
@BoltTx-io

BoltTx

Lightning-fast Solana transaction relay with sub-second confirmation, dedicated SWQoS, and native Anti-MEV protection.
BoltTx Logo

BoltTx

Lightning-Fast Solana Transaction Relay

Sub-second confirmation · Dedicated SWQoS · Native Anti-MEV

Website · Docs · X


What we do

BoltTx is a high-performance transaction relay built for serious Solana traders, market makers, and infrastructure teams.

  • Sub-second confirmation — Ultra-low latency transaction delivery
  • 🛡️ Dedicated SWQoS — Stake-weighted QoS slots for guaranteed throughput
  • 🚫 Native Anti-MEV — Built-in protection against sandwich attacks
  • 📊 99%+ landing rate — Reliable in any network condition
  • 🌍 Global infrastructure — Single endpoint, smart routing inside

Quick Start

curl -X POST 'https://bolttx.io/?api-key=YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "jsonrpc":"2.0",
    "id":1,
    "method":"sendTransaction",
    "params":["BASE64_ENCODED_TX"]
  }'

Get your API key at bolttx.io.

Open Source

Package Description Links
@bolttx/mcp-server MCP server for AI agents (Claude, Cursor, etc.) npm · GitHub

Install MCP Server

npm install -g @bolttx/mcp-server

Or via your AI agent's MCP config:

{
  "mcpServers": {
    "bolttx": {
      "command": "npx",
      "args": ["@bolttx/mcp-server"],
      "env": {
        "BOLTTX_API_KEY": "your_api_key"
      }
    }
  }
}

More SDKs coming soon.

Resources

Contact


Built for Solana · Made for serious traders

Popular repositories Loading

  1. .github .github Public

    Profile README for BoltTx organization

  2. bolttx-mcp-server bolttx-mcp-server Public

    MCP server for BoltTx — submit Solana transactions through any MCP-compatible AI agent

    TypeScript

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…