# Bluzelle

## Bluzelle

- [Bluzelle GameFi Overview](https://docs.bluzelle.com/developers/master.md): Bluzelle is a blockchain for GameFi with its ability to produce high quality games, protect players NFTs in it's decentralized storage layer, and leverage DeFi yields with its 10,000 TPS Cosmos-Based
- [Problem](https://docs.bluzelle.com/developers/problem.md)
- [The Solution](https://docs.bluzelle.com/developers/the-solution.md)
- [The BLZ Token](https://docs.bluzelle.com/developers/the-blz-token.md)
- [Careers](https://docs.bluzelle.com/developers/careers.md): Be a part of building Web 3.0 by applying for one of our listed jobs. You'll get to learn or advance your blockchain skills as we work with a variety of languages and different crypto protocols.
- [Bluzelle Staking Economics](https://docs.bluzelle.com/developers/staking/economics.md)
- [Gas & Tax](https://docs.bluzelle.com/developers/staking/gas-and-tax.md)
- [Validator](https://docs.bluzelle.com/developers/staking/validator.md): How to become a Bluzelle validator
- [Technical Requirements](https://docs.bluzelle.com/developers/staking/validator/technical-requirements.md)
- [Delegator](https://docs.bluzelle.com/developers/staking/delegation.md)
- [Overview](https://docs.bluzelle.com/developers/bluzelle-games/overview.md): Enter a world where a newly discovered living energy source, the Elementi, binds with multiple races across the galaxy to unlock powerful abilities.
- [The Story](https://docs.bluzelle.com/developers/bluzelle-games/the-story.md)
- [Game Lite Paper](https://docs.bluzelle.com/developers/bluzelle-games/game-lite-paper.md): Get all details of the game design here.
- [Features](https://docs.bluzelle.com/developers/bluzeller2/features.md)
- [Architecture](https://docs.bluzelle.com/developers/bluzeller2/technology.md)
- [Bluzelle Versus Filecoin](https://docs.bluzelle.com/developers/bluzeller2/bluzelle-versus-filecoin.md): How is Bluzelle superior to Filecoin and IPFS
- [Deploy Your dApps](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps.md)
- [JS](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps/blzjs.md)
- [Python](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps/blzpy.md)
- [Go](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps/blzgo.md)
- [Ruby](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps/blzrb.md)
- [Java](https://docs.bluzelle.com/developers/bluzeller2/deploy-your-dapps/blzjava.md)
- [Bridging between ERC20-BLZ and L1-BLZ](https://docs.bluzelle.com/developers/guide-and-resources/bridging-between-erc20-blz-and-l1-blz.md)
- [Create a Bluzelle Wallet](https://docs.bluzelle.com/developers/guide-and-resources/create-a-bluzelle-bnt-wallet.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bluzelle.com/developers/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
