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

# Overview

Telcoin Network is an EVM-compatible, public blockchain secured by GSMA Operator Member Mobile Network Operators globally using proof of stake consensus. The system serves as underlying blockchain architecture securing private property rights over digital assets and enabling on-chain protocols and applications such as TELx.

This documentation is designed to help familiarize builders with the Telcoin Network. It gives background on the tech behind the Telcoin Network, contains a full list of methods supported by the network, and provides some tutorials for developing some initial projects.

Brief run downs of the docs sections are given below:

* Getting Started - Guides to help developers start building with Telcoin Network.
  * Reading Blockchain Data - An overview of the simplest types of blockchain interactions.
  * Writing to Blockchain - Mastered reading data from the blockchain? Let's start writing.
  * Dapp Development - Let's start building decentralized apps!
* Networks and RPC Endpoints - Reference documentation for connecting to Telcoin Network.
* RPC Methods - Reference documentation providing information on interacting with nodes.

### Windows users

Windows users are strongly advised to use WSL2. Start with these [instructions on installing WSL2 ](https://learn.microsoft.com/en-gb/windows/wsl/install)and then follow this [tutorial ](https://code.visualstudio.com/blogs/2019/09/03/wsl2)to set it up to work with VS Code (If VS Code is your preferred IDE).

WSL2 gives a linux style environment and avoids some compatibility issues with Windows systems.

{% hint style="warning" %}
All commands throughout the documentation will be focused on use with Unix-like (e.g. WSL2) systems.
{% endhint %}


---

# 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.telcoin.network/telcoin-network/readme.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.
