# Tokenomics

## Platform

CYBERWOLF will be launching on the Binance Smart Chain (BNB) and is a for profit business built under the guidance and NFT launching platforms of Wizard and FoRGe. We will manage our business treasury on the knightswap exchange and farms.

## Tokens

On chain and in game tokens will be utilized to encourage trade, game advancement and prize distributions. A game governance token may not launch during the first phase of development. Current plans involve using $Wolfies token for joining games. Any token creation or minting event will have a built in utility that will likely contain minimal built in smart contract taxes to support Wolfden assets such as Wolfies, Guard or Knight through buybacks.

{% hint style="info" %}
No current token launches have been announced. Any token launches will be proceeded by ample announcements and time for players and the community to prepare. CYBERWOLF will never release a large feature token without preparing the community beforehand. Rule of thumb: If you receive a message that encourages you to act immediately to participate in any pre-sale or launch, think twice and refer to the Official CYBERWOLF announcements before taking any action or connecting your wallet to any website. For more security details, refer to the [Wolf Den Safety and Security Protocols here.](https://wolf-den.gitbook.io/wolf-den-safety-and-security-protocol-s/)
{% endhint %}

## NFTs

Non-Fungible Tokens (NFTs) will play a significant story-driven and mechanical role in the setup and on-going gameplay of CYBERWOLF. Our first token long will revolve around Cybernetic Wolves. Players will be able to buy, sell, trade and earn NFTs that they will import into the game. Initial NFTs, unrevealed, will be launched on the Wizard network. The NFTs will then be revealed using the FoRGe BNB marketplace.

Proceeds from NFT sales will go to the CYBERWOLF farm on Knightswap and a portion to developer & infrastructure costs. The rewards wallet and farms will be used to reward winners but will predominantly be used to continue developing deeper and more engaging game mechanics and scaling features. The goal of CYBERWOLF is to create a fun, engaging and exciting game that can be played for years to come with an ever expanding audience and universe. Future NFTs will also be released following the Alpha launch of CYBERWOLF.

### —Sample NFT Metadata—

\[Subject to Change]

#### —Mechanical Traits—

```
// Sample Traits
{
  "nftType": "Wolf",
  "active": true,
  "members": [
    {
      "name": "Togo",
      "rarity": "Legendary",
      "age": 12,
      "gender": "male",
      "temperment": "alpha",
      "strength": 5,
      "intelligence": 8,
      "speed": 8,
      "special": [
        "Navigator",
        "Dependable",
        "Unpredictable"
      ]
        "traits": [
        "Background": "iceMountain",
        "Head": "wolf",
        "Eyes": "blue",
        "Ears": "pointy",
        "Nose": "scarred",
        "Mouth": "snarl",
        "Uniform": "thickCoat",
        "Color": "grey",
      ]
    },
    {
      "name": "Balto",
      "rarity": "Legendary",
      "age": 9,
      "gender": "male",
      "temperment": "alpha",
      "strength": 5,
      "intelligence": 8,
      "speed": 8,
      "special": [
        "Radiation Resistant",
        "Navigator",
        "Unpredictable"
      ]
        "traits": [
        "Background": "shack",
        "Head": "wolf",
        "Eyes": "hazel",
        "Ears": "1up1down",
        "Nose": "diamond",
        "Mouth": "tongueOut",
        "Uniform": "thickCoat",
        "Color": "brown,
      ]
    },
  ]
  "nftType": "Human",
  "active": true,
  "members": [
      {
      "name": "Seppala",
      "rarity": "Legendary",
      "age": 55,
      "gender": "male",
      "temperment": "gritty",
      "strength": 8,
      "intelligence": 7,
      "speed": 7,
      "special": [
        "Traditional",
        "Resourceful",
        "Trustworthy"
      ]
      "traits": [
        "Background": "iceMountain",
        "Head": "man",
        "Eyes": "brown",
        "Ears": "pointout",
        "Nose": "small",
        "Mouth": "pensive",
        "Uniform": "animalHide",
        "Color": "blackAndWhite",
      ]
    },
    {
      "name": "Mackey",
      "rarity": "Legendary",
      "age": 9,
      "gender": "male",
      "temperment": "alpha",
      "strength": 4,
      "intelligence": 9,
      "speed": 8,
      "special": [
        "Radiation Resistant",
        "Navigator",
        "Resilient"
      ]
        "traits": [
        "Background": "shack",
        "Head": "man",
        "Eyes": "hazel",
        "Ears": "oval",
        "Nose": "pointed",
        "Mouth": "cheeky",
        "Uniform": "blackJacket",
        "Color": "red",
      ]
    },
  ]
}
```

Other Notable Traits:

Yield, Class, Ability


---

# 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://cyberward.gitbook.io/cyberwolf-1/content/tokenomics.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.
