# Connection problems (RPC)

The acronym RPC stands for Remote Procedure Call. RPCs enable remote communication with servers and allow the execution of programs in a different location. In the context of blockchain, an RPC allows access to a server node on the specified network, facilitating communication and interaction with the blockchain.

To interact with a blockchain, it is necessary to access the network servers using a suitable and generic option that allows operations such as viewing a balance, creating a transaction, or interacting with a smart contract. RPCs provide the means to establish this connection with the servers.

RPC servers can go offline or experience connection issues. Mintpad loads all blockchain information through the RPC configured in your wallet. Therefore, it is necessary to connect with your Metamask wallet in order to perform a transaction. In some cases, an RPC may become overloaded due to high traffic. In such situations, it is useful to know how to switch to a different RPC.

If you are experiencing problems with viewing your collection page on Mintpad, or when you are editing the contract in your dashboard do the following:

**Step 1:** Head over to [chainlist.org](https://chainlist.org/).

**Step 2:** Look for the blockchain you are experiencing problems with.

**Step 3:** When you click on the little arrow at the bottom of the blockchain section, a table should pop up with all the RPC URLs for that blockchain.

**Step 4:** Select the RPC server address at the top, that’s the best performing RPC Address at that time. Click on ‘Connect Wallet’.

**Step 5:** A pop up should appear from MetaMask saying “**Allow this site to add a network?**”. Approve this notification.

**Step 6:** Try to reconnect to your smart contract on Mintpad.

**Still experiencing issues?**\
Contact our support by: <support@mintpad.co>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mintpad.co/troubleshooting/connection-problems-rpc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
