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

# Overview

Welcome to the MAP Protocol documentation. This guide helps users, node operators, and application developers get started with MAP Protocol.

## What is MAP Protocol?

MAP Protocol is a peer-to-peer cross-chain infrastructure enabling secure interoperability between different blockchains. It supports:

* Cross-chain asset transfers
* Cross-chain messaging
* Omnichain application development

## Getting Started

### For Users

Learn about MAP Protocol and how to use cross-chain services.

* [Introduction](/learn/introduction.md)
* [Architecture Overview](/learn/architecture/overview.md)

### For Node Operators

Run nodes and participate in the network.

* [Run Node](/run-node/overview.md)
* [Become Validator](/validator/become-validator.md)
* [Run Compass-TSS (v2)](/compass-tss-crossx/overview.md)

### For Developers

Build cross-chain applications on MAP Protocol.

* [Development Guide](/develop/overview.md)
* [Cross-chain Application](/develop/cross-chain-application/overview.md)
* [API & SDK](/api-and-sdk/json-rpc/standard-rpc.md)

## Documentation Structure

| Section                                                                            | Description                      |
| ---------------------------------------------------------------------------------- | -------------------------------- |
| [Learn](/learn/introduction.md)                                                    | Understand MAP Protocol concepts |
| [Network](/network/relay-chain.md)                                                 | Network and contract information |
| [Run Node](/run-node/overview.md)                                                  | Node operation guides            |
| [Validator](/validator/become-validator.md)                                        | Validator guides                 |
| [Compass-TSS](/compass-tss-crossx/overview.md)                                     | Compass-TSS (v2) operation       |
| [Develop](/develop/overview.md)                                                    | Application development          |
| [API & SDK](/api-and-sdk/json-rpc/standard-rpc.md)                                 | API reference and SDK            |
| [Resources](https://github.com/mapprotocol/docs/blob/master/resources/glossary.md) | Glossary and links               |

## Network Information

### Mainnet

* Chain ID: 22776
* RPC: <https://rpc.maplabs.io>
* Explorer: <https://maposcan.io>

### Testnet (Makalu)

* Chain ID: 212
* RPC: <https://testnet-rpc.maplabs.io>
* Explorer: <https://testnet.maposcan.io>

## For Advanced Developers

For protocol design details, contract specifications, and chain integration guides, see the [Developer Documentation](https://github.com/mapprotocol/docs/blob/master/developer-docs/README.md).

## Resources

* [GitHub](https://github.com/mapprotocol)
* [Website](https://mapprotocol.io)
* [Discord](https://discord.gg/mapprotocol)
* [Twitter](https://twitter.com/mapprotocol)

## Support

* GitHub Issues: Report bugs and request features
* Discord: Community support and discussions
