# Smart-contracts

Noft Games is a blockchain game, which means it is built on smart-contracts. In the process of developing the game, we are adding new smart-contracts. The current smart-contracts are listed in this section.

### Token Transfer Contracts

{% tabs %}
{% tab title="ERC-721" %}
This contract is the ERC-721 standard. The main smart-contract.

{% hint style="info" %}
0x301817312598f8f48CB7D898d659ca4A4d457Ad8
{% endhint %}

name: NoftToken

rules:&#x20;

* Minting mechanics,
* Abilities determination,&#x20;
* Improvers determination,
* Phenotype determination,
* Calculation of starting points.

[→ Open on BSCScan.com](https://bscscan.com/address/0x301817312598f8f48cb7d898d659ca4a4d457ad8)
{% endtab %}

{% tab title="Minting" %}
{% hint style="info" %}
0xb936c734242929C4422d95B25EaC462915Db610C
{% endhint %}

name: NoftPrimaryMarket

rules:

* Minting,&#x20;
* Tokens Purchases,&#x20;
* Packs Purchases.

[→ Open on BSCScan.com](https://bscscan.com/address/0xb936c734242929C4422d95B25EaC462915Db610C)
{% endtab %}

{% tab title="Marketplace" %}
{% hint style="info" %}
0x94B25EF9495e761C9d7bD39839A5511DEc951A83
{% endhint %}

name: NoftSecondaryMarket

rules:

* Purchases on [noftgames.io/marketplace](https://noftgames.gitbook.io/hi/blockchain/www.noftgames.io/marketplace),
* Put on sale,&#x20;
* Commision fees.

[→ Open on BSCScan.com](https://bscscan.com/address/0x94B25EF9495e761C9d7bD39839A5511DEc951A83)
{% endtab %}
{% endtabs %}

### In-Game Contracts

{% tabs %}
{% tab title="Game Manager" %}
{% hint style="info" %}
0x26509CAcBf16f09d68abe867d0658B6f0A41B02e
{% endhint %}

name: NoftGameManager&#x20;

rules:&#x20;

* Creating Events and Ultimate Battles,
* Add players and bots,
* Allocate prizes.

[→ Open on BSCScan.com](https://bscscan.com/address/0xD0C5d45Bc255192C04908EA6CcE2DB080dF1E225)
{% endtab %}

{% tab title="Prize Pool" %}
{% hint style="info" %}
0xcd3b1E7CA2A0D5983462b680fC9FEf7d4bb18e85
{% endhint %}

name: NoftPrizePool

rules:

* Events battles,&#x20;
* Money receiving from an admin wallet,
* Sending to a battle in the size of one prize pool.

[→ Open on BSCScan.com](https://bscscan.com/address/0xcd3b1E7CA2A0D5983462b680fC9FEf7d4bb18e85)
{% endtab %}

{% tab title="Exp" %}
{% hint style="info" %}
0x72670F0cfdf389Cc70C787cE2A165178AC55CcA9
{% endhint %}

name: NoftExp&#x20;

rules:

* NoftExp Experience Retention,
* Obtaining Noft experience.

[→ Open on BSCScan.com](https://bscscan.com/address/0x72670F0cfdf389Cc70C787cE2A165178AC55CcA9)
{% endtab %}
{% endtabs %}

![](/files/0olMqpWtyJkkHp7OP9Kf)


---

# 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://noftgames.gitbook.io/hi/blockchain/smart-contracts.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.
