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