> For the complete documentation index, see [llms.txt](https://docs.mercurydata.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercurydata.app/genaral-info/pricing.md).

# Pricing

Mercury offers four tiers to match teams at every stage.

***

## Dev — Free

For developers exploring Mercury and building on testnet.

* Testnet access only
* Full RPC access (testnet)
* Full REST API (testnet)
* Webhooks with contract ID and topic filtering, HMAC signing, and automatic retry (testnet)
* Retroshades: deploy your own WASM indexing programs that execute against ledger metas and produce custom derived tables (testnet)
* Community support

***

## Builder — $79/mo

For teams running production apps on Stellar that need reliable data access.

* Mainnet + testnet access
* Full RPC access
* Full REST API
* Webhooks with contract ID and topic filtering, HMAC signing, and automatic retry
* No retroshades
* Team support

***

## Pro — $129/mo

For teams that need custom indexing logic on top of Mercury's data layer.

* Everything in Builder
* Retroshades: deploy your own WASM indexing programs that execute against ledger metas and produce custom derived tables
* Team support

***

## Protocol — Get in touch

For protocols and teams with high data throughput or custom infrastructure needs.

* Everything in Pro
* Custom retroshade compute and storage limits
* Priority support
* SLA
* Custom pricing based on usage

Contact us to discuss your needs.

***

## Trial and guarantee

**14-day free trial**: all new teams start with 14 days of full Builder access at no cost. No credit card required.

**Money-back guarantee**: if you are not satisfied at any point during your first two months, we refund everything you have paid, no questions asked.


---

# 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.mercurydata.app/genaral-info/pricing.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.
