# Solana Node Services

## Overview

This section consists of our core Solana services. These can be purchased from our cloud platform.

{% embed url="<https://cloud.solanavibestation.com/index.php?/cart/solana-node-services/>" %}

### [Lightspeed](/developers/lightspeed/overview/lightspeed.md)

The fastest way to land transactions on Solana via a tipped based endpoint

### [RPC Services](/services/solana-node-services/rpc-services.md)

Standard shared Solana RPC API access. For users just starting out or don't need the fastest transaction landing times.

### [Staked RPC Services](/services/solana-node-services/staked-rpc-services.md)

SWQoS powered sendTransactions. For users that need the fastest and most reliable transaction landing times.

### [Geyser gRPC Streaming](/services/solana-node-services/geyser-grpc-streaming.md)

Real-time streaming of Solana blockchain activity. For users who need on-chain updates as fast as possible.


---

# 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.solanavibestation.com/services/solana-node-services.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.
