> For the complete documentation index, see [llms.txt](https://docs.botanixlabs.com/botanix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botanixlabs.com/botanix/build-applications/tools/rpc-providers/ankr.md).

# Ankr

{% hint style="info" %}
**Ankr on Botanix**

Find the public RPC information for Ankr on Botanix here: <https://www.ankr.com/rpc/botanix/>
{% endhint %}

Ankr is a decentralized Web3 infrastructure provider that offers cost-effective blockchain RPC services across 75+ blockchains, making it one of the most comprehensive multi-chain platforms available. Ankr's Decentralized Physical Infrastructure Network (DePIN) of nodes ensures Ankr's clients always have the shortest roundtrip path for RPC requests, providing fast Web3 experiences no matter where users are.

### Key Features

**Extensive Chain Support**: Node API grants access to the largest number of blockchains on the market — 75+ chains with both Mainnets and Testnets available

**Decentralized Infrastructure**: Unlike centralized providers, Ankr operates a distributed network of nodes globally, reducing single points of failure and improving reliability.

**Cost-Effective Pricing**: From $10/100M API Credits with flexible pay-as-you-go options, making it accessible for projects of all sizes.

**Advanced APIs**: Beyond standard RPC, Ankr offers Advanced API that introduces a superior way to query blockchains and provides access to optimized, indexed, and cached archive blockchain data that allows for near-instant speeds and single-request multi-chain queries.

### Service Tiers

* **Free Tier**: 30 reqs/sec for Node API, 30 reqs/min for Advanced API, 65+ chains
* **Premium**: Enhanced rate limits and additional features
* **Enterprise**: Custom solutions with dedicated support and SLAs

Ankr has established itself as a reliable infrastructure partner for major protocols and has been among the first RPC providers for emerging blockchains like Aptos and Sui, demonstrating its commitment to supporting the expanding Web3 ecosystem.

**Learn More**: <https://www.ankr.com/>


---

# 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://docs.botanixlabs.com/botanix/build-applications/tools/rpc-providers/ankr.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.
