Stake-Weighted Quality of Service

SWQoS is packet admission before execution.

SWQoS is a Solana networking feature for leader TPU traffic. With configured validator/RPC peers, a stake-weighted share of inbound packets can receive priority during congestion. It runs before priority-fee handling and before the normal transaction execution path.

質押加權優先級 (SWQoS)

SWQoS 依質押權重分配 leader 的 TPU 准入。

Solana leader 可以為與質押關聯的連線,依質押權重預留一部分 TPU 容量。其他流量使用剩餘容量。

這發生在 priority fee 處理與執行時期之前,因此它決定的是壅塞期間哪些封包能進入 leader 路徑。

對營運者而言,SWQoS 取決於已配置的 validator/RPC 對等關係以及該路徑背後的質押權重。

先於執行的網路准入

leader TPU 容量如何劃分

質押加權 · 80% · 已預留
txleader TPU
block production
其他流量 · 20% · 共享

質押加權流量可在費用處理之前使用預留的 TPU 份額;其他流量共享剩餘容量。

目前的 Solana 指南描述了 80 / 20 的 leader TPU 分配。

From the same team — in production

Everything above is the open Solana mechanism. Below is the production product the team ships on it.

ERPC

Everything you need.A direct line to Solana.

RPC, Geyser gRPC, and Direct Shreds run on the network right next to Solana. You talk to the chain directly.

Built on real Solana operation