> For the complete documentation index, see [llms.txt](https://docs.xwg.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xwg.games/getting-started/xwg-token/multichain-network.md).

# Multichain Network

X World Games has adopted different protocols for the issuance of various digital assets. The XWG token issuance adopts BEP-20 from Binance Smart Chain,ERC-20 from Ethereum and ARB-20 from Arbitrum, given its security, scalability, and affordability, we believe this will maximize our player base and lower the shifting cost for our players coming from the conventional gaming world.

As part of our infrastructure construction, we're building a layer-2 protocol to scale the NFT trading, which can be integrated with many different development protocols or side-chains to limit the amount of storage and hash power required to validate blocks during a transaction.

We aim to facilitate more than 20,000 transactions per second (TPS) with instant minting ability, and most importantly, no gas fee. So gamers can finally play, create, and trade without worries and experience true decentralizing gaming.

## Contracts

* [x] [**`Ethereum`**](https://etherscan.io/token/0x0a77ef9bf662d62fbf9ba4cf861eaa83f9cc4fec)
* [x] [**`Arbitrum`**](https://arbiscan.io/address/0xeb4d25db65dcef52380c99ba7e1344c820ecb1fc)
* [x] [**BNB Beacon Chain**](https://www.bscscan.com/token/0x6b23c89196deb721e6fd9726e6c76e4810a464bc)


---

# 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.xwg.games/getting-started/xwg-token/multichain-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.
