FAQ - Geyser gRPC Stream

Q. In which regions are your nodes located?

We currently operate nodes in the following regions:
  • Frankfurt (FRA)
  • Amsterdam (AMS)
  • London (LON)
  • New York (NY)
  • Tokyo (TY)
  • Singapore (SGP)
  • Sydney (SYD)
ERPC measures actual network latency based on real routing paths, automatically selecting the region with the lowest latency rather than relying on straight-line distance. This approach not only improves latency for individual users but also enhances overall network efficiency and strengthens ERPC’s global resilience against potential attacks.
If your environment does not automatically select the optimal region, please contact us through the ERPC Web Dashboard.

Q. Latency shows 9999ms and a non-optimal region gets selected. What should I do?

For gRPC region selection, ERPC sends ICMP latency probes to your registered IP from the proxy hosts listed below. Allow inbound ICMP echo requests from every listed source IP. If they are blocked by a firewall (ufw, cloud firewall, security group, etc.), the measurement can become 9999ms and a non-optimal region may be selected. Multiple IPs in one region are separate probe hosts; all of them are required.
Probe regionICMP source IPs
🇳🇱 Amsterdam84.32.103.245, 84.32.64.77
🇺🇸 New York64.130.37.222
🇩🇪 Frankfurt185.191.118.149, 185.191.118.177, 185.191.118.206
🇬🇧 London67.209.52.250
🇯🇵 Tokyo198.13.133.88
🇸🇬 Singapore202.8.11.52
🇦🇺 Sydney82.26.116.36
🛰️ Far Point63.254.162.14

Q. I allowlisted my IP, but I still cannot connect. What should I check?

ERPC gRPC and Shreds endpoints use plain HTTP on port 80, protected by IP allowlisting. They do not use HTTPS/TLS on port 443.
If you copy a client example from another provider, it may default to :443 or HTTPS. Replacing only the domain can leave the port and TLS settings unchanged, which will prevent the connection from working.
The endpoints below are examples. Replace them with your own endpoint shown in the dashboard. Use it in HTTP form, or specify port 80 explicitly when your client requires a host and port:
Regular gRPC
  • Not valid: grpc-fra1-1.erpc.global:443
  • Valid: grpc-fra1-1.erpc.global:80
  • Valid URL form: http://grpc-fra1-1.erpc.global
Burst gRPC
  • Not valid: grpc-fra1-burst.erpc.global:443
  • Valid: grpc-fra1-burst.erpc.global:80
  • Valid URL form: http://grpc-fra1-burst.erpc.global
Authentication is based on your registered IP address. Do not add x-token, token, or Authorization headers for ERPC gRPC or Shreds endpoints unless a specific product page explicitly tells you to do so.

Q. What is Geyser gRPC Burst?

Geyser gRPC Burst is ERPC's low-latency shared gRPC tier for latency-sensitive Solana stream workloads. It provides the same Yellowstone/Geyser gRPC interface as the regular gRPC service, including account, transaction, slot, and block subscriptions, while using Burst-specific regional infrastructure.
Burst currently runs in Frankfurt, Amsterdam, New York, Tokyo, and Singapore. The system selects the best available Burst region for your registered IP based on real latency measurements.

Q. Which IPs should I allowlist for Burst gRPC?

Burst uses the same regional ICMP probe sources listed above for latency-based region selection. The addresses below are Burst client endpoint IPs, not ICMP probe sources; allow them only if your outbound firewall restricts connections to the selected endpoint.
RegionBurst DomainIP Address
🇩🇪 Frankfurtgrpc-fra1-burst.erpc.global64.130.41.234
🇳🇱 Amsterdamgrpc-ams1-burst.erpc.global64.130.55.180
🇺🇸 New Yorkgrpc-ny6-burst.erpc.global64.130.59.217
🇯🇵 Tokyogrpc-tokyo-burst.erpc.global208.91.107.247
🇸🇬 Singaporegrpc-singapore-burst.erpc.global67.209.55.15
If the ICMP probe sources above are blocked, the ERPC Dashboard may show 9999ms and Burst may select a non-optimal region. Blocking a Burst endpoint address affects client connectivity, not latency measurement.

Q. Is Burst the same as Direct Shreds or ShredStream?

