# Blockchain components

The most critical components of the Play2Earn game (of course, after the interest of the community) are the transparency of the reward system, its stability and reliability, and the player's undisputed right to his rewards. All these components are implemented on-chain.&#x20;

**For DinoWars** ��**, these are crucial elements of the ecosystem:**

&#x20;  1️⃣ a set of smart contracts deployed on BSC;

&#x20;  2️⃣ a system of two tokens ([**gaming**](/blockchain-part/two-tokens.md#in-game-token) and [**governance**](/blockchain-part/two-tokens.md#governance-token)) deployed on-chain;

&#x20;  3️⃣ a decentralized system of match rewards and rewards for activities and participation in events;

&#x20;  4️⃣ decentralized in-game transactions system and [**marketplace**](/game-elements/additional-platform-features.md#marketplace);

&#x20;  5️⃣ valuable [**items**](/game-elements/game-mechanics.md#sockets) and [**artifacts**](/game-elements/wearable-equipment-and-craft.md) in the form of NFTs;

&#x20;  6️⃣ a fully backed in-game token supported by the gateway implemented on smart contracts;

&#x20;  7️⃣ several staking systems for players and early adopters;

&#x20;  8️⃣ DAO and protocol management system and parameters tuning;

&#x20;  9️⃣ all in-game token emission control mechanisms are implemented on smart contracts.

The powerful decentralization of the protocol on which **DinoWars** 🦖 is based allows you to focus on developing the gameplay. All functions related to the economy of the protocol, its balance, and rewards are implemented on-chain and based on a system of smart contracts. Thus, the decentralization of the elements listed above helps to achieve several goals:

&#x20;  1️⃣**Transparent reward system** - the user owns all earned tokens and NFTs; they are all in the player's pocket, under his control.

&#x20;  2️⃣ **Reliable reward system** - separation of operations for the game and governance token, as well as the introduction of a stable price of the in-game token, excludes the possibility of speculation due to volatility and supports the stability of internal operations.

&#x20;  3️⃣ **Fully backed** – the in-game token secures player's rewards; it is supported by creating a protocol gateway for its purchase.

&#x20;  4️⃣ **The decentralized marketplace** and provision of artifacts in the form of **NFTs** support the in-game economy and give players reliable processes for exchanging and buying in-game and non-game items.&#x20;

&#x20;  5️⃣ **Fully managed rewards issuance** processes provide a stable token circulation system and protocol balance.

&#x20;  6️⃣ Various mechanisms of **staking, lotteries, and rewards for events and activities** positively affect the balance within the game, allowing you to focus on the gameplay and work on increasing the players' interest.


---

# Agent Instructions: 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:

```
GET https://whitepaper.dino-wars.com/blockchain-part/blockchain-components.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.
