# WAX Blockchain Resources and Gas Fees

WAX operates using three primary resources: CPU, NET, and RAM. **CPU & NET**

* Both CPU and NET resources are utilized for processing and sending transactions, respectively.
* When you conduct a transaction, these resources are consumed.
* They regenerate over time, becoming fully replenished after a 24-hour period.

**RAM**

* RAM is the resource responsible for maintaining your account's state data on the blockchain.
* Unlike CPU & NET, RAM doesn’t regenerate. It's a consumable resource.
* If you need more RAM, you can purchase it. If you find you have excess RAM, it can be sold.

So, while WAX does not have traditional gas fees, users interact with the blockchain through the consumption and regeneration of these resources. Always monitor your resource levels to ensure smooth transactions. **Want to learn more?**&#x20;

{% embed url="<https://wax-io.medium.com/understanding-wax-blockchain-resources-cpu-net-ram-aa7d1880acb3>" %}


---

# 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.pixeljourney.xyz/introduction/wax-ecosystem-guides/common-questions-from-the-official-wax-discord-faq/wax-blockchain-resources-and-gas-fees.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.
