Staked RPC Services
Information regarding our SWQoS.
Background
Stake-weighted QoS (SWQoS) is a feature of Solana that was first released during March 2024. To put it simply, SWQoS allows users to send transactions on Solana and have them get confirmed faster than compared to an RPC not using this feature. This is especially evident in times of bursts of high traffic on the Solana network.
When an RPC attempts to forward a transaction to the leader validator at any given moment, it must compete with other RPC nodes in order to establish a QUIC connection to the leader. A validator leader can only handle a finite amount of QUIC connections at any given time. By default, 80% of the available QUIC connections are reserved for staked nodes. The other 20% is left over for un-staked nodes. Since Solana RPC nodes are inherently not staked (and shouldn't be) you are required to setup a SWQoS connection with a staked validator in order to get around this.
An RPC node with a configured SWQoS connection will forward all transactions sent to it through the staked validator it has the SWQoS connection setup through. The validator then forwards the transaction to the current Solana leader validator in order to get processed and added to the blockchain.
The reason transactions are slow to land many times is because the RPC cannot make a connection to the leader validator at the current moment. This is because the network is busy and it can't handle any more connections. SWQoS gives you a special priority connection to leaders that gets to circumvent all the other network connection which ensures your transaction will get seen by the leader.
SWQoS doesn't put you in the front of the line for priority. It just ensures that your transaction will make it to the leader validator and get a chance in the auction. If you have low fees it will likely still be slow to land or not land at all
Specifications
0.5ms latency from our RPC nodes to our staked validator partner
Sent over multiple channels to decrease landing time chances
Basic Staked RPC Tier
$150 per month
25 send transactions per second
150 r/s for all other RPC request
Ultra Staked RPC Tier
$250 per month
50 send transactions per second
250 r/s for all other RPC requests
Elite Staked RPC Tier
$500 per month
100 send transactions per second
500 r/s for all other RPC requests
Benchmarks
Last updated