No. Burst is full Yellowstone/Geyser gRPC over the standard gRPC interface. It is suitable when you need block, slot, transaction, or account streams from a gRPC client.
Direct Shreds / ShredStream is a separate UDP-based product for raw shred data and can be preferable when the earliest possible pre-block data path is the priority. The two products serve different interfaces and workloads.

Q. I've only used WebSocket before. Can I use gRPC? Do you have samples?

Yes. You can quickly test and start developing with gRPC using SLV.
For a shared endpoint that you can test without a token, run:
bash
slv check grpc --endpoint <YOUR_ENDPOINT> --token none
Check out our gRPC Quickstart Guide for details.

Q. Can I register two IP addresses?

You can use one endpoint per subscription. If you wish to use two IP addresses, you must subscribe to two separate subscriptions.

Q. Are there any filter limits?

No, there are no limits on filters.

Q. Which region do you recommend?

There is no single permanent best region. Solana is global, and the leader validator changes every slot. Regions with more validators and higher stake see leader slots more often, which can help transactions land faster. The trade-off is that competing traffic also concentrates there, so a less crowded region can sometimes deliver better results depending on your strategy.
As a practical starting point, choose a validator-dense region such as Frankfurt or the US East Coast when steady leader-slot supply matters most, or place yourself near a specific target validator when shortest-path execution is the priority. Use Validators Solutions to understand public Solana network distribution, then use the ERPC Leader Slot API and real measurements to decide whether single-region, dual-region, or global deployment is appropriate.
Solana Mainnet Distribution Report

Q. I need latency of at least ~400ms or better.

To achieve latency within approximately 400ms, consider these essential points:
  • Realistic Understanding of Ping Values: Ping values indicate ideal conditions and do not reflect actual latency in streaming communications, which typically experience around 5 times the ping latency. For example, a ping of 100ms across continents realistically results in about 500ms of latency. Thus, infrastructure must be established within the same region to achieve ~400ms latency.
    • Typical Ping Value Reference:
      • Same network: ~0.1ms
      • Private Network Interconnect (PNI): ~0.2ms
      • Same data center: ~0.3ms
      • Same city: ~1ms
      • Neighboring country: ~5–10ms
      • Intercontinental: ~100–300ms
  • Avoiding the Pitfall of Average Latency: Solana validators are geographically dispersed globally, and the leader schedule changes randomly with each epoch. Relying on average latency to achieve ~400ms is impractical. Instead, you should precisely track validator schedules in your specific region to identify slots with the lowest latency. To consistently achieve minimal latency, infrastructure across all relevant regions is required. Within the same region, data acquisition can occur in tens of milliseconds, with transmission possible in just a few milliseconds.
  • Tracking the Leader Schedule: Continuously monitor the leader validator schedule for your region using the ERPC Leader Slot API (getLeaderSlots). It provides real-time data on upcoming leaders, stake weight, validator geolocations, and reference ping values, allowing you to accurately identify optimal trading slots with minimal latency. Public map-style data and native RPC APIs are useful for broad network visibility, but they are not precise enough for execution timing. The Leader Slot API fills that gap with the granularity needed for routing and trading decisions.
Validators Solutions - Solana network data
Solana network data: Validators Solutions

Q. How can I achieve zero-block (zero-slot) trading?

Successfully achieving zero-block (zero-slot) trading requires more sophisticated strategies, as follows:
  • Identifying Opportunity Zones: Solana validators are distributed globally, and it is physically impossible to achieve optimal latency for every slot. Therefore, monitor validator leader schedules in the region where your infrastructure is located and identify the most favorable opportunity zones. Deploying infrastructure across multiple regions can also be advantageous. For example, Frankfurt is a key region due to its high validator density, resulting in more frequent leader selection and greater trading opportunities.
    Use the ERPC Leader Slot API (getLeaderSlots) to obtain real-time leader schedules, stake weight, validator geolocation data, and reference ping values with far greater precision than public map-style data sources or native RPC APIs. This allows you to predict opportunity zones more accurately and execute near-zero-latency trades.
  • Implementing Dedicated Nodes: If you struggle to compete, consider deploying dedicated nodes. Shared nodes experience latency due to traffic from other users, and thus are not recommended. Furthermore, placing your dedicated node within the same network as your application significantly reduces network latency and optimizes performance.

Q. Can I use a specific endpoint?

