> For the complete documentation index, see [llms.txt](https://typeit.gitbook.io/web3keyboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typeit.gitbook.io/web3keyboard/keyboard-nfts/keyboard-nfts-and-components.md).

# Keyboard NFTs & Components

## Overview

### What is Keyboard NFT?&#x20;

In TypeIt, each keyboard theme is embodied as an NFT, allowing you to earn rewards through Type to Earn by owning these NFTs. These NFT keyboard themes are categorized into two series: Red and Blue, each having distinct production and consumption attributes, with a maximum level of 5.

### NFT Attributes

* **Computing Power:** The fundamental attribute of each NFT, influencing production efficiency.
* **Durability**: Represents the consumption of an NFT during the Type to Earn process. Repairing requires token consumption and is calculated and deducted per minute. The rarity of an NFT determines its initial durability level.

  Calculation:Actual computing power \* Consumption ratio = durability consumption. (The total consumption will be distributed and deducted per minute.)&#x20;

> Calculation:  Durability Consumption = Actual Computing Power \* Consumption Ratio =(The total consumption will be distributed and deducted per minute.)&#x20;

* **Level:** The pivotal factor for upgrading NFTs, influencing base computing power, upgrade cooldown time, and consumption ratio.
* **Proficiency:** Accumulated through effective typing time.
* **Contribution:** The duration of effective typing time, determining the actual computing power. Just 3 minutes are sufficient to maintain the full effect of the base computing power.
* **Rarity:** The uniqueness and quality of each NFT, impacting appearance, related cooldown time, and initial durability.

### Features&#x20;

Each NFT offers the following features:

* **Upgrade:** Utilize two NFTs of the same level and series to upgrade to a higher-level NFT, boosting its computing power.
* **Repair:** While participating in Type to Earn, NFT durability is depleted, requiring token investment for restoration. If durability runs low, earning rewards through Type to Earn will not be possible.


---

# 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://typeit.gitbook.io/web3keyboard/keyboard-nfts/keyboard-nfts-and-components.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.
