# Network Architecture

The system is divided between `User Layer` and `Process Layer`. To identify where the user interacts and where all the automation happens on the backend side

### `User Layer`

It is used for the creation and monitoring of DCAs to allow the user to have everything under control.

<figure><img src="/files/idEtYpNhNpuQqVQIr89T" alt=""><figcaption></figcaption></figure>

### `Process Layer`

Is composed of the interaction between the Contracts and the Resolvers, which together the execution of the service, below is a simplified diagram of the operation

<figure><img src="/files/PNLpfMZYx9Xaochmh906" alt=""><figcaption></figcaption></figure>


---

# 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://nkson-protocol.gitbook.io/neon-protocol/developer/network-architecture.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.
