> For the complete documentation index, see [llms.txt](https://docs.global-entertainment-token.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.global-entertainment-token.org/7.-technology-architecture-and-scalability/7.3-web3-unaware-design-philosophy-for-non-engineers.md).

# 7.3 “Web3-unaware design philosophy” for non-engineers

<figure><img src="/files/24qRLTQGF8ppnvsi5i9c" alt=""><figcaption></figcaption></figure>

To ensure accessibility for general users (fans, creators), GET was designed so that blockchain complexity is hidden behind familiar interfaces.

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">UI/UX side (front)</td><td valign="top">System structure (back)</td></tr><tr><td valign="top">Participate and purchase with a single login</td><td valign="top">Authentication with Wallet Connect (Cardano)</td></tr><tr><td valign="top">QR Code payment with GET Pay</td><td valign="top">GET Token → point conversion logic</td></tr><tr><td valign="top">Participate in decision-making with voting button</td><td valign="top">Smart Contract execution with Plutus</td></tr><tr><td valign="top">Proof of ownership NFT will be automatically displayed</td><td valign="top">Link design with on-chain NFT + RWA</td></tr></tbody></table>

Thus, Web2-like simplicity is fully backed by Web3-grade security and decentralization.


---

# 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://docs.global-entertainment-token.org/7.-technology-architecture-and-scalability/7.3-web3-unaware-design-philosophy-for-non-engineers.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.
