> For the complete documentation index, see [llms.txt](https://docs.ananasverse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ananasverse.xyz/glossary.md).

# Glossary

### Active Hash

The total Hash Power currently hashing in an operation, after battery, durability, and assignment status are applied. Used in the profit formula to compute each holder's share.

### $ANANAS

The ecosystem utility token (ERC-20). Used to recharge Battery, repair Durability, earn bonus rewards, and trade on DEX liquidity pools.

### Battery

A Worker NFT stat that drains on every work cycle. At zero, the worker stops hashing until recharged with $ANANAS.

### Critical Reward

A luck-triggered bonus that doubles the cycle's $ANANAS payout.

### DEX Liquidity Pool

The seed liquidity (15–20% of mint proceeds) that backs $ANANAS trading pairs such as $ANANAS/ETH and ETH/USDG.

### Drain Skip

A luck-triggered event that skips the battery and durability drain for a cycle.

### Durability

A Worker NFT stat that wears down over time. Below 50%, it applies roughly a 20% hash penalty until repaired with $ANANAS.

### ERC-20

The token standard used for $ANANAS.

### ERC-721A

A gas-efficient NFT standard used for the Worker NFT contract.

### ETH/USDG

The stablecoin pairing in which payouts are made.

### Fund Allocation

The framework that separates mint proceeds into the RWA Capital & Operating Fund (60–70%), DEX Liquidity Pool (15–20%), and Treasury Emergency Reserve (10–15%).

### Hash Power

A Worker NFT stat that determines the size of your share of an operation's profit pool.

### Luck

A Worker NFT stat that rolls for bonus events such as critical rewards, drain skips, or real-world perks.

### Multi-sig (Gnosis Safe)

A wallet that requires multiple signatures to move funds, ensuring no single admin can act unilaterally.

### Pro-rata

"In proportion to." Each holder's payout is proportional to their active Hash Power relative to the operation's total active hash.

### Profit Pool

The day's real-world profit from an operation, deposited into the Revenue Vault for distribution.

### RWA (Real-World Asset)

A real business or physical asset the fund operates — such as restaurants, property, or logistics networks — rather than purely digital code.

### Revenue Vault

The smart contract that receives business profit and lets holders claim their pro-rata share directly.

### RWA Capital & Operating Fund

The 60–70% bucket of mint proceeds that buys inventory, funds operations, and acquires real-world assets.

### Timelock

A delay applied to Treasury transactions so the community can see and react to proposed changes.

### Treasury / Emergency Reserve

The 10–15% liquidity reserve used to keep payouts steady during transitions or restructuring.

### Work Hub

The interface where holders assign Worker NFTs to live business operations.

### Work Registry

The smart contract that records NFT-to-operation assignments, tracks active Hash Power, and drains Battery/Durability each cycle.

### Worker NFT

One of the 4,444 NFTs that form the collection — the entry point to earning in the ecosystem.


---

# 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://docs.ananasverse.xyz/glossary.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.
