> For the complete documentation index, see [llms.txt](https://faq.worldmobiletoken.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.worldmobiletoken.com/docs/introduction/faq.md).

# World Mobile Token

### World Mobile in a nutshell

Imagine what will happen when more than 3 billion people who are unconnected get connected. They will be making calls, watching videos, playing games and using mobile wallets to send money to each other. Each person will be using all these services multiple times per day. Every time they do, they will generate transactions and every transaction will generate a reward – WMTx.&#x20;

On the World Mobile network, customers will connect to and transmit data through our various types of [<mark style="color:purple;">**AirNodes**</mark>](/docs/network/what-is-an-airnode.md). Transactions on the network will be processed on-chain by [<mark style="color:purple;">**EarthNodes**</mark>](/docs/network/what-is-an-earthnode.md). EarthNode Operators around the world help by processing network transactions and securing transactions, and they are rewarded with WMTx.

When mainnet is live, any WMTx holder will be able to stake to an EarthNode Operator of their choice and share these rewards.&#x20;

Imagine the rewards from every single transaction on the World Mobile network being sent directly back to EarthNode Operators and those staking WMTx with them. That's the beauty of the sharing economy.&#x20;

World Mobile Token is the ultimate utility token for the world's first mobile network built on the blockchain.


---

# 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://faq.worldmobiletoken.com/docs/introduction/faq.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.
