> For the complete documentation index, see [llms.txt](https://xai-foundation.gitbook.io/xai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-foundation.gitbook.io/xai-network/build-on-xai/developer-tools/rpc/nirvana.md).

# Nirvana

## Overview

Nirvana Labs empowers Web3 developers and companies with the most performant blockchain infrastructure. Nirvana make blockchain technology more accessible and cost-effective for scalable and reliable dApp development. Nirvana Labs is the first Web3 infrastructure provider built on top of a proprietary cloud-based technology platform for affordable, reliable and seamless access between dApps and nodes.

## Benefits of Nirvana Infrastructure

#### **Low Latency**

Nirvana Labs RPC nodes provide the lowest latency response times due to our strategic orchestration of nodes and Nirvana's custom-built CDN.

#### **High-Reliability**

With our advanced networking, smart load balancing and automation in place, we ensure that customers experience at least a 99.99% uptime.

#### **Global Availability**

Nirvana Labs runs infrastructure in North America, South America, Europe, Asia, and Oceania (Africa coming soon) to ensure global coverage.

Our Flex nodes are smart geo-load balanced across all the continents ensuring that no matter where you or your customer make a request, it will automatically be routed to the nearest data center location. You can deploy a dedicated node in any specific data center location.

#### **Customizable Solutions**

Nirvana Labs offers the customization of all node configurations for dedicated node solutions. Customize factors such as gas limits, load balancing strategies, flag enablement and much more.

#### **Privacy and Security-focused**

Nirvana Labs focuses on security and employs the most premium cybersecurity software and firms. We offer features that safeguard user interactions with smart contracts such as asymmetric encryption and API Keys to authenticate users accessing our RPCs, reducing the window of opportunity for attackers to exploit vulnerabilities.

## Learn more

<https://docs.nirvanalabs.io/docs/getting-started-with-nirvana-labs>


---

# 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, and the optional `goal` query parameter:

```
GET https://xai-foundation.gitbook.io/xai-network/build-on-xai/developer-tools/rpc/nirvana.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
