# RPC URLs

<figure><img src="https://4218441614-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELWhdDzed20vSGIA6D04%2Fuploads%2FGttAKvyhXRJQopS6KU65%2Fa%CC%82sdasdasd.jpg?alt=media&#x26;token=3842b685-5a3e-4dfe-92c1-ba4b939f8884" alt=""><figcaption></figcaption></figure>

Since VIX is a decentralized exchange, querying of data and submitting of transactions is done through an RPC URL.

There may be times when the RPC URL is not as responsive as it should be, during these times you may notice data being slow to load or not loading on your page. It is also possible to hit the rate limit with the public Viction RPC URL which would result in 429 errors.

To continue using the exchange during these times you can use a backup URL or switch the RPC URL in the network settings of your wallet and the page should load faster after.

A list of RPC URLs and their statuses can be found on [**Chainlist**](https://chainlist.org/).


---

# 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://vix.gitbook.io/vix-docs/trading/information/rpc-urls.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.
