DarkNode: NodeZero replicated with Monero CashNet rails

Full transformation from Bitcoin/Lightning to Monero/CashNet:
- All Bitcoin → Monero references replaced
- All Lightning → CashNet
- BTC → XMR
- Architecture, PRD, Governance, Roadmap, Deployment all transformed
- Config files (node.yml, mesh.yml, profiles.yml, bitcoin.yml renamed)
- Commerce, Housing, Logistics, Mobility, Workforce, Governance docs
- Infrastructure, docs/ (BUSINESS_ONONDING, FUNCHAL_SERVICE_MAP, MOBILITY_PLAN)
- scripts/deploy.sh updated

DarkNode = NodeZero on Monero CashNet rails
This commit is contained in:
ssmithx
2026-06-25 21:51:02 -04:00
parent 5a8e7a88c0
commit fb00eb335c
17 changed files with 102 additions and 102 deletions
+5 -5
View File
@@ -3,21 +3,21 @@
## Architecture
Distributed housing platform where properties are listed, managed, and
rented through mesh network with smart contract leases on Bitcoin, identity and
rented through mesh network with smart contract leases on Monero, identity and
records managed via Nostr relay chains.
## Key Components
- **Property Registry:** On-chain property records published to Bitcoin via Nostr relays
- **Property Registry:** On-chain property records published to Monero via Nostr relays
- **Booking Engine:** Mesh-based real-time availability and reservation
- **Lease Manager:** Smart contracts for fixed and short-term leases
- **Token Equity:** Fractional ownership tokens for properties
- **Tenant System:** Nostr identity and credit verification
- **Utility Billing:** Lightning microtransactions for utilities
- **Utility Billing:** CashNet microtransactions for utilities
## Features
- Real-time availability feed via mesh
- Smart contract lease generation
- Automated rent collection via Lightning
- Automated rent collection via CashNet
- Tenant verification (Nostr identity + credit scoring)
- Host dashboard (mesh-accessible + mobile)
- Dispute resolution (decentralized arbitration)
@@ -44,7 +44,7 @@ records managed via Nostr relay chains.
- Deploy Housing Node Cluster in Zone A and C
- Property scan and registration in initial zones
- Tenant onboarding via mesh identity
- Lease smart contracts deployed on Bitcoin via Nostr relay chains
- Lease smart contracts deployed on Monero via Nostr relay chains
## Integration Points
- Connects to ride-sharing (commute support)