Skip to content

Resources

WAX uses a resource model for execution and storage.

Resource Types

CPU

CPU covers transaction execution time.

NET

NET covers network bandwidth for transaction data.

RAM

RAM covers on-chain storage used by accounts and contracts.

Why Resources Matter

Resources affect:

  • whether transactions can execute
  • how contracts store data
  • how much infrastructure and app logic cost to operate
  • how users experience app interactions

Practical View

For most users, the first concept to learn is PowerUp. For builders, the important next step is understanding how resource usage affects transaction design, onboarding, and contract storage.

Read next: