> For the complete documentation index, see [llms.txt](https://usdtzed-1.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://usdtzed-1.gitbook.io/whitepaper/frequently-asked-questions.md).

# Frequently Asked Questions

#### **1. What is USDT.z?**

**USDT.z (Tether USD Bridged ZED 2.0)** is a fully decentralized stablecoin built on the **Binance Smart Chain (BEP20)**. It maintains a **1:1 peg to the U.S. Dollar** and is designed for use in DeFi, payments, trading, and cross-chain applications.

***

#### **2. How does USDT.z maintain its $1 USD peg?**

USDT.z uses **audited smart contracts** and a reserve-backed mechanism to ensure stability. The peg is enforced programmatically, making the token price predictable and reliable.

***

#### **3. Is USDT.z centralized or decentralized?**

USDT.z is **fully decentralized**. No central authority controls token issuance, transfers, or reserves. Governance decisions are **community-driven** and executed via smart contracts.

***

#### **4. On which platforms can I use USDT.z?**

USDT.z is compatible with:

* **Wallets:** MetaMask, Trust Wallet, Binance Chain Wallet, and more.
* **Exchanges:** Both centralized (CEXs) and decentralized (DEXs) that support BEP20 tokens.
* **DeFi & dApps:** Lending, staking, liquidity pools, NFT marketplaces, and gaming platforms.

***

#### **5. Can USDT.z be used for cross-chain transactions?**

Yes. USDT.z can be bridged to other blockchains, including Ethereum, Polygon, and Avalanche, enabling **cross-chain liquidity and usability**.

***

#### **6. How is USDT.z different from other stablecoins?**

* Fully decentralized with **no central control**.
* Maintains **transparent, verifiable reserves** on-chain.
* Optimized for **Web3 integration** and multi-chain use.
* Offers **fast, low-cost transactions** on the Binance Smart Chain.

***

#### **7. How can I earn or stake USDT.z?**

USDT.z can be used in:

* **Liquidity pools** on DEXs.
* **Staking programs** and yield farming opportunities within DeFi platforms.
* **Community incentive programs** including airdrops and rewards.

***

#### **8. What security measures protect my USDT.z?**

* Smart contracts are **audited and immutable**.
* Critical funds are secured in **multi-signature wallets**.
* Users are encouraged to **secure private keys** and follow best practices.

***

#### **9. Is USDT.z regulated?**

USDT.z is **decentralized and global**, operating under blockchain protocols. While the project itself does not perform KYC/AML, exchanges and platforms listing USDT.z follow applicable regulations.

***

#### **10. Where can I find more information?**

Visit the **official USDT.z website** and follow our **social channels** for updates, guides, and support. Whitepapers, audits, and governance documentation are publicly available for transparency.


---

# 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://usdtzed-1.gitbook.io/whitepaper/frequently-asked-questions.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.
