> 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/work-hub.md).

# The Work Hub

The **Work Hub** is where your Worker NFT starts earning. You assign each worker to a real-world business operation, and it claims its share of that operation's profit every cycle.

## Assigning workers

1. Connect your Web3 wallet (MetaMask or OKX).
2. Choose a live operation from the list.
3. Confirm the assignment — it is recorded on-chain by the **Work Registry** contract.

Assignments are not permanent. There are **no lock-up periods**, and you can move a worker between operations at any time.

### Live operations

| Operation             | Status   |
| --------------------- | -------- |
| Food & Beverage       | Live Now |
| Real Estate           | Live Now |
| Transport & Logistics | Live Now |

More operations — technology, financials, healthcare, consumer goods, energy & utilities, gold & commodities, and communication & media — go live as the fund expands. See [RWA Portfolio](/rwa-portfolio.md).

## The work cycle

Once assigned, your worker hashes continuously. On every cycle the **Work Registry**:

* Drains the worker's **Battery**.
* Wears down its **Durability**.
* Records its active **Hash Power** for profit calculations.

Profit generated by the operation is distributed pro-rata by the [Revenue Vault](/smart-contracts.md) based on the active Hash Power of every worker assigned to that operation.

## Battery

Battery is your worker's energy.

* Drains on every work cycle.
* At **0**, the worker stops hashing and earns nothing.
* Recharge it with **$ANANAS** to resume earning.

## Durability

Durability is your worker's structural wear.

* Wears down while assigned to an operation.
* Below **50%**, the worker's hash takes a hit — roughly a **20% penalty**.
* Repair it with **$ANANAS** to restore full hash output.

Repairs cost more than recharges, so high-durability workers save real money over time.

## Luck

Luck is your random number generator. Higher luck means more chances to trigger a bonus on any given cycle:

* **Critical reward** — doubles the cycle's $ANANAS payout.
* **Drain skip** — skips the battery and durability drain for that cycle.
* **Real-world perk** — such as a discount voucher from a partner operation (for example, an FnB partner).

## Summary

| Action            | Cost         | Purpose                             |
| ----------------- | ------------ | ----------------------------------- |
| Assign worker     | On-chain gas | Start earning from an operation     |
| Recharge Battery  | $ANANAS      | Keep the worker hashing             |
| Repair Durability | $ANANAS      | Remove the sub-50% hash penalty     |
| Reassign worker   | On-chain gas | Move between operations, no lock-up |

## Related

* [Worker NFTs](/worker-nfts.md) — the stats that power the Work Hub.
* [Profit Model](/profit-model.md) — how your share is calculated.
* [$ANANAS Token](/ananas-token.md) — where recharge and repair funds come from.


---

# 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/work-hub.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.
