> For the complete documentation index, see [llms.txt](https://docs.gamereum.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamereum.org/others/frequently-asked-questions.md).

# Frequently Asked Questions

Here are answers to questions we’re often asked about Gamereum.

Q – What makes Gamereum different from other gaming blockchains?

* Gamereum uniquely offers a high-throughput, gaming-specific L1 blockchain with modular sub-chains and zK-protocol for enhanced scalability, security, and privacy.

Q – How does Gamereum ensure fast transaction speeds?

* Gamereum achieves near-instant finality and high transaction throughput by utilizing a modular blockchain structure and an efficient zkBFT PoS consensus mechanism.

Q – Can Web2 games be integrated into the Gamereum ecosystem?

* Yes, Gamereum's Blockchain Integration Layer and Game Adaptation Kit enable seamless integration of Web2 games into the Web3 ecosystem.

Q – Are there any tools available for developers on Gamereum?

* Gamereum provides a comprehensive set of development tools, including APIs, SDKs, and an AI-transitioning assistant for smooth onboarding and integration.

Q – How does Gamereum handle asset tokenization in games?

* Gamereum enables the tokenization of in-game assets as NFTs or semi-fungible tokens leveraging broad compatible token protocols for verifiable ownership and seamless  asset portability across games and platforms.


---

# 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.gamereum.org/others/frequently-asked-questions.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.
