> For the complete documentation index, see [llms.txt](https://whitepaper.nextearth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.nextearth.io/chapter-ii/pillars-of-the-metaverse/economy/fiat-gateway.md).

# Fiat Gateway

There are roughly 350 million cryptocurrency holders worldwide. Five years ago this number was less than 10 million. The next billion Web3 users are expected to arrive in the next 5 years, meaning that they currently do not have any working understanding of how Web3 works.&#x20;

The Metaverse and the pursuit of the Everything App will open this up to the masses, meaning that we need to create a true gateway for Web2 users who do not know how to use wallets or send and receive cryptocurrencies. Becoming a true gateway is something many Web3 projects aspire to achieve but as a Metaverse platform we have the opportunity to not fully rely on the large incumbents of the ecosystem but build our own scalable infrastructures.&#x20;

\
This is why we delivered land purchases, followed by token purchases via credit and debit cards on the Next Earth platform. In the Next Earth Ecosystem, fiat payment will be available to most if not all businesses and Launchpad projects as a feature and benefit of integrating with Next Earth.

\
As Next Earth is not a payment provider we integrated a trusted third party solution to our payment system. This is based on secure, cryptographically encrypted messages where Next Earth creates the encrypted message, sends it to the third party and when the fiat payment successfully happens the payment provider can mint the Land NFT for the user with the message and one of the smart contracts in the Next Earth Payment Contract system.

In this way the fiat payment is separated from Next Earth, Next Earth doesn’t know anything about the payment and the sensitive payment data, and the third party doesn’t need to know anything about the land creation process because it is coded into the message.\ <br>


---

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