# Intel SGX

Intel SGX (Software Guard Extensions) is a technology that establishes secure zones within a computer's memory, known as [enclaves](https://www.intel.com/content/dam/develop/external/us/en/documents/overview-of-intel-sgx-enclave-637284.pdf). These enclaves protect sensitive data and code by encrypting and isolating them from other parts of the system. It ensures that even if unauthorized access occurs, the protected information within the enclaves remains invisible and unmodifiable, similar to a secret vault inside a computer.

To explore in-depth information about Intel SGX, please refer to the official [Intel® Software Guard Extensions Documentation](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/overview.html)

## Incorporating Intel SGX in Swisstronik

In Swisstronik, we leverage Intel SGX to create protected enclaves dedicated to executing EVM operations (such as transactions and calls). This setup guarantees that each node action is done in a private and secure environment.

The use of Intel SGX enclaves **prevents nodes from accessing the details of a transaction during its execution**. This encrypted execution within the protective bubble(enclave) of Intel SGX helps preserve the privacy and security of transactions within Swisstronik's blockchain.


---

# 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.swisstronik.com/swisstronik-docs/general/intel-sgx.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.
