> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/pallets.md).

# Pallets

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:purple;"><strong>Worker Node Pallet</strong></mark></td><td>The <strong>Worker Node Pallet</strong> provides essential functionalities for managing solution groups, solutions, votes and reward distribution mechanisms.</td><td></td><td><a href="/ewx-ecosystem/pallets/worker-node-pallet.md">Worker Node Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Balances Pallet</strong></mark></td><td>The <strong>Balances Pallet</strong> responsible for managing token balances, enabling secure transfers, and supporting the blockchain’s economic operations.</td><td></td><td><a href="/ewx-ecosystem/pallets/balances-pallet.md">Balances Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Proxy Pallet</strong></mark></td><td>The <strong>Proxy Pallet</strong> enables enhanced account management, operational flexibility, and secure delegation, particularly beneficial in multi-sig setups and automation scenarios.</td><td></td><td><a href="/ewx-ecosystem/pallets/proxy-pallet.md">Proxy Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>XCM Pallet</strong></mark></td><td>The <strong>XCM Pallet</strong> facilitates Cross-Consensus Messaging (XCM), enabling secure and interoperable communication between different chains.</td><td></td><td><a href="/ewx-ecosystem/pallets/xcm-pallet.md">XCM Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Assets Pallet</strong></mark></td><td>The <strong>Assets Pallet</strong> provides comprehensive tools for managing and interacting with fungible token assets. </td><td></td><td><a href="/ewx-ecosystem/pallets/assets-pallet.md">Assets Pallet</a></td></tr><tr><td> <mark style="color:purple;"><strong>Multisig Pallet</strong></mark></td><td>The <strong>Multisig Pallet</strong> is integral for collaborative decision-making and securing high-value operations in decentralized ecosystems.</td><td></td><td><a href="/ewx-ecosystem/pallets/multisig-pallet.md">Multisig Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Scheduler Pallet</strong></mark></td><td>The <strong>Scheduler Pallet</strong> is integral for automating and orchestrating on-chain operations at specified block heights or based on dynamic triggers.</td><td></td><td><a href="/ewx-ecosystem/pallets/scheduler-pallet.md">Scheduler Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Preimages Pallet</strong></mark></td><td>The <strong>Preimages Pallet</strong> is a specialized component in the Substrate runtime that facilitates the storage, retrieval, and management of large data blobs (preimages) on-chain.</td><td></td><td><a href="/ewx-ecosystem/pallets/preimages-pallet.md">Preimages Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Offences Pallet</strong></mark></td><td>The <strong>Offences Pallet</strong> is designed to detect, record, and manage misbehavior within the network. It ensures the integrity of the system.</td><td></td><td><a href="/ewx-ecosystem/pallets/offences-pallet.md">Offences Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Eth-Bridge Pallet</strong></mark></td><td>The <strong>Eth-Bridge Pallet</strong> is responsible for facilitating interactions between a Substrate-based blockchain and an Ethereum-based network. </td><td></td><td><a href="/ewx-ecosystem/pallets/eth-bridge-pallet.md">Eth-Bridge Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Token-Manager Pallet</strong></mark></td><td>The <strong>Token-Manager Pallet</strong> is designed for managing tokens and handling token operations within a Substrate-based blockchain. </td><td></td><td><a href="/ewx-ecosystem/pallets/token-manager-pallet.md">Token-Manager Pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Ethereum-events pallet</strong></mark></td><td>The <strong>Ethereum-events pallet</strong> supports tracking event submissions, validation, and challenges while providing secure mechanisms for event processing and recording.</td><td></td><td><a href="/ewx-ecosystem/pallets/ethereum-events-pallet.md">Ethereum-events pallet</a></td></tr><tr><td><mark style="color:purple;"><strong>Avn Pallet</strong></mark></td><td>The <strong>Avn Pallet</strong> provides functionality that is common for other pallets such as handling offchain worker validations, managing a list of validator accounts and their signing keys.</td><td></td><td><a href="/ewx-ecosystem/pallets/avn-pallet.md">Avn Pallet</a></td></tr></tbody></table>


---

# 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.energyweb.org/ewx-ecosystem/pallets.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.
