# Modules (with outcomes & minimum viable specs)

#### Identity & Citizenship (NFTs)

* Our NFTs are the foundation of citizenship in the colony. They serve as identity, unlock access, and scale influence based on commitment. Holders with more NFTs carry a high-tier role that carries greater weight and rewards.
* Through NFT upgrade flows and rarity locks, NFTs remain dynamic assets that evolve with the system. Every upgrade burns Benny, creating a continuous value loop.

Money (BENNY)

* **Cap:** 20,000,000.
* **Stages:** UBI → Utility Mining → **Proof‑of‑Sunlight** → Store‑of‑Value.
* **Difficulty bands (example):** 50 → 100 → 200 → 400 kWh/BENNY as supply passes 5M/12M/18M.
* **Sinks:** Spacemart 2–5% burn; Upgrades 100% burn; misc fees 10–30% burn.
* **Yield:** Share of net solar revenue to **stakers** (policy band 25–50%).

#### Work (Aevitas MMO)

* **Outcome:** A steady **digital GDP** where WU are scarce and meaningful.
* **Loops:** Mining nodes, crafting, exploration, logistics, services.
* **Spec:** Weekly epoch pools (I\_game), anti‑bot device/behavioral checks, WU scorecards, sink‑integrated economy.

#### Goods & Markets (Spacemart + Future Gadgets)

* **Outcome:** Demand sink + creator economy.
* **Spec:** Primary (dev) + secondary (creator) listings; rev share; fee routing to burns/treasury; on‑chain receipts.

#### Energy (Project Solar, PoS☀️)

* **Outcome:** Real‑world cash flow + issuance anchor.
* **Spec:** Rooftop onboarding → metering (ANSI C12), inverter telemetry, photo/permit record, oracle quorum → chain.
* **Mint Rule:** with difficulty schedule.
* **Rev Flow:** Offtake → stablecoin conversion → Staking Vault; policy share to maintenance/expansion.

#### Treasury & Accounting

* **Outcome:** Transparent capital stack; zero “black boxes.”
* **Spec:** Labeled wallets; streaming vests; SPV ledgers for each solar site; monthly proofs (production, revenue, payouts).

#### Governance

* **Outcome:** The system can adapt its settings (emissions, fees, staking rules) quickly, but in a controlled way that prevents abuse.
* **Spec:**&#x20;
  * **Early stage:** [**multisig** ](#user-content-fn-1)[^1]**+** [**timelocks** ](#user-content-fn-2)[^2]→ In the beginning, a multi-signature wallet controls parameters. Several trusted people must sign changes, and changes are delayed (timelock) before going live.
  * **Growth stage: council (stake + NFT hybrid)** → Control expands to a council made up of both token holders (stake) and NFT citizens (Drifters). This ensures influence isn’t only about money, but also about participation in the community.
  * **Mature stage: bounded governors** → Eventually, governance is decentralized but within limits: governors can adjust parameters inside safe ranges, but can’t break fundamentals.
  * **Forever Immutable cap** → The maximum token supply is permanently locked and can never be changed.

#### Compliance & Structure

* **Outcome:** Long‑term survivability.
* **Spec:**&#x20;

  * Token issuer (utility framing)

  Benny is launched with a clear “utility token” framing — tied to in-ecosystem use — to stay on the right side of regulations

  * Energy SPVs

  Each solar project is held in a dedicated “Special Purpose Vehicle” (SPV) — a legal entity that owns the panels, equipment, and revenues. This isolates risk and makes the assets bank-grade.

  * Foundation/DAO for governance tooling

  A nonprofit foundation oversees early governance and infrastructure. Over time, decision-making shifts to a DAO (Decentralized Autonomous Organization) so the community can directly participate.

  * KYC for rooftop revenue participants

  Anyone receiving real-world energy payouts must pass basic identity checks (KYC — Know Your Customer), to comply with financial and energy-sector laws

  * Jurisdictional matrix

  A structured approach to operating across multiple legal jurisdictions: mapping what’s allowed where, so we can expand globally without legal surprises.

#### Data & Dashboards

* **Outcome:** Radical transparency.
* **Spec:** A public API will provide verifiable data, including circulating supply, token burns, Drifter distribution over time (*D*<sub>*t*</sub>), emission rates over time (𝐸<sub>𝑡</sub>), staking APR, and site maps. A Holder Dashboard and Energy Explorer will make these metrics accessible and transparent.

[^1]: A “multisig” is a wallet that requires several trusted people to approve any change

[^2]: A “timelock” means changes don’t happen instantly, but only after a delay — so the community can see them coming.


---

# 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://driftopia.gitbook.io/whitepaper/appendices/modules-with-outcomes-and-minimum-viable-specs.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.
