FAQ - Bare-Metal Servers

Q. Why is your Bare Metal so fast?

In addition to utilizing high-performance CPUs, RAM, and NVMe SSDs, we have carefully selected our partner providers based on extensive experience, ensuring consistently optimal performance even from hardware of the same specifications. Our trusted partner providers guarantee the highest quality in CPUs, RAM, SSDs, and network infrastructure, continuously improving their services by adding more Points of Presence (PoPs) and reducing latency to popular PoPs.
Moreover, our platform fully integrates network sharing, effectively reducing the distance between your applications and the Solana network to zero. Since network speed typically represents the primary performance bottleneck, we've established a high-speed, optimized Solana network environment to eliminate this issue, ensuring your applications achieve maximum performance.

Q. What are the advantages of bare-metal? How is it different from a VPS?

Bare-metal servers provide a physically dedicated server exclusively for your use. VPS servers are virtual environments, dividing physical CPU cores into multiple virtual CPUs (vCPUs), allowing more vCPUs than actual physical cores.
  • For performance-oriented use: Bare-metal servers are recommended.
  • For cost-performance optimization: VPS servers are recommended.

Q. I want the best possible environment.

We recommend using a dedicated Shreds node combined with our bare-metal servers. Sharing the same network enables zero-distance communication, achieving latency as low as approximately 0.1 ms ping.
For details, please contact us via the official Discord.

Q. Why are dedicated endpoints faster?

Shared endpoints distribute resources among multiple customers, causing increased latency as traffic grows. Server resources have physical limitations, meaning there is a finite amount of processing they can handle. When many requests arrive simultaneously, they must be processed sequentially, reducing overall response speeds.
While we optimize performance with various measures for shared endpoints, dedicated endpoints ensure exclusive resource use by you alone, entirely eliminating interference from other users. Consequently, dedicated endpoints consistently deliver stable and faster response times.
Additionally, dedicated endpoints offer communication options without TLS, such as HTTP. By skipping the TLS handshake, communication speeds improve significantly compared to HTTPS.

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 via Discord. 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. Which is the fastest: WebSockets, gRPC, or Shreds?

According to aggregated customer feedback, the performance order is:
Shreds > gRPC > WebSockets
Please inform us if you observe different results.

Q. Latency isn't what I expected.

Performance varies based on the programming language used. Typically, language performance ranks as follows:
Rust > Go > TypeScript (JavaScript) > Python
For detailed comparisons, see the following resource:
We strongly recommend using Rust for achieving the highest performance.