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

# Advantages

Decentralization: MoolaNet operates on a decentralized blockchain network, ensuring that the platform is not controlled by any central authority. This eliminates the need for intermediaries and provides users with full control over their assets and transactions.

Open Access: MoolaNet is open to anyone who wants to use its services, without any restrictions based on geography, wealth status, or age. This promotes financial inclusion and allows users from all around the world to access decentralized financial services.

Censorship Resistance: MoolaNet is designed to prioritize censorship resistance, meaning that no entity or authority can selectively restrict or deny access to the platform. Transactions and interactions on MoolaNet are resistant to censorship attempts, providing users with freedom and autonomy over their financial activities.

Automated Market Maker (AMM): MoolaNet utilizes an AMM model, which provides continuous liquidity for trading assets. This eliminates the need for traditional order books and allows users to trade directly with the liquidity pool, ensuring that trades can be executed quickly and efficiently.

Self-Custody: MoolaNet enables users to have full control and custody over their assets. Users hold their private keys and can securely manage their funds without relying on centralized intermediaries. This enhances security and reduces the risk of funds being compromised or frozen.

Customizable Liquidity Positions: MoolaNet offers liquidity providers the ability to concentrate their capital within specific price ranges, known as positions. This allows for deeper liquidity around the mid-price and enables liquidity providers to earn more trading fees with their capital. It also provides traders with greater liquidity options.

Flexibility and Range Orders: MoolaNet introduces range orders, allowing users to specify price ranges for their trades. This mitigates the impact of price fluctuations and reduces the potential for slippage, providing users with more control and certainty over their trades.

Governance: MoolaNet has a decentralized governance system that allows token holders to actively participate in shaping the future of the protocol. Token holders can propose and vote on governance proposals, ensuring a collective decision-making process that reflects the interests of the community.

These advantages make MoolaNet a compelling platform for users seeking decentralized and open-access financial services. By prioritizing decentralization, self-custody, and censorship resistance, MoolaNet empowers individuals to have greater control over their financial activities while promoting inclusivity and innovation in the cryptocurrency ecosystem.


---

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