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

# Technology

GQR is built on the Binance Smart Chain (BSC), leveraging its robust infrastructure and smart contract capabilities. BSC's decentralized nature ensures reliability and censorship resistance, making it an ideal platform for GQR's ecosystem. Smart contracts enable automated and trustless execution of QR code generation services, guaranteeing transparency and security for users.

<figure><img src="/files/eYrriefkjLS0x4lk5fll" alt=""><figcaption></figcaption></figure>

<br>

**Why Binance Smart Chain (BSC):**

Smart Contract Capabilities: BSC's smart contract functionality allows for the execution of code directly on the blockchain. This is particularly advantageous for implementing the logic behind QR code generation and managing interactions with your utility token.

Growing Ecosystem: BSC boasts a rapidly expanding ecosystem with a burgeoning developer community, comprehensive documentation, and a diverse array of tools and frameworks for building decentralized applications (DApps). This fosters an environment conducive to innovation and provides access to valuable resources and support.

Security and Reliability: BSC prioritizes security and reliability, employing robust protocols to safeguard against potential vulnerabilities. With its commitment to maintaining a secure network, BSC offers peace of mind for developers and users alike.

Interoperability: BSC supports interoperability with various blockchain networks, enabling seamless integration with a wide range of wallets, exchanges, and other BSC-based applications. This enhances the usability and liquidity of your utility token within the broader crypto ecosystem.

Scalability Solutions: BSC addresses scalability challenges through innovative solutions, including parallel processing and consensus mechanisms. These scalability enhancements ensure that your QR generation software remains efficient and scalable, even as usage continues to grow.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://genqr.gitbook.io/whitepaper/technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
