# Glossary

#### Non-Fungible Token (**NFT)**

* A unit of data stored on a blockchain that is provably unique. Digital artworks, photos, videos, music, and video game items are some examples of things that can be made into a non-fungible token.

{% hint style="info" %}
&#x20;The opposite of non-fungible is fungible (non-unique). Bitcoin, Ethereum, and most other currencies are examples of fungible items.
{% endhint %}

#### **GOO**

* The official virtual currency of MicroBuddies. GOO is required to perform all essential functions of the game, such as replication and genetic recombobulation. It is earned passively by all non-barren MicroBuddies based on multiple [factors](/microbuddies/goo-production.md).\
  \
  [Learn more about GOO](/goo-token/tokenomics.md).

#### **GOO Per Day (GPD)**

* The measure of how much GOO a MicroBuddy produces per day, based on a number of factors documented in [GOO Production](/microbuddies/goo-production.md).

#### Peg Value

* A global value which affects all GOO production. It is designed to keep the GOO supply near its peg of 5 billion. [More details](/goo-token/tokenomics.md#peg-value).

#### Barren

* Unable to replicate or produce GOO.

#### Encumbered

* A MicroBuddy who can no longer hold GOO due to reaching their max holdings capacity.

#### Extraction Encumbered

* A MicroBuddy who would exceed their max holdings capacity if their pending GOO was extracted.

#### Divine Buddy

* A MicroBuddy who has obtained the highest trait ID for all six of its dominant traits.

#### Mint

* The act of creating a new token, such as GOO or a MicroBuddy.

#### Burn

* The act of permanently removing a token from the supply.

#### Decentralized Autonomous Organization (DAO)

* An organization or company represented by rules enforced by code, and controlled by all of its members. A DAO is free from centralized leadership and governance.


---

# 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://docs.microbuddies.io/more-info/glossary.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.
