Skip to main content

Rocket RPC

Eden Rocket RPC offers a faster experience than Eden RPC which may be better for some use cases. By sending transactions using Rocket RPC your transactions are more likely to be included as soon as possible. This is because Rocket RPC is an aggregator that sends your transactions to multiple RPC providers/builders giving you the best possible chance at your transaction getting included in a block quickly.

The downside is that because your transactions are forwarded to third-parties outside of the Eden ecosystem, Eden cannot guarantee that your transactions won't be frontrun. That said, Eden will only forward your transactions to vetted third-parties that have no known history of frontrunning their users.

Endpointโ€‹

  • Ethereum: https://api.edennetwork.io/v1/rocket

RPC Comparisonโ€‹

RPCTransaction ConfidentialityInclusion Speed
Speed RPCNone (Public)Fastest ๐ŸŽ๐ŸŽ๐ŸŽ
Eden Rocket RPCSome (Eden and other repuatable builders)Fast ๐ŸŽ
Eden RPCMax (Eden builders only)Slow ๐Ÿข

Using Eden Rocket RPCโ€‹

To add Eden RPC endpoint follow these steps:

  1. Enter your MetaMask and click on your RPC endpoint at the top of your MetaMask. By default it says โ€œEthereum mainnet.โ€
  2. Click โ€œCustom RPCโ€
  3. Add https://api.edennetwork.io/v1/rocket with a chainID of 1 and currency of ETH.
  4. Scroll to the bottom and click โ€œSaveโ€

When should I use Rocket RPC?โ€‹

You should use Rocket RPC if you want to be included in blocks as soon as possible and if your transaction is unlikely to be frontrun. For example, if you are minting an NFT.