# Developer Resources

- [Gravity Alpha Mainnet (L2) Contracts](https://docs.gravity.xyz/developer-resources/mainnet.md)
- [Gravity Alpha Sepolia Testnet (L2) Contracts](https://docs.gravity.xyz/developer-resources/testnet.md)
- [Validator Cluster Deployment Guide](https://docs.gravity.xyz/developer-resources/cluster-deployment.md): Deploy a local multi-validator Gravity EVM cluster using Gravity SDK in minutes — the fastest way to run a high-performance, EVM-compatible chain from scratch.
- [Benchmark Reproduction Guide](https://docs.gravity.xyz/developer-resources/benchmark-guide.md): Step-by-step guide to reproducing the Gravity EVM benchmark and collecting throughput and latency data using gravity\_bench.
- [3-Validator Cluster Benchmark Results](https://docs.gravity.xyz/developer-resources/benchmark-results.md): 3-validator cluster benchmark results from 2026-02-28, covering TPS benchmarks and bottleneck analysis across CPU, memory, and I/O.


---

# 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/developer-resources.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.
