# RPC

Fulcrom Finance relies on an RPC URL to query data and submit transactions as we are a decentralized exchange. Sometimes this RPC can become slow or unresponsive, which may cause issues loading data on the website - e.g. your positions and orders not showing under "Trade".&#x20;

If you notice slow loading or missing data on Fulcrom Finance, follow these steps if you're using **Metamask**:

1\. Open your wallet and go to Network Settings, then click on "Add network"

<figure><img src="/files/TTaMZrwNkjQlxrzuVrTw" alt="" width="563"><figcaption></figcaption></figure>

2\. Click on "Networks"

<figure><img src="/files/MYvVdMClGOp8I4QR7Ycw" alt="" width="563"><figcaption></figcaption></figure>

3\. Change the RPC URL to to the following depending on the network used, then click "Save" to proceed.

* Cronos: <https://evm.cronos.org>&#x20;
* Cronos zkEVM: <https://mainnet.zkevm.cronos.org>

<figure><img src="/files/qU7oDkc3KsEAZ6x3Uu8z" alt="" width="563"><figcaption></figcaption></figure>

4\. Hard refresh your browser window or tab with Fulcrom Finance open.&#x20;

*\* Please note the manual update of RPC is currently not supported on Crypto.com Defi Wallet.*

Switching to this alternative RPC URL should significantly improve the loading speed and data connectivity issues on Fulcrom Finance during affected performance of our primary RPC.


---

# 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.fulcrom.finance/fulcrom-finance/additional/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.
