# Nexus Layer 1 Devnet

**Testnet III is now live.** This is the current testing environment for Nexus Layer 1, focusing on security, decentralization, and orchestration testing.

This page explains the transition from **Nexus Layer 1 Devnet** to **Testnet III**. This documentation covers the Devnet closure and how we’re moving forward to Testnet III.

### Devnet

The Nexus Devnet was a testing environment for experimental features from February 22 to June 20, 2025. By design, NEX Devnet Points were for testing purposes. Devnet is officially closed as of June 20, 2025. Here’s what this means for participants:

### What Happens to NEX Devnet Points

All users with NEX Devnet Points have been converted to Devnet Tokens and are now available in their wallet. During Devnet, users earned **Devnet Points** by proving via Nexus OS or CLI and then **claimed** them to convert them into **Devnet Tokens**.

Important: Everyone who participated in Devnet now has all their Devnet Points converted to Devnet Tokens in their wallets. If you had unclaimed Devnet Points, the system auto-claimed them for you, so you didn’t lose anything.

### Testnet III launch

When Testnet III launches, certain areas that used to show NEX Devnet Points and Devnet Tokens will now show NEX Testnet III Points and 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, not NEX Devnet Points.

Because Testnet III is a new environment, you will not have any Testnet III Points at the start. You cannot convert NEX Devnet Points to NEX Testnet III Points.

![NEX Devnet Points and Devnet Tokens](https://content.gitbook.com/content/PUemy5iDAcT0e1cZJm4f/blobs/0zBIBAyPj9hQMFfKTAAA/home%20page%20points.png)

#### Nexus OS wallet

The Nexus OS wallet will show NEX Testnet III Tokens, not NEX Devnet Tokens.

![NEX Devnet Points and Devnet Tokens](https://content.gitbook.com/content/PUemy5iDAcT0e1cZJm4f/blobs/G0yu2h4s2fU1QNzxxAx9/dynamic%20wallet%20tokens.png)

### Accessing Old NEX Devnet Points and Devnet Tokens

#### Viewing NEX Devnet Points

Once Testnet III starts, users can view their Devnet history in the rewards page: <https://app.nexus.xyz/rewards>, alongside their Testnet I and Testnet II records.

![NEX Devnet Points and Devnet Tokens](https://content.gitbook.com/content/PUemy5iDAcT0e1cZJm4f/blobs/POR96dpzK61BZyKxHimK/rewards.png)

#### Accessing NEX Devnet Tokens

{% stepper %}
{% step %}

### Log in to Nexus

Open <https://app.nexus.xyz/> and sign in using your email or external wallet.
{% endstep %}

{% step %}

### Add a New Network

In your wallet (e.g., MetaMask), manually add the Nexus Chain using the network parameters provided in the app.
{% endstep %}

{% step %}

### Start Transacting

Once connected, you can begin sending Devnet Tokens, deploying contracts, and interacting with Nexus-native applications directly from your wallet or CLI tools.
{% endstep %}
{% endstepper %}

### Network Info

| Property        | Value                        |
| --------------- | ---------------------------- |
| Chain ID        | 393                          |
| Native Token    | Nexus Token (NEX)            |
| RPC (HTTP)      | `https://rpc.nexus.xyz/http` |
| RPC (WebSocket) | `wss://rpc.nexus.xyz/ws`     |

### Useful Links

* [Nexus Devnet Explorer — Devnet Explorer - Track transactions and network activity](https://explorer.nexus.xyz/)
* [Nexus Devnet Rewards Dashboard — View your historical Devnet, Testnet I, and Testnet II data](https://app.nexus.xyz/rewards)


---

# 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-devnet.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.
