# Private Abstract RPC Node

Prediqt runs its own **private Abstract RPC node**, hosted on our **local servers**. All of our backend scripts and alerting systems are built around this node, with **sub-1ms latency** to the endpoint

This setup makes our entire infrastructure **extremely fast, reliable, and secure**, without any dependency on third-party RPC services. The only limitation on our calls is the node’s own hardware — and we’re nowhere near hitting those limits

Running our own node also gives us full control, ensuring maximum uptime, instant access to on-chain data, and a serious speed advantage across all of Prediqt’s features

<figure><img src="/files/opBZ6x9A9GBmL17xj1jX" alt=""><figcaption></figcaption></figure>


---

# 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.prediqt.xyz/prediqt-technology/private-abstract-rpc-node.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.
