> 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/gravity-networks/l1-longevity-testnet.md).

# Gravity Longevity Testnet (L1)

## **Network Details**

* **Chain ID:** `7771625`
* **Status:** Long-running testnet — no planned resets.
* **Configuration:** See [genesis/testnet](https://github.com/Galxe/gravity-sdk/tree/main/genesis/testnet) for the exact version and network configuration.

## **Developer Resources**

* **Faucet:** [Gravity Testnet Faucet](https://faucet.gravity.xyz/)
* **Explorer:** [Gravity Testnet Explorer](https://explorer-testnet.gravity.xyz/)
* **RPC Endpoint:** [Gravity Testnet RPC](https://rpc-testnet.gravity.xyz)

## **Performance Benchmarking**

Benchmarking of the Gravity L1, conducted under controlled conditions, indicates the following performance metrics:

* **Block Time:** \~200ms
* **ERC20 Transfer Throughput:** \~**9,500 – 11,000 TPS** on a 3-validator cluster (8 vCPU / 16 GB RAM per node); limited by disk I/O persistence latency, not CPU or execution.

For detailed results and bottleneck analysis, see [3-Validator Cluster Benchmark Results](/research-and-development/benchmark-results.md).

For instructions on how to reproduce these results, refer to the [Benchmark Reproduction Guide](/research-and-development/benchmark-guide.md).


---

# 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/gravity-networks/l1-longevity-testnet.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.
