> For the complete documentation index, see [llms.txt](https://mmfinance.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mmfinance.gitbook.io/docs/troubleshooting-errors/changing-rpc.md).

# Changing RPC

**What is an RPC (Remote Procedure Call)?**&#x20;

An RPC in its simplest term is a ‘middle-man’ to allow communication between your device and the blockchain.&#x20;

When you process a transaction from your device, such as staking funds into a farm; the request is sent from your device via the RPC, to the blockchain. The blockchain will unpack that message and carry out the necessary actions to complete the request. Once the request is carried out, a message is sent back to the RPC with the outcome of the request.&#x20;

**Common errors relating to RPC’s**&#x20;

Some more common errors caused by RPC’s include,&#x20;

* Slow loading times of webpages or transaction requests.&#x20;
* Transaction error or transaction timed out.&#x20;
* JSON-RPC error.&#x20;
* Incorrect figures displayed (APR, balance etc.) on webpages.&#x20;

**How to resolve an RPC issue?**&#x20;

The most common reason for RPC issues is due to congestion. Due to there only being a limited amount of RPC’s available to supply a high demand of investors, it is not uncommon for the RPC to become overloaded and result in an error and/or unstable use of the blockchain.&#x20;

If one of the above errors occur or another error you are unsure of, completing the below steps is a good start to resolving the issue.&#x20;

1\. Close Metamask.&#x20;

2\. Clear ‘cache’, browser cookies and history from your web browser.&#x20;

3\. Restart browser and/or computer.&#x20;

4\. Reopen Metamask app or extension and change RPC (How to change RPC steps below).&#x20;

Once completed the above steps, it is likely the RPC will start to function as intended. If the RPC is still unstable, the problem may lie within the blockchain and you will have to wait for the issue onchain to be resolved.<br>

![](/files/yrNxXsijrFEWqKTY6YIw)

![](/files/fcXhY2rbQaPsNOm1ESJl)

![](/files/ndM9Boigx2bYuSs6riB4)

![](/files/ABx65pORVBQV0u2qIAms)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mmfinance.gitbook.io/docs/troubleshooting-errors/changing-rpc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
