# 🧩 Developer Docs

Welcome to the official developer documentation for QIE , an **EVM-compatible blockchain** built for speed, scalability, and seamless Ethereum tooling support.

### 🚀 Why QIE best for developers?

* **EVM-Compatible:** Use the same tools, languages (Solidity), and smart contracts you already know from Ethereum.
* **High Throughput:** Achieve up to **30,000 transactions per second** with sub-second finality.
* **Low Fees:** Optimize dApp performance without worrying about gas costs.
* **Secure and Scalable:** Built with a modern consensus and modular architecture designed for global adoption.


---

# 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.qie.digital/developer-docs.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.
