# Abstract

MoolaNet is a decentralized peer-to-peer system built on the BNB blockchain that facilitates the exchange of cryptocurrencies (BEP-20 Tokens). It operates as a set of immutable smart contracts, prioritizing censorship resistance, security, and self-custody. MoolaNet utilizes an Automated Market Maker (AMM) model, replacing traditional order book markets with a liquidity pool that determines market rates based on the relative values of the participating assets. The system is open to the public, allowing anyone to swap tokens, provide liquidity, and create new markets without any restrictions.


---

# 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://moolanet.gitbook.io/moolanet-whitepaper/abstract.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.
