> For the complete documentation index, see [llms.txt](https://docs.thriveonmars.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thriveonmars.com/supported-chains/wax-blockchain.md).

# WAX Blockchain

The Worldwide Asset eXchange (WAX) is a purpose-built blockchain designed to make e-commerce transactions faster, easier, and more secure. Here’s a quick overview:

* **High Performance**: The WAX blockchain is known for its high transaction speed and low fees, making it ideal for the fast-paced world of digital asset trading.
* **Delegated Proof of Stake (DPoS)**: WAX uses a DPoS consensus mechanism, which enhances security and scalability by allowing token holders to vote for block producers.
* **WAXP Token**: The native cryptocurrency of the WAX blockchain, used for transactions and staking.
* **dApps and NFTs**: WAX supports a wide range of decentralized applications (dApps) and non-fungible tokens (NFTs), enabling creators to monetize their digital content.
* **User-Friendly Tools**: WAX offers tools like WAX Cloud Wallet, which simplifies the process of creating and managing blockchain accounts, making it accessible even to non-technical users.
* **Sustainability**: The WAX blockchain is eco-friendly, consuming significantly less energy compared to traditional proof-of-work blockchains.

### Key Links

* **Official Website**: [WAX.io](https://wax.io/)
* **WAX Cloud Wallet**: <https://www.mycloudwallet.com/> ([Anchor](https://www.greymass.com/anchor) is recommended for self-custody).
* **NFT Marketplace**: <https://wax.atomichub.io/>
* **WAX Explorer**: <https://waxblock.io/>


---

# 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.thriveonmars.com/supported-chains/wax-blockchain.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.
