> For the complete documentation index, see [llms.txt](https://docs.gravity.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gravity.xyz/ecosystem-infrastructures/node-providers.md).

# 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.

## Official Public Endpoints

| Network                           | RPC                               |
| --------------------------------- | --------------------------------- |
| Gravity Mainnet (L1)              | <https://mainnet-rpc.gravity.xyz> |
| Gravity Longevity Testnet (L1)    | <https://rpc-testnet.gravity.xyz> |
| Gravity Alpha Mainnet (legacy L2) | <https://rpc.gravity.xyz>         |
| Gravity Alpha Sepolia (legacy L2) | <https://rpc-sepolia.gravity.xyz> |

These public endpoints are open-access and rate-limited; production workloads should use a private endpoint from one of the providers below or run their own node.

## 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 (legacy L2) | 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 (legacy L2)         | <https://rpc.gravity.xyz>         |
| Gravity Alpha Sepolia Testnet (legacy L2) | <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 (legacy L2)         | <https://gravity-alpha.drpc.org>         | [Register to get your endpoint](https://drpc.org/login) |
| Gravity Alpha Sepolia Testnet (legacy L2) | <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 (legacy L2) | <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 (legacy L2) | <https://rpc.ankr.com/gravity> |

{% hint style="info" %}
For Gravity Mainnet (L1, chain ID `127001`) endpoints from these third-party providers, see [Official Public Endpoints](#official-public-endpoints) above. L1 onboarding with each provider is in progress and will be listed in the per-provider tables as it lands.
{% endhint %}

***

### Self-Hosting

For teams requiring complete control over their infrastructure, self-hosting a node is an available option.

* **Gravity Mainnet (L1):** see the [Validator Cluster Deployment Guide](/research-and-development/cluster-deployment.md) for the L1 node stack (Gravity SDK + Gravity Reth) and topology.
* **Gravity Alpha Mainnet (legacy L2):** see the [legacy L2 Archive Node Setup](/legacy-alpha-mainnet-l2/run-a-gravity-alpha-mainnet-l2-archive-node.md) or the [Full Node from Snapshot](/legacy-alpha-mainnet-l2/run-a-gravity-alpha-mainnet-l2-full-node-from-snapshot.md) guide.


---

# 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:

```
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.
