# 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](https://docs.gravity.xyz/developer-resources/benchmark-results).

For instructions on how to reproduce these results, refer to the [Benchmark Reproduction Guide](https://docs.gravity.xyz/developer-resources/benchmark-guide).


---

# 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/network/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.
