# Nexus Layer 1 Testnet III

This page covers Nexus Layer 1 Testnet, the current testing environment for the Nexus Network.

### Testnet III Overview

**Testnet III is now live** and represents the current phase of Nexus testing. This testnet focuses on security, decentralization, and orchestration testing.

### How Testnet III Works

In Testnet III, users earn **NEX Testnet III Points** by proving via Nexus OS or CLI and then **claim** them to convert them into **NEX Testnet III Tokens**.

#### Proving via Nexus OS or CLI

When you start to prove via Nexus OS or CLI, you will earn NEX Testnet III Points.

Because Testnet III is a new environment, you will start with 0 Testnet III Points and earn them through proving.

![NEX Testnet III Points](/files/351f29e613889a0cdb7f03e01baef98af8eb2b97)

#### Nexus OS wallet

The Nexus OS wallet will show NEX Testnet III Tokens.

![NEX Testnet III Tokens](/files/e2f14555bfe76a80c43b4e34fc4282b7e30199eb)

### Accessing Historical Data

#### Viewing Historical Points

Users can view their historical data in the rewards page: <https://app.nexus.xyz/rewards>, including previous testnet records.

![Historical rewards data](/files/f4d34794d91cf291c006486f9b067871ec070567)

### Network Info

| Property        | Value                                  |
| --------------- | -------------------------------------- |
| Chain ID        | `3945`                                 |
| Native Token    | Nexus Token (NEX)                      |
| RPC (HTTP)      | `https://testnet.rpc.nexus.xyz`        |
| RPC (WebSocket) | `wss://testnet.rpc.nexus.xyz`          |
| Explorer        | `https://nexus.testnet.blockscout.com` |
| Faucet          | `https://faucet.nexus.xyz`             |

### Useful Links

* [Testnet III Explorer — Track transactions and network activity on Testnet III](https://testnet3.explorer.nexus.xyz/)
* [Testnet III Faucet — Get test tokens for Testnet III](https://faucets.alchemy.com/faucets/nexus-testnet)


---

# 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.nexus.xyz/network/proving-on-the-layer-1/nexus-layer-1-testnet-iii.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.