To maintain a low-latency environment, our system automatically selects the closest available node. If you wish to use a specific endpoint, we recommend renting a server located nearest to that endpoint.

Q. I'm getting a 401 error. Why?

To maintain a low-latency environment, we implement IP restrictions. If you don't have a subscription or your IP isn't registered, you'll receive a 401 error.
Please double-check if your registered IP matches your current access IP.

Q. I'm getting a 429 error. Why?

You have reached your plan’s connection limit.
If you encounter this error, consider upgrading your plan. If you require more connections than our premium plan provides, a dedicated gRPC node would be more suitable.

Q. Why are dedicated endpoints faster?

Shared endpoints are used by multiple customers who share the same resources. As traffic increases, latency tends to occur. Server resources have physical limits, and the amount of work they can handle is finite. When too many requests arrive at the same time, they must be processed sequentially, which results in slower response times.
Although we take various measures to optimize performance even on shared endpoints, with dedicated endpoints you are the sole user of the resource. This means you are completely unaffected by other users, ensuring consistently stable and fast responses.
In addition, dedicated endpoints provide communication options without TLS, such as HTTP. By skipping the TLS handshake (around 20ms), communication becomes even faster compared to HTTPS.

Q. Will the sale price be raised after I subscribe?

While your subscription stays active, the sale price you locked in at signup remains in effect. Environments that hold up under Solana's real-time workload are globally scarce, and we plan to step up list prices in line with growing hardware and network demand. Higher-spec configurations and high-demand regions sell through fastest, so locking in the current promotional price is the most cost-efficient choice over the long run.

Q. I want to pay with crypto

Crypto payments are available from the ERPC Web Dashboard when your registered billing address country is one of the EU member countries. You can use SOL, USDC, or EURC to purchase ERPC Credits.
Use those ERPC Credits to activate or continue ERPC plans. Open the dashboard, choose crypto payment, send the transfer from your wallet, and the dashboard will verify the transaction and apply the credits to your account.
Supported countries: Austria, Belgium, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden.
For countries not on the list, please pay by credit card.

Q. How can I achieve the lowest possible latency?

We highly recommend combining a dedicated gRPC node with our Bare-Metal server.
Both share the same network, allowing for private, zero-distance communication without traversing the internet. This setup achieves extremely low latency, typically around 0.1ms ping.
Please contact us through the ERPC Web Dashboard for further details.

Q. What is the latency like?

Latency varies depending on the measurement method and your specific usage environment. Rather than focusing on exact numerical values, it's crucial to ensure that the latency meets your actual operational requirements.
We offer free trials across all our plans, enabling you to test performance directly in your real-world environment. Additionally, we provide easy-to-use tools in TypeScript and Rust for measuring latency. Feel free to utilize these tools alongside your free trial.

Q. Is this RPC (gRPC, Shreds) faster than others?

We encourage you to try our free trial and compare the performance against other services. If you find our service slower, please let us know the specific conditions and competitors you've compared it against through the ERPC Web Dashboard. We will identify the cause and improve the speed further.
We continually work on improving latency based on customer feedback. If you seek the fastest possible endpoint, please share detailed information with us. Providing specific metrics and comparison conditions against competitors allows us to deliver superior performance. This feedback-driven approach has consistently enabled us to enhance our services.

Q. Which plan offers the fastest performance?

Generally, our highest-tier plan provides the fastest performance due to superior CPUs, higher memory capacities, and robust hardware configurations.
We also offer customized solutions if you require even more powerful servers, but our standard plans are designed to deliver optimal price-to-performance ratios.
We are confident in providing world-class performance at every price level. If you find a faster provider within the same price range, please let us know so we can investigate and make improvements.

Q. I'm experiencing high latency. What can I do?

Latency heavily depends on your proximity to the endpoint. We recommend accessing from a server near the provided endpoint. The fastest connections are achieved with our Bare-Metal server and VPS service.

Q. Which is the fastest: WebSockets, gRPC, or Shreds?

Feedback from our customers consistently ranks speed as follows:
Shreds > gRPC > WebSockets
Please share your experience if you observe different results.

Q. Latency isn't what I expected.

Performance varies depending on the programming language used. Generally, language speed ranks:
Rust > Go > TypeScript (JavaScript) > Python
For detailed comparisons, see:
For maximum performance, we strongly recommend using Rust.