> For the complete documentation index, see [llms.txt](https://litepaper.legendsofludo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.legendsofludo.xyz/operations/technology/blockchain.md).

# Blockchain

## **Polygon**

The ecosystem around Ethereum is incredibly vibrant. We believe ETH is effectively as good as money for the internet but building on L1 Ethereum comes with significant scalability issues and high gas fees.

Since Legends of Ludo is a multiplayer game with expected relatively high TPS, we've chosen to build blockchain layer with [<mark style="color:purple;">Polygon's technology</mark>](#blockchain) (previously MATIC), a protocol and a framework for building and connecting Ethereum-compatible blockchain networks.&#x20;

Polygon is a L2 Ethereum side-chain that solves some of these problem&#x73;**:**

* **Performance**: 10,000+ TPS
* **Low fees**: $0.0001 per transaction
* **Native liquidity**: High TVL and liquidity access needed for a big player base
* **Ecosystem**: Rapidly growing ecosystems of users, developers, exchanges and liquidity providers for Polygon
* **Ethereum compatible**: Supports all the existing Ethereum tooling and Solidity
* **Security**: Polygon uses a dual strategy of Proof of Stake at the checkpointing layer and Block Producers at the block producer layer to achieve faster blocktimes. It also achieves finality on the main chain using the checkpoints and fraud proofs. It is additionally secured by a set of staking contracts on the Ethereum mainnet.

Over time, we envision to move to a sovereign chain supported by Polygon that will help us continue to scale as we grow and aim to launch our own protocol.

## **Decentralization**

Our primary goal with our efforts on the blockchain is to provide a secure distributed ledger that ensures verification and authenticity that enable our players to get Token rewards and also create and trade scarce assets (NFTs) in the Legends of Ludo

Our players primarily care about the benefits blockchain can bring over decentralization itself so we're careful not to decentralize too quickly at cost of security and performance.


---

# 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://litepaper.legendsofludo.xyz/operations/technology/blockchain.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.
