# Nautilus Testnet

### Nautilus Proteus Testnet(Beta) <a href="#goerli" id="goerli"></a>

| Chain Name          | Nautilus Proteus Testnet                   |
| ------------------- | ------------------------------------------ |
| Chain ID            | 88002                                      |
| Block Explorer      | <https://proteus.nautscan.com>             |
| Public RPC Endpoint | <https://api.proteus.nautchain.xyz/solana> |
| WSS Endpoint        | wss\://ws.proteus.nautchain.xyz            |
| Testnet Faucet      | <https://proteusfaucet.nautchain.xyz/>     |

**Faucet Usage Example:**

To obtain test tokens from the faucet, follow these steps:

1. Open your command line interface.
2. Execute the following code:

```
curl -X POST https://faucet.proteus.nautchain.xyz/request_neon
 -H 'Content-Type: application/json' -d '{ "wallet": "YOUR_ADDRESS", "amount": 1 }'
```

Make sure to replace "YOUR\_ADDRESS" with your actual wallet address. This command sends a POST request to the faucet API, requesting 1 test token to be sent to the specified wallet address.

By using the faucet, you can acquire test tokens to experiment and test your application on the network.

**Contract Verification:**

[**https://docs.modular.cloud/verification**](https://docs.modular.cloud/verification)

### &#x20;<a href="#goerli" id="goerli"></a>


---

# 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.nautchain.xyz/nautilus-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.
