> For the complete documentation index, see [llms.txt](https://docs.game7.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game7.io/building-on-the-g7-network.md).

# Building on the G7 Network

The G7 Network is designed to integrate with an ecosystem of existing and future Game7 products, which are designed to foster user growth and economic engagement, with developers being able tap into this ecosystem through a suite of tools and services.

Through Summon, HyperPlay, and World Builder, developers will be able to leverage:&#x20;

* **Free Economic Zone:** Games on the network benefit from a Free Economic Zone, leveraging our cutting-edge products and services at no cost and accessing subsidies to simplify player onboarding.
* **Data and Monetization:** By launching games on the network, developers can leverage our existing playersʼ reputation data, economy management tools, and monetization primitives through intuitive APIs provided by World Builder and the HyperPlay [Developer Portal](https://docs.hyperplay.xyz/).&#x20;
* **Discoverability and Community Building:** As games generate economic activity and value, they are prioritized for visibility and discoverability on both HyperPlay and within the Game7 Portal, helping bootstrap their community and player base with minimal marketing costs.&#x20;
* **Access to Resources:** As resources are distributed from the treasury to support games, an integrated endowment mechanism plans to unlock resources based on economic activity and value captured by **Game7 Nation**. This provides a transparent, efficient pathway to support game development and growth, aligning their success with that of the Nation.

### The Game7 Developer Program

For game developers looking to grow alongside this new Nation, you can apply to participate in the Game7 [Developer Program](/game7-developer-program.md), designed to help you bring your games to the G7 Network and the Game7 community.


---

# 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.game7.io/building-on-the-g7-network.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.
