> For the complete documentation index, see [llms.txt](https://undergroundwarriors.gitbook.io/undergroundwarriors/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://undergroundwarriors.gitbook.io/undergroundwarriors/information/why-lamden-blockchain.md).

# Why Lamden Blockchain?

![](/files/05qZnW6uM5APKLGdYXCi)

## Speed

The dynamism that a game of these characteristics needs: state reading, determining factors and writing to the blockchain quickly, are extremely important. This gives the player the opportunity to not have to worry about transaction confirmations, waiting times and loading of their assets is a key factor in a game that aims to be fluid and fast-paced.

## Low cost

Much of the transaction costs are borne by the game itself and its platform, in turn, the low cost of using the Lamden blockchain allows us to focus on what really matters “Play”, thus allowing players to spend the least in instances where the use of the network is needed and to be able to allow a minimum impact on their actions and profit that they will obtain in the marketplace.

## Smart Contracts

The creation of smart contracts in Lamden, the ability to write in Python, the easy interpretation and reading through its wallet or API allow us to develop a game logic that is 100% transparent, auditable, and understandable by our community and players. Thus, allowing us to create the rules of our world from the beginning of development and not to be linked to a centralized server.

In addition, the ability to evolve our NFTs, also allow us to give your digital assets the opportunity to not only belong to the world of Underground Warriors, but in the future to be able to be used in any other DAPPS or Automated Market Maker (AMM) that you want, without losing their evolution in the game.

![](/files/KpO96eBvT5P8etlJSHcs)


---

# 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://undergroundwarriors.gitbook.io/undergroundwarriors/information/why-lamden-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.
