> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/developer-documentation/integration-web3-with-your-game/differences-between-chains.md).

# Differences between chains

1. **Transaction Cost Flexibility:**
   * **Polygon:** Characterized by low transaction costs, making it an attractive choice for games with frequent microtransactions.
   * **BNB:** Binance Smart Chain also offers low transaction costs, competing favorably for games requiring frequent interactions.
   * **ETH:** Ethereum, on the other hand, may be more expensive due to high gas fees, a crucial consideration in game design.
2. **Scalability:**
   * **Polygon:** Engineered for scalability, capable of handling a large number of transactions at minimal costs.
   * **BNB:** Binance Smart Chain also provides greater scalability than Ethereum, advantageous for games with intensive traffic.
   * **ETH:** Ethereum, due to its popularity, may encounter scalability issues affecting game performance.
3. **DeFi and NFT Ecosystem:**
   * **Polygon:** Boasts a robust DeFi and NFT ecosystem, beneficial for game projects intending to integrate with these sectors.
   * **BNB:** Binance Smart Chain is developing its DeFi ecosystem with a lesser emphasis on NFTs.
   * **ETH:** Ethereum leads in the NFT and DeFi space but comes with higher transaction costs.
4. **Decentralization:**
   * **Polygon:** Functions as a layer two solution on Ethereum, leveraging Ethereum's decentralization but with lower costs.
   * **BNB:** Binance Smart Chain is more centralized compared to Ethereum, a factor to consider for projects emphasizing decentralization.
   * **ETH:** Ethereum is considered one of the most decentralized blockchains, crucial for projects prioritizing decentralization.
5. **Transaction Speed:**
   * **Polygon:** Offers rapid transaction confirmations through the implementation of sidechain technology.
   * **BNB:** Known for fast transaction speeds, attracting projects requiring immediate actions.
   * **ETH:** Ethereum may experience delays due to network congestion, impacting transaction confirmation times.

The choice between Polygon, BNB, and Ethereum depends on the individual requirements of the game project, such as costs, scalability, integration with the DeFi and NFT ecosystems, and the priority given to decentralization.


---

# 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.metaproprotocol.com/developer-documentation/integration-web3-with-your-game/differences-between-chains.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.
