# Solana Core Solutions

bloXroute provides high-performance infrastructure on Solana designed for professional traders, market makers, and latency-sensitive applications. Our Solana suite focuses on two core needs:

* **Transaction execution and protection -** [**Solana Trader API**](/solana/trader-api.md)
* **Low-latency market data access -** [**Optimized Feed Relay (OFR)**](broken://pages/o6UiHqnvXfDhqXmcKmNx)

Together, these solutions help you execute faster, reduce risk, and gain a competitive edge in highly dynamic on-chain markets.

### Solana Trader API

**Ultra-low-latency transaction submission and execution optimization for Solana.**

Solana Trader API is built for traders and applications that require the fastest possible transaction propagation, advanced routing logic, and protection mechanisms in competitive environments.

#### Key Capabilities

* **Optimized Transaction Submission**
  * High-speed propagation to Solana validators
  * Multi-path routing for improved landing probability
  * Designed for high-frequency and arbitrage strategies
* **Front-Running Protection**
  * Private and protected submission paths
  * Reduces exposure to mempool-based MEV strategies
* **Revert Protection**
  * Optional protection mechanisms to prevent failed transactions
  * Helps reduce unnecessary gas and execution costs
* **Advanced Execution Control**
  * Fine-tuned submission parameters
  * Priority fee and tip optimization support

#### Who It’s For

* Trading bots and automated strategies
* Arbitrage traders
* MEV searchers
* Market makers
* Infrastructure providers requiring deterministic execution

Solana Trader API helps you maximize transaction landing rates while minimizing execution risk in competitive conditions.

### Solana Optimized Feed Relay (OFR)

**Low-latency, high-reliability real-time data delivery for Solana.**

Solana OFR (Optimized Feed Relay) provides fast and efficient streaming access to critical on-chain and market data, enabling trading systems to react with minimal delay.

#### Key Capabilities

* **Ultra-Low Latency Data Streams**
  * Optimized relay architecture
  * Faster delivery compared to standard public RPC or WebSocket feeds
* **High Reliability**
  * Stable, production-grade infrastructure
  * Designed for continuous, high-throughput consumption
* **Real-Time Market & Transaction Data**
  * Transaction streams
  * Block and slot updates
  * Relevant execution signals for trading strategies
* **Infrastructure-Grade Performance**
  * Built for systems processing high message volumes
  * Suitable for automated and latency-sensitive strategies

#### Who It’s For

* High-frequency traders
* Quant funds
* Market makers
* Analytics platforms
* Execution engines requiring real-time signals

Solana OFR ensures your systems receive actionable on-chain data as quickly as possible, enabling better decision-making and faster execution.

### How They Work Together

For latency-sensitive trading systems:

* **OFR delivers the earliest possible signals**
* **Trader API executes with optimized propagation and protection**

Used together, they create a full trading stack:

1. Detect opportunity
2. React immediately
3. Submit with protection
4. Maximize landing probability


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bloxroute.com/core-solutions/solana-core-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
