# Virtual Land

Next Earth is an NFT-based digital replica of Earth where users can mint, buy, and sell 10x10m tiles of virtual land. This allows them to become citizens of Next Earth and members of the Next Earth economy. Landowners can also meet on our internal Marketplace or trade via OpenSea if they wish to sell or buy pre-owned tiles of NFT land.

\
Users can log into Next Earth via nextearth.io with or without a wallet and mint any land that is not pre-owned by other users. All Land tiles on Next Earth generate UNITs - an internal, non-tradeable, redeemable currency that is explained in the Economy section of this Chapter. Next Earth uses blockchain technology to handle payments and store the ownership of Lands. The chosen blockchain technology is the Polygon Blockchain because of its advantages over Ethereum (like low gas fees and fast block times), allowing for the best available user experience. The two main parts of the smart contract architecture are the Payment Contract and the NFT Contract.<br>


---

# 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://whitepaper.nextearth.io/chapter-ii/pillars-of-the-metaverse/virtual-land.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.
