# Technical Architecture

This section delves into the architecture and technologies used within Switchboard, detailing the interactions between components and the security measures safeguarding the network's integrity.

Switchboard operates as a decentralised oracle network, delivering reliable and transparent data feeds to blockchain applications. Several core components underpin Switchboard's functionality and security, these include:

* [**Trusted Execution Environments (TEEs)**](/how-it-works/technical-architecture/trusted-execution-environments-tees.md): Providing secure enclaves for code execution and data integrity.
* [**Oracle Queues**](/how-it-works/technical-architecture/oracle-queues.md): Managing and securing data feeds through structured environments.
* [**Node Architecture**](/how-it-works/technical-architecture/node-architecture.md): Distributing tasks across a network of specialised nodes, with Guardians ensuring security through ongoing review and validation of new Oracles and Guardians.


---

# 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.switchboard.xyz/how-it-works/technical-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.
