# Node Providers

## Overview

**Node providers** offer infrastructure services that allow developers to interact with blockchain networks without the need to run their own nodes. They provide **RPC (Remote Procedure Call) endpoints**, enabling applications to read from and write to blockchains efficiently.

### Public Endpoints

Public endpoints are open-access URLs suitable for development and testing. They may have rate limits and are less reliable for production use.

### Private Endpoints

Private endpoints are secured, subscription-based URLs offering higher reliability, enhanced security, and better performance, ideal for production environments.

## Node Providers

### QuickNode

QuickNode is a high-performance blockchain infrastructure provider supporting over 68 chains across 115+ networks. It offers fast and reliable RPC endpoints with a 99.99% uptime SLA, making it ideal for developers seeking scalable and dependable access to multiple blockchains.

**Supported Networks**

| Network               | Public Endpoints | Private Endpoints                                                  |
| --------------------- | ---------------- | ------------------------------------------------------------------ |
| Gravity Alpha Mainnet | TBD              | [Register to get your endpoint](https://auth.quicknode.com/signup) |

***

### Conduit

Conduit specializes in providing infrastructure for deploying and scaling rollups, offering a complete Rollup-as-a-Service platform. It delivers high-performance RPC nodes optimized for throughput and reliability, suitable for teams looking to deploy custom rollups with robust infrastructure support.

**Supported Networks**

| Network                       | Public Endpoints                  |
| ----------------------------- | --------------------------------- |
| Gravity Alpha Mainnet         | <https://rpc.gravity.xyz>         |
| Gravity Alpha Sepolia Testnet | <https://rpc-sepolia.gravity.xyz> |

***

### dRPC

dRPC is a fast, reliable, and decentralized RPC infrastructure provider offering access to over 100 blockchain networks across 190+ supported chains. Its NodeCloud platform features AI-powered load balancing, 8 geo-distributed clusters for low-latency global coverage, and built-in MEV front-run protection.

**Supported Networks**

| Network                       | Public Endpoints                         | Private Endpoints                                       |
| ----------------------------- | ---------------------------------------- | ------------------------------------------------------- |
| Gravity Alpha Mainnet         | <https://gravity-alpha.drpc.org>         | [Register to get your endpoint](https://drpc.org/login) |
| Gravity Alpha Sepolia Testnet | <https://gravity-alpha-sepolia.drpc.org> | [Register to get your endpoint](https://drpc.org/login) |

***

### ZAN

ZAN is a high-performance Web3 infrastructure provider developed by Ant Group Digital Technologies. It offers stable and fast RPC connections to over 22 popular blockchain networks, including Ethereum, Solana, and Gravity.

**Supported Networks**

| Network               | Public Endpoints                                     | Private Endpoints                                           |
| --------------------- | ---------------------------------------------------- | ----------------------------------------------------------- |
| Gravity Alpha Mainnet | <https://api.zan.top/public/gravity\\_alpha-mainnet> | [Register to get your endpoint](https://zan.top/sign/login) |

***

### Ankr

Ankr provides decentralized Web3 infrastructure, offering access to over 75 blockchain networks. It features a decentralized node network (DePIN) for low-latency responses and supports services like staking solutions and Supernets creation, catering to developers seeking decentralized and flexible infrastructure options.

**Supported Networks**

| Network               | Public Endpoints               |
| --------------------- | ------------------------------ |
| Gravity Alpha Mainnet | <https://rpc.ankr.com/gravity> |

***

### Self-Hosting

For teams requiring complete control over their infrastructure, self-hosting a node is an available option. [Node Operator Guide](/network/run-a-gravity-alpha-mainnet-l2-node.md) provides detailed instructions for setting node up.


---

# 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.gravity.xyz/ecosystem-infrastructures/node-providers.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.
