> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting up your Monad node

The execution events SDK relies on a shared memory communication system,
in which the node's EVM execution daemon acts a publisher. Thus, in order to
use it, you need to (i) run your own Monad node and (ii) run your data
processing application on the same host as the node, so it can read the
data from shared memory.

Follow the guides on the [node operations](/node-ops) page,
which cover how to install and configure a full node, and how to reset it
when problems occur. You will also need to follow some
[extra configuration steps](/node-ops/events-and-websockets)
to prepare the node for use with execution events.
