# Nautilus Developer Documentation

### Introduction to EVM Deployment <a href="#where-should-i-start" id="where-should-i-start"></a>

If you're brand new to Nautilus Proteus Testnet, we recommend checking out any other EVM chain's "Hello World" tutorial. For example, you can try out Ethereum's [guide to deploying a basic contract](https://ethereum.org/en/developers/docs/smart-contracts/deploying/). The only things that you'll change are the following:

* First: claim our testnet tokens using our [Proteus Faucet](https://proteusfaucet.nautchain.xyz/).
* Wherever it says "Ethereum mainnet URL", instead use the following URL: **<https://proteus.api.nautchain.xyz>**
* Chain ID: **88002**
* Wherever it says "block explorer URL", use the following URL:[ ](https://triton.nautscan.com)<https://proteus.nautscan.com/>

Nautilus is EVM-compatible, so more than likely the process will be as simple as deploying a contract to Ethereum.

### Integration Instructions <a href="#guides" id="guides"></a>

Do you need additional assistance integrating something special like a wallet, bridge, something else? Feel free to reach out via Discord: <https://discord.gg/pgkrEqRdqV>


---

# 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-developer-documentation.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.
