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

# FAQ

### What is Ananasverse?

Ananasverse is an on-chain profit-sharing ecosystem backed by real-world assets (RWA). Mint a Worker NFT, assign it to a real business operation in the Work Hub, and earn pro-rata profit from real operations, paid in ETH/USDG and $ANANAS tokens.

### What are the four Worker NFT stats?

* **Hash Power** — sets the size of your share of an operation's profit pool.
* **Battery** — drains each cycle; at zero the worker stops earning until recharged.
* **Durability** — wears down over time; below 50% it applies a hash penalty until repaired.
* **Luck** — rolls for extras such as double $ANANAS, skipped drain, or real-world perks.

### How many Worker NFTs are there?

4,444 total: President (4), Tier 4 (240), Tier 3 (800), Tier 2 (1,400), and Tier 1 (2,000).

### Is there a whitelist?

No. Minting opens directly to the public. The public phase (4,244 supply) is open to everyone at launch.

### What is the Work Hub?

The Work Hub is where you assign your Worker NFT to a live business operation. Assignments are recorded on-chain by the Work Registry. There are no lock-up periods — you can reassign workers at any time.

### Which operations are live?

Food & Beverage (25% of the fund), Real Estate (35%), and Transport & Logistics (40%). More asset classes go live as the fund expands.

### How is my payout calculated?

```
Profit per NFT = ( Your Hash Power ÷ Total Active Hash in the operation ) × Operation Daily Profit Pool
```

Your share is paid in ETH/USDG stablecoins plus $ANANAS rewards.

### Do you guarantee returns?

No. Ananasverse does not promise or guarantee any return. Payouts are whatever the underlying real businesses actually earn. Read the [Risk Disclaimer](/disclaimer.md).

### How is mint money used?

Mint proceeds are split into three buckets: an RWA Capital & Operating Fund (60–70%), a DEX Liquidity Pool (15–20%), and a Treasury Emergency Reserve (10–15%). See [Fund Allocation](/fund-allocation.md).

### How are funds secured?

All proceeds land in a multi-sig Treasury with timelock before allocation. No single admin can move funds, and every transaction is on-chain and verifiable. See [Security & Transparency](/security.md).

### What is $ANANAS used for?

It is the ecosystem utility token used to recharge Battery, repair Durability, earn bonus rewards, and trade on DEX liquidity pools. See [$ANANAS Token](/ananas-token.md).

### Which wallet do I need?

Any Web3 wallet that supports Ethereum, such as **MetaMask** or **OKX**.

### Can I sell or transfer my Worker NFT?

Yes. Worker NFTs are transferable and include royalty logic on secondary trades.

### Where do I get support?

Join the official Discord and follow the project's official social channels (Twitter/X). Always verify you are interacting with official links and never share your private keys.


---

# 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/faq.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.
