# Glossary

Essential cryptocurrency and economy terms for VibesEZ-Laptop.

## Cryptocurrency Basics

**Wallet** - Digital container that holds your cryptocurrency balances across all currencies on the server.

**Address** - Unique identifier for your wallet, required for other players to send you cryptocurrency. Safe to share publicly.

**Transfer** - Movement of cryptocurrency from one wallet to another. Permanent and cannot be reversed.

**Transaction** - Record of any cryptocurrency movement (transfer, exchange, or deposit) with timestamp and details.

**Stablecoin** - Cryptocurrency designed to maintain a consistent, stable value (like digital USD or EUR).

## Economy Systems

**Static Mode** - Economy mode where prices don't change; operates as a simple ledger system without market dynamics.

**Controlled Mode** - Economy mode with supply limits and burn rates. Currency is destroyed on transfers to prevent inflation.

**Simulated Mode** - Economy mode with simulated market prices that change based on configured volatility and trends.

**Liquidity Mode** - Economy mode with player-based automated market maker (AMM) pools for decentralized trading.

## Advanced Economy Terms

**AMM (Automated Market Maker)** - System that determines prices algorithmically based on liquidity pool reserves. Used in Liquidity mode.

**Burn Rate** - Percentage of transferred currency that is permanently destroyed from the supply. Used in Controlled mode to prevent inflation.

**Market Cap** - Total value of all currency in circulation, calculated as: price × total supply.

**Supply** - Total amount of a currency currently in existence. Can be fixed or variable depending on economy mode.

**Volatility** - Measure of how much a currency's price fluctuates. Simulated Mode uses volatility to create price variation.

**Password** - Secret code to access your account

**Username** - Your account name/identifier

**Identifier** - Unique code matching you on server

**Session** - Period of using the laptop

**Login** - Accessing your account

**Logout** - Leaving your account

**Profile** - Collection of your account information

## Transaction Terms

**Sender** - Person sending cryptocurrency

**Recipient** - Person receiving cryptocurrency

**Amount** - Quantity of currency being transferred

**Timestamp** - Date and time of transaction

**Transaction ID** - Unique identifier for a transaction

**Confirmation** - Verification transaction is complete

**Pending** - Transaction in progress

**Failed** - Transaction didn't complete

**Refund** - Money returned due to failed transaction

**Receipt** - Proof of transaction

## App-Specific Terms

**Note** - Text document created in Notes app

**Category** - Folder for organizing notes

**Share** - Allow another player to access your note

**Task** - Item on to-do list in Tasks app

**Priority** - Importance level (High, Medium, Low)

**Due Date** - When a task should be completed

**Recurring** - Repeating regularly (daily, weekly, etc.)

**Subtask** - Smaller part of a larger task

**Calculator** - Computing tool for math

**Expression** - Mathematical formula

**History** - List of past calculations/transactions

**Settings** - Personal configuration preferences

***

For more help, visit the [FAQ](https://github.com/VibesEZ/VibesEZ-Laptop/blob/main/docs/guides/faq.md) or [Support](https://github.com/VibesEZ/VibesEZ-Laptop/blob/main/docs/guides/support.md).


---

# 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://vibesez.gitbook.io/vibesez/docs/laptop/additional-resources/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.
