> For the complete documentation index, see [llms.txt](https://docs.nemus.earth/nemus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nemus.earth/nemus-docs/nemus-litepaper/welcome-to-nemus/why-the-world-needs-nemus/welcome-to-the-jungle.md).

# Welcome to the Jungle

Not all who destroy the forest do it for personal gain or malintent. Sometimes, it is simply done out of ignorance, or a need for survival.&#x20;

For example, in many areas of the Amazon -- especially at the fringes between civilization and the forest -- land is slashed and burned to raise cattle and/or build a homestead. For many families this is often the only means for income or sustenance.&#x20;

In other cases, people simply follow the example set before them. While the law allows for 20% of land to be clear cut (by its legal owners,) a perverse incentive exists to cut more given that pastureland reaches higher valuations than non-performing forest properties. This “neighborly” approach has a snowball effect as cities develop deeper into the forests.&#x20;

While neither of these scenarios exist to take advantage of the land, they exist nonetheless. At present time, there is little being done to educate, or enforce proper land use. There are also many other examples that, regardless of intent, contribute to the loss of valuable forest land.

![Timelapse of the impact of clearcutting near a small growing city in the Amazon](https://lh4.googleusercontent.com/X5e-CFQMewWqrn5pnqdOrJTHnYQ5xtVrWD7ThGNkZY1yE5OL3A-89mqOtyi17GivLfj2mylw_TaVmJ0Ik999LixoOE49eWEba4YzH3kgcTvJps9VTvRAodZT7iZpUDlJzzhwR6E)

However, there are still those who take advantage of a lack of enforcement and operate in the interest of personal gain, at the expense of the land.

Take for example “professional squatters” who will invade an area, clear cut it, and sell the land to cattle ranchers. This activity is clearly illegal, both clear cutting without a license, and selling land they do not own, but the Amazon is huge, so it’s very difficult for Brazilian officials to enforce the laws or keep track of every squatter. Even though satellite imagery makes it possible to detect illegal clear cutting, accessibility remains a challenge. There is little to no equipment for police forces to use that will enable them to stop it from occurring.&#x20;

It is also true that many illegal loggers weigh the financial reward of selling timber against the smaller risk of being caught. These bad actors have no regard for sustainable forestry practices and care not about the destruction they leave behind. Combined with others who destroy the land for personal gain, we are left with one of the earth's most important resources (at a time when we need it most) literally disappearing.


---

# 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.nemus.earth/nemus-docs/nemus-litepaper/welcome-to-nemus/why-the-world-needs-nemus/welcome-to-the-jungle.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.
