# Setting Up a Custom RPC 💨 **Published by:** [Geo](https://paragraph.com/@web3geo/) **Published on:** 2022-11-13 **URL:** https://paragraph.com/@web3geo/setting-up-a-custom-rpc ## Content When the network is slow or congested, a custom RPC can help speed things up 🙂Overview 📢Welcome to another brief guide to make your experience on the network just a little bit better. In this article, we will talk about Polygon Network. If you are needing help in any particular network, feel free to comment and I make for other networks! With the massive explosion of traffic surging into this ecosystem lately, I’m sure you’re used to having to wait a little while for certain information, or waiting for transactions to process. This is okay for the veteran user, but it can instill a sense of panic in some earlier users. One way you can help to improve your experience is by setting up a custom RPC!What is an RPC?Without boring you with the technical process, I’ll use a metaphor instead. If a blockchain is like a highway, your RPC is your vehicle. It is the piece of infrastructure that connects your actions to the network. Continuing with the car metaphor, if you have 18,000 people in a Fiat Panda traveling down the Autobahn, there’s a good chance that Fiat Panda is going to be absolutely destroyed by the end of the trip, but it will also travel much slower, and not be as enjoyable for the 18,000 people aboard the vehicle.What using the blockchain feels like sometimes. There is a list of commonly used RPCs on Polygon are available here: https://docs.matic.network/docs/develop/network-details/network/ For other networks look here, it is a one click add:https://chainlist.org/ You also have the option to set up a custom RPC! This can be extremely handy in evening the spread of strain on the network infrastructure, as well as giving the end user (you) a much more convenient experience! It might sound like a lot of hard work but trust me, it isn’t. It took me no time at all!Here’s how:Create an account with at Matic Vigil: Navigate to https://rpc.maticvigil.com/2. Enter an email address and click “Sign Up / Log in” If you have not set up an account, you will have to navigate to your email and verify the account. After you have done this, navigate back to still open Matic Vigil page. This will then open the RPC dashboard. 3. Assign a name to your dApp like “MyCustomRPC” or something of that regard and press the create app button. 4. Now you have to scroll down and you’ll see your dApp at the bottom. Click on it to get the details. 5. In this list of details you will see an RPC URL. Copy this URL. 6. Now we need to connect your MetaMask to this RPC, this part’s easy! (Here is a guide to setting up a MetaMask Wallet: https://mirror.xyz/dashboard/edit/n5RBLdFVPzZMz8b05p6IxDQVhxNF_PJTlfLZyTOvuMg) 7. Simply navigate to MetaMask and navigate to settings (Either by clicking the icon in the top right on the browser extension on a computer, or by selecting the 3 horizontal lines in the top left on a mobile) and select Settings. 8. Scroll down until you find “Networks” and select it, then select the option to add a custom network. Now you must fill out these fields! Name the network in such a way that it is different from your other Polygon RPC(s). Paste that custom RPC URL into the URL slot, insert the chain ID (which for Polygon is 137). Fill out the “Currency Symbol” with “MATIC” and insert https://polygonscan.com/ into the block explorer URL.Congrats! Your custom RPC is set up and ready to go, simply select it from your network list, and enjoy! 😊 ## Publication Information - [Geo](https://paragraph.com/@web3geo/): Publication homepage - [All Posts](https://paragraph.com/@web3geo/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@web3geo): Subscribe to updates - [Twitter](https://twitter.com/Web3Geo): Follow on Twitter