# Mel docs

## Public

- [A post-blockchain Web3](https://docs.melproject.org/readme.md): A post-blockchain  Web3
- [Data model](https://docs.melproject.org/concepts/data-model.md)
- [Consensus](https://docs.melproject.org/concepts/consensus.md)
- [MEL: trustless sound money](https://docs.melproject.org/concepts/melmint.md)
- [Governance-free neutrality](https://docs.melproject.org/concepts/governance-free-neutrality.md)
- [Covenants](https://docs.melproject.org/concepts/covenants.md)
- [Light clients](https://docs.melproject.org/concepts/light-clients.md)
- [Network architecture](https://docs.melproject.org/concepts/network-architecture.md)
- [Melnet: the P2P layer](https://docs.melproject.org/concepts/melnet-the-p2p-layer.md)
- [What belongs on-chain?](https://docs.melproject.org/concepts/what-belongs-on-chain.md)
- [Overview](https://docs.melproject.org/developer-guides/developer-guides.md): A high-level overview of the different developer tools available to get started participating in the Mel ecosystem.
- [Gibbername: your first off-chain composable protocol](https://docs.melproject.org/developer-guides/gibbername.md)
- [melprot: a quick intro](https://docs.melproject.org/developer-guides/gibbername/melprot-a-quick-intro.md)
- [Design](https://docs.melproject.org/developer-guides/gibbername/design.md)
- [Implement](https://docs.melproject.org/developer-guides/gibbername/implement.md)
- [Use](https://docs.melproject.org/developer-guides/gibbername/use.md)
- [Next steps](https://docs.melproject.org/developer-guides/gibbername/next-steps.md)
- [Wallets](https://docs.melproject.org/developer-guides/using-wallets.md): Learn about Mel wallets and how to get started using them.
- [Setup and installation](https://docs.melproject.org/developer-guides/using-wallets/setup-and-installation.md): A short guide on how to set up and install our wallet CLI.
- [Sending money](https://docs.melproject.org/developer-guides/using-wallets/getting-started.md): A simple tutorial on how to set up and interact with Mel wallets.
- [Swapping tokens](https://docs.melproject.org/developer-guides/using-wallets/melswap-guide.md): A guide on swapping tokens on Mel.
- [Getting tokens](https://docs.melproject.org/developer-guides/getting-tokens.md): How to acquire Mel-native tokens.
- [Melmint overview](https://docs.melproject.org/developer-guides/getting-tokens/minting-mel-with-melminter.md): This is a brief, high-level introduction to Melmint.
- [Using melminter](https://docs.melproject.org/developer-guides/getting-tokens/using-melminter.md): This page shows how to participate in Melmint with the melminter CLI.
- [Melmint arbitrage](https://docs.melproject.org/developer-guides/getting-tokens/melmint-arbitrage.md): How to use melminter to (hopefully) profit via arbitrage.
- [Run a full node](https://docs.melproject.org/developer-guides/run-a-full-node.md)
- [Melnode quick start](https://docs.melproject.org/developer-guides/run-a-full-node/melnode-quick-start.md): In this section, you will learn how to use melnode, Mel's reference node implementation.
- [Basic replica node](https://docs.melproject.org/developer-guides/run-a-full-node/basic-replica-node.md): Running a replica node with melnode.
- [Setting up a local simnet](https://docs.melproject.org/developer-guides/run-a-full-node/setting-up-a-simnet.md): Learn how to run your own local "simnet" node.
- [Szaldi guide](https://docs.melproject.org/szaldi-guide.md): Szaldi: the trustless Mel->Ethereum light-client relay.
- [Bridge your coins](https://docs.melproject.org/szaldi-guide/bridge-your-coins.md): A step-by-step guide to transferring Mel coins to Ethereum using Szaldi via our client implementation, Szaldi-cli.
- [Architectural overview](https://docs.melproject.org/szaldi-guide/architectural-overview.md): A high-level overview of the Szaldi design.
- [Yellow Paper](https://docs.melproject.org/resources/yellow-paper.md)
- [Frequently asked questions](https://docs.melproject.org/resources/page-3.md): This is your one-stop shop for all commonly asked questions.
- [MelVM spec](https://docs.melproject.org/resources/melvm-spec.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.melproject.org/readme.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.
