> For the complete documentation index, see [llms.txt](https://qiedex.qie.digital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qiedex.qie.digital/official-token-contract-addresses-qie-network.md).

# Official Token Contract Addresses (QIE Network)

⚠️ **Important:**\
Always verify token contract addresses before interacting with any asset. Using incorrect or fake contract addresses may result in **permanent loss of funds**.

### 🔐 Verified Token Contracts

Below are the **official and verified contract addresses**:

#### 🪙 Wrapped Tokens

* **WETH** (Wrapped ETH on QIE Network)\
  `0x95322ccB3fb8dDefD210805EE18662762a0bc4A2`
* **WBNB** (Wrapped BNB on QIE Network)\
  `0x9e02ba5dE6d26D5Ca5688Ed3999C6bcF4F3e966E`
* **wUSDC.eth** (Wrapped USDC on QIE Network)\
  `0x0e93FAcc0a2cfD418403f3AD3EEfB5C8b2dfAec7`
* **wUSDT.eth** (Wrapped USDT on QIE Network)\
  `0xCB7bBC584475dce754a918ccD92FF6E0211f3CEE`

***

#### 💵 Stablecoin

* **QUSDC**\
  A stablecoin on QIE Network pegged 1:1 with USDC\
  `0x3F43DA82eC9A4f5285F10FaF1F26EcA7319E5DA5`

***

#### 🌐 Native Wrapped Token

* **WQIE** (Wrapped QIE token)\
  `0x0087904D95BEe9E5F24dc8852804b547981A9139`

***

### 🛡️ Security Guidelines

* ✅ Always copy contract addresses **directly from this page**
* ❌ Do NOT trust addresses from unknown sources (Telegram, Discord, etc.)
* 🔍 Double-check before adding tokens to your wallet
* 🧾 Bookmark this page for future reference

***

### 📢 Disclaimer

This is the **official list of token contracts** for the QIE Network.\
The organization is not responsible for losses caused by interacting with incorrect or fraudulent contracts.


---

# 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://qiedex.qie.digital/official-token-contract-addresses-qie-network.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.
