# Tech Architecture

The vision for REKT Games requires a transparent ledger system upon which tamper-proof transactions can take place. This is where blockchain comes into play. It is the only option that allows complete and true ownership of digital assets, a cornerstone of Web3 that REKT Games adheres to.&#x20;

REKT Games is powered by both Ethereum and Polygon blockchains, and this is intended to guarantee the scalability of our design. We believe that Ethereum and Polygon blockchains have a bright future, that will benefit all associated ecosystems that make use of Ethereum Virtual Machine (EVM). &#x20;

Though decentralization is key, it only matters in economy and governance. When it comes to other aspects such as general data storage and establishing a clear communication channel between users, then decentralization does little to enhance the experience. In fact, it adds a layer of unnecessary complexity, vulnerability, and expenses with no real benefits. &#x20;

As such, REKT Games will leverage world-leading server providers to handle the bulk of data that is not related to finance. Amazon Web Services (AWS) is the chosen option, and this is done to guarantee the highest standards of security.&#x20;

The following section is dedicated to the technology that makes REKT Games possible.&#x20;


---

# 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.rektgames.io/whitepaper/tech-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.
