> For the complete documentation index, see [llms.txt](https://docs.rektgames.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rektgames.io/whitepaper/tech-architecture/blockchain.md).

# Blockchain

REKT Games' economy runs on the Polygon blockchain, a layer 2 solution & sidechain based on the Ethereum blockchain. It is used because of its relatively low gas fees, high reliability, and fast response time. &#x20;

Token Standards:&#x20;

* $RKT – ERC-20 &#x20;
* Digital Assets (NFT) - ERC-721 &#x20;
* REKT Games' Store & Battle Pass – ERC-1155&#x20;

All our smart contracts employed on the blockchain have been audited by [Certi](https://www.certik.com)[K](https://www.certik.com) to guarantee safety, transparency, and robust security.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/blockchain.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.
