# Security Model

At Nautilus, we take security very seriously. That's why we are still in testnet mode until we've fully audited the codebase. Similarly, we can't fully decentralize Nautilus until these crucial security audits have been completed.

Our security model reflects the security model of all other optimistic sovereign rollups on Celestia. We refer to the [Eclipse glossary](https://www.eclipse.builders/documentation/glossary) for our definitions for various security terminology:

* [Security](https://www.eclipse.builders/documentation/glossary#security): the cost to alter history
* [Permissionless](https://www.eclipse.builders/documentation/glossary#permissionless): anyone can participate in the protocol
* [Trust](https://www.eclipse.builders/documentation/glossary#trust): assumptions so funds cannot be frozen or stolen
* [Throughput](https://www.eclipse.builders/documentation/glossary#throughput): the ratio of transactions per second to the cost of running a full node

The goal of Nautilus is to build a secure, permissionless, trust-minimized, high throughput EVM chain. We highly value your patience and support as we continue to build highly performant decentralized systems.


---

# 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/security-model.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.
