# What is an EarthNode?

EarthNodes are defined as the processors of the core logic of the World Mobile Chain. They function as the brain of the system that interconnects all the other types of nodes and are composed of a number of software modules, communicating through a central module called the Internode API.

Other EarthNode modules provide an authentication layer (Decentralised Identity module), a ledger layer (blockchain module), and a telecommunications layer (telecom module). The Decentralised Identity (DID) module provides the interface to a digital ID solution. In the blockchain module, a distributed ledger records all the transactions that take place on the network.

Unlike AirNodes, EarthNodes do not have any geographical restrictions. This means it is possible to run an EarthNode and support the World Mobile network from anywhere in the world.

{% hint style="info" %}
If you would like to read more head over to [<mark style="color:purple;">**https://docs.worldmobile.io/**</mark>](https://docs.worldmobile.io/)
{% endhint %}


---

# 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://faq.worldmobiletoken.com/docs/network/what-is-an-earthnode.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.
