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

# Security & Transparency

Ananasverse is designed so the community always knows where funds sit and how payouts are calculated.

## Core guarantees

* **No single admin.** All logic runs on audited smart contracts. No single wallet can move funds.
* **Multi-sig + timelock.** The Treasury uses a multi-sig (Gnosis Safe) with timelock, so liquidity can never be withdrawn unilaterally.
* **On-chain verifiability.** Every allocation and payout is recorded on-chain and can be verified by anyone.
* **Clear separation of funds.** Mint proceeds are separated into an RWA Capital & Operating Fund, a DEX Liquidity Pool, and a Treasury Emergency Reserve. Business funding, liquidity, and reserves never mix.

## Security layers

| Layer                 | Protection                                              |
| --------------------- | ------------------------------------------------------- |
| Worker NFT (ERC-721A) | Audited NFT contract with royalty logic.                |
| Work Registry         | Records assignments and active Hash Power on-chain.     |
| Revenue Vault         | Holders claim directly; no admin involvement.           |
| Treasury / Timelock   | Multi-sig Gnosis Safe + timelock before any allocation. |
| $ANANAS (ERC-20)      | Standard audited utility token.                         |

## How funds are protected

1. All mint proceeds land in the **multi-sig Treasury contract** before allocation.
2. Allocation to the operating fund, liquidity pool, and reserve is executed by **multi-sig + timelock** — never by a single wallet.
3. Every move is recorded on-chain and verifiable by the community.
4. Fund managers take a fixed fee for operations; the remaining profit is distributed pro-rata to holders.

## Transparency principles

* The profit formula is fixed in the contract — everyone receives exactly what they earned.
* There are **no guaranteed returns**. The only thing that decides your payout is how the underlying real business performs.
* Distribution figures and contract balances are public on-chain data.

## Related

* [Smart Contract Architecture](/smart-contracts.md) — the contracts in detail.
* [Fund Allocation](/fund-allocation.md) — how mint proceeds are secured.
* [Risk Disclaimer](/disclaimer.md) — the risks you should understand before participating.


---

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