# v1. Onchain Verifiability

DeepWorm v0 ran on our dev's machine and the only response when asked whether it was the worm's neural network that was making it move or the dev's keyboard was *trust me bro.* v1 fixes this.

DeepWorm v1 runs the simulation on a TEE. Given the application isolation properties of a TEE that prevents the machine's administrator or any software from manipulating its execution, users can now rest assured that they are in fact viewing the worm respond the way its neural network is encoded.

v1 goes a step further. Not only can you watch the worm move on a screen now but its steps are now logged immutably on a blockchain forever. This allows other smart contracts to use the worm's movements as inputs, thus allowing developers to build composable applications using DeepWorm.


---

# 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.deepworm.xyz/deepworm/the-worms-lifecycle/editor.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.
