# 3.2 The Shielded Infrastructure

The Accessth network operates on a system of Shielded Nodes. Unlike public mempools where intents are visible (leading to MEV and sandwich attacks), Accessth intents are encrypted until the moment of inclusion.

Node Architecture:

* Ingress Nodes: Receive encrypted proofs from users. They perform a lightweight validity check to prevent DoS attacks.
* Prover Nodes: Generate the aggregate ZK-proof that bundles hundreds of user intents into a single state update for the Ethereum mainnet.
* Watchtower Nodes: Independent auditors that monitor the integrity of the Liquidity Fog, ensuring that the total Permissions Outstanding never exceeds the Total Value Locked (TVL).

This architecture ensures that "Front-Running" is mathematically impossible, as the content of the transaction is obscured by the ZK-proof until it is already finalized.


---

# 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.accessth.xyz/part-3/3.2-the-shielded-infrastructure.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.
