> For the complete documentation index, see [llms.txt](https://gitbook.gamersxp.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.gamersxp.io/whitepaper/technology/technical-specifications.md).

# Technical Specifications

GamersXP is the holistic gaming ecosystem running on Polygon (MATIC) Blockchain. We have used the best available services to have a fully scalable and stable ecosystem. GamersXP ecosystem delivers seamless onboarding and effortless UX.

[**Overwolf Platform**](https://www.overwolf.com/)

Overwolf is a tech platform for in-game overlay apps, empowering independent creators to build the apps they want for the games they love. Apps can provide in-game stats, video-capturing features, guides, and much more.

[**Infura**](https://www.infura.io/)

Infura provides the tools and infrastructure that allow developers to easily take their blockchain application from testing to scaled deployment - with simple, reliable access to Ethereum and IPFS.

[**Polygon Blockchain**](https://polygon.technology/)

Polygon believes in Web3 for all. Polygon is a decentralized Ethereum scaling platform that enables developers to build scalable user-friendly dApps with low transaction fees, without ever sacrificing security. Polygon combines the best of Ethereum and sovereign blockchains into a full-fledged, multi-chain system.

[**Amazon AWS Sevices**](https://aws.amazon.com/)

Amazon Web Services offers a broad set of global cloud-based products including computing, storage, databases, analytics, networking, mobile, developer tools, management tools, IoT, security, and enterprise applications. These services help organizations move faster, lower IT costs, and scale.

[**The Graph**](https://thegraph.com/en/)

The Graph is an indexing protocol for querying networks like Ethereum and IPFS. Anyone can build and publish open APIs, called subgraphs, making data easily accessible.

[**Chainlink**](https://chain.link/)

*Chainlink* is the industry-standard Web3 services platform connecting the world's data and systems to blockchains.

[**Web3Auth**](https://web3auth.io/)

Simplest Web3 Wallet Infrastructure for anyone and everyone Passwordless auth meets Multi-Party Computation (MPC), Self-custodial Wallet-as-a-service (WaaS) infrastructure for dApps and wallets.


---

# 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://gitbook.gamersxp.io/whitepaper/technology/technical-specifications.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.
