# Technical Overview

* ####
  * **Blockchain:** Binance Smart Chain (BSC) for low fees and high throughput.
  * **Token Standards:**\
    ERC-20 compliant with upgradeable proxy (UUPS) pattern for future enhancements.
  * **Total Supply:**\
    200 billion PKT tokens with 18 decimals.
  * **Transfer Fee:**\
    0.5% fee applied on transfers, supporting sustainability and platform growth.
  * **Fee Wallet:**\
    Receives collected fees; managed by contract owner with transparency and exemption controls.
  * **Security:**\
    Utilizes OpenZeppelin’s audited upgradeable contracts and reentrancy guards.


---

# 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://read.passkash.vip/whitepaper/introduction/technical-overview.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.
