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

View File

@ -36,7 +36,7 @@ and self-healing.
``` ```
+------ ------------------ ----- + +------ ------------------ ----- +
| APPLICATION PROTOCOLS | | APPLICATION PROTOCOLS |
| Bitcoin Pay Mesh Auth Service Discovery Routing| | Monero Pay Mesh Auth Service Discovery Routing|
+------ ------------------ ----- + +------ ------------------ ----- +
| MESH TRANSIT LAYER | | MESH TRANSIT LAYER |
+------ ------------------ ----- + +------ ------------------ ----- +
@ -155,7 +155,7 @@ Key: GW = Gateway N = Core Archival E = Edge M = Micro
2. **Event Sourcing:** All state changes as append-only events 2. **Event Sourcing:** All state changes as append-only events
3. **CQRS:** Command Query Responsibility Separation 3. **CQRS:** Command Query Responsibility Separation
4. **CRDT Sync:** Offline data sync without conflicts 4. **CRDT Sync:** Offline data sync without conflicts
5. **Bitcoin Ledger:** Financial transactions recorded on-chain 5. **Monero Ledger:** Financial transactions recorded on-chain
--- ---
@ -163,7 +163,7 @@ Key: GW = Gateway N = Core Archival E = Edge M = Micro
- **Per-node TLS:** Every node connection encrypted - **Per-node TLS:** Every node connection encrypted
- **Mesh Certificate Authority:** Internal PKI for node identity - **Mesh Certificate Authority:** Internal PKI for node identity
- **Nostr DIDs:** Decentralized identities bound to Bitcoin addresses - **Nostr DIDs:** Decentralized identities bound to Monero addresses
- **Key Rotation:** Automatic mesh network key rotation - **Key Rotation:** Automatic mesh network key rotation
- **Role-based Access:** Service-level permission model - **Role-based Access:** Service-level permission model

View File

@ -78,7 +78,7 @@ Funchal municipality covers ~75 km2 (urban center ~12 km2).
3. **Edge nodes** connect to gateways via WiFi mesh 3. **Edge nodes** connect to gateways via WiFi mesh
4. **Micro nodes** join via LoRa or WiFi 4. **Micro nodes** join via LoRa or WiFi
5. **Service mesh** establishes connections between layers 5. **Service mesh** establishes connections between layers
6. **Bitcoin wallet** initialization and test transaction 6. **Monero wallet** initialization and test transaction
7. **Node registry** populated with all nodes 7. **Node registry** populated with all nodes
8. **Monitoring** systems come online 8. **Monitoring** systems come online
@ -100,7 +100,7 @@ Funchal municipality covers ~75 km2 (urban center ~12 km2).
- **Network health:** link quality, latency, packet loss - **Network health:** link quality, latency, packet loss
- **Mesh health:** node count, routing table, gossip status - **Mesh health:** node count, routing table, gossip status
- **Service health:** uptime per service, availability - **Service health:** uptime per service, availability
- **BTC network:** wallet balance, tx rate, node fee income - **XMR network:** wallet balance, tx rate, node fee income
### 3.2 Alert Levels ### 3.2 Alert Levels

View File

@ -3,7 +3,7 @@
## Overview ## Overview
The governance layer manages the decentralized operations of NodeZero Funchal, The governance layer manages the decentralized operations of NodeZero Funchal,
combining Bitcoin governance with community-driven mesh services — all identity combining Monero governance with community-driven mesh services — all identity
and attestation handled via Nostr relays. and attestation handled via Nostr relays.
## Governance Model ## Governance Model
@ -50,9 +50,9 @@ and attestation handled via Nostr relays.
- Configuration management - Configuration management
## Treasury ## Treasury
### BTC Treasury ### XMR Treasury
- Primary treasury on Bitcoin - Primary treasury on Monero
- Lightning treasury for operations - CashNet treasury for operations
- Stablecoin reserve for volatility hedging - Stablecoin reserve for volatility hedging
- Allocation: Hardware 40%, Operations 25%, Incentives 15%, Expansion 10%, Contingency 10% - Allocation: Hardware 40%, Operations 25%, Incentives 15%, Expansion 10%, Contingency 10%
@ -63,8 +63,8 @@ and attestation handled via Nostr relays.
- Nostr-anchored treasury records - Nostr-anchored treasury records
## Voting Mechanisms ## Voting Mechanisms
### On-Chain Voting ### On-Ledger Voting
- **Method:** Bitcoin via Nostr relay chains - **Method:** Monero via Nostr relay chains
- Quorum: 51% of total stake - Quorum: 51% of total stake
- Pass threshold: >=60% affirmative - Pass threshold: >=60% affirmative
- Min votes: 1000 participants - Min votes: 1000 participants
@ -98,19 +98,19 @@ and attestation handled via Nostr relays.
### Three Levels ### Three Levels
1. Mediation (Mesh Council) - 7 days, free 1. Mediation (Mesh Council) - 7 days, free
2. Arbitration (DAO Council) - 14 days, 10 NFTZ fee 2. Arbitration (DAO Council) - 14 days, 10 NFTZ fee
3. On-chain Arbitration - 30 days, final binding 3. on-ledger Arbitration - 30 days, final binding
## Evolution Path ## Evolution Path
| Phase | Model | Budget | | Phase | Model | Budget |
|-------|--| |-------|--|
| Phase 1 | Council-led | EUR 500K | | Phase 1 | Council-led | EUR 500K |
| Phase 2 | DAO transition | EUR 2M | | Phase 2 | DAO transition | EUR 2M |
| Phase 3 | Full DAO | Nostr-relay anchored Bitcoin | EUR 10M | | Phase 3 | Full DAO | Nostr-relay anchored Monero | EUR 10M |
| Phase 4 | Autonomous | EUR 25M+ | | Phase 4 | Autonomous | EUR 25M+ |
## Key Points ## Key Points
- **Identity:** Nostr-registered identities for all residents and services - **Identity:** Nostr-registered identities for all residents and services
- **Credentials:** Peer-verified, relay-anchored credentials via NIP-xx standards - **Credentials:** Peer-verified, relay-anchored credentials via NIP-xx standards
- **Records:** All governance records relayed via Nostr relays on Bitcoin mesh - **Records:** All governance records relayed via Nostr relays on Monero mesh
- **Token:** NFTZ token minting and burns on Bitcoin - **Token:** NFTZ token minting and burns on Monero
- **Treasury:** Full Bitcoin treasury operational with Nostr event anchoring - **Treasury:** Full Monero treasury operational with Nostr event anchoring

40
PRD.md
View File

@ -7,10 +7,10 @@
NodeZero deploys a complete, decentralized service ecosystem to Funchal, Madeira. NodeZero deploys a complete, decentralized service ecosystem to Funchal, Madeira.
The system interlaces mesh networks, archival nodes, and localized services — The system interlaces mesh networks, archival nodes, and localized services —
each powered by Bitcoin (on-chain + Lightning) — to create a resilient, each powered by Monero (on-ledger + CashNet) — to create a resilient,
community-owned micro-economy. community-owned micro-economy.
**Vision:** "A fully decentralized, Bitcoin-integrated town where every service **Vision:** "A fully decentralized, Monero-integrated town where every service
— rides, housing, deliveries, healthcare, education, governance — runs on a — rides, housing, deliveries, healthcare, education, governance — runs on a
self-sovereign mesh network." self-sovereign mesh network."
@ -26,7 +26,7 @@ self-sovereign mesh network."
4. **Decentralized Ride-Sharing:** Peer-to-peer transport routing 4. **Decentralized Ride-Sharing:** Peer-to-peer transport routing
5. **Decentralized House-Sharing:** Distributed booking & ownership ledger 5. **Decentralized House-Sharing:** Distributed booking & ownership ledger
6. **Local Delivery Network:** Autonomous + human courier mesh routing 6. **Local Delivery Network:** Autonomous + human courier mesh routing
7. **Bitcoin-Accepting Businesses:** Point-of-sale + Lightning integration 7. **Monero-Accepting Businesses:** Point-of-sale + CashNet integration
8. **Job Board & Workforce Platform:** Skill verification on-chain 8. **Job Board & Workforce Platform:** Skill verification on-chain
9. **Training & Competency Attestation:** Credential system with verifiable tokens 9. **Training & Competency Attestation:** Credential system with verifiable tokens
10. **Integrated Mesh Services:** Unified service layer across all domains 10. **Integrated Mesh Services:** Unified service layer across all domains
@ -91,7 +91,7 @@ self-sovereign mesh network."
- **Peer-to-peer:** Residents offer rides to each other - **Peer-to-peer:** Residents offer rides to each other
- **Mesh-based routing:** Real-time ride data flows through mesh nodes - **Mesh-based routing:** Real-time ride data flows through mesh nodes
- **Bitcoin/Lightning payments:** Pay-per-ride with instant settlement - **Monero/CashNet payments:** Pay-per-ride with instant settlement
- **On-chain ride ledger:** Trip history, ratings, disputes - **On-chain ride ledger:** Trip history, ratings, disputes
- **Supports:** daily commute, tourist transport, elderly mobility - **Supports:** daily commute, tourist transport, elderly mobility
- **Features:** - **Features:**
@ -108,7 +108,7 @@ self-sovereign mesh network."
### 3.5 Decentralized House-Sharing ### 3.5 Decentralized House-Sharing
- **Smart contract leases** for long-term and short-term housing - **Smart contract leases** for long-term and short-term housing
- **Ownership registry** on Bitcoin (via Nostr relays) - **Ownership registry** on Monero (via Nostr relays)
- **Mesh-based availability:** Real-time room/house availability feed - **Mesh-based availability:** Real-time room/house availability feed
- **Tokenized equity:** Fractional ownership of properties via tokens - **Tokenized equity:** Fractional ownership of properties via tokens
- **Tenant verification:** On-chain identity + credit scoring - **Tenant verification:** On-chain identity + credit scoring
@ -116,7 +116,7 @@ self-sovereign mesh network."
**Features:** **Features:**
- Host dashboard (local mesh + mobile access) - Host dashboard (local mesh + mobile access)
- Auto-scheduling via mesh consensus - Auto-scheduling via mesh consensus
- Utility billing via Lightning microtransactions - Utility billing via CashNet microtransactions
- Dispute resolution through decentralized arbitration - Dispute resolution through decentralized arbitration
**KPIs:** **KPIs:**
@ -128,7 +128,7 @@ self-sovereign mesh network."
- **Multi-modal:** Pedestrian, bicycle, drone, vehicular - **Multi-modal:** Pedestrian, bicycle, drone, vehicular
- **Mesh-orchestrated:** Delivery routing computed by mesh nodes - **Mesh-orchestrated:** Delivery routing computed by mesh nodes
- **Bitcoin/Lightning payments:** Per-delivery microtransactions - **Monero/CashNet payments:** Per-delivery microtransactions
- **Delivery types:** - **Delivery types:**
- Food & grocery - Food & grocery
- Medical supplies - Medical supplies
@ -147,13 +147,13 @@ self-sovereign mesh network."
- Average delivery time <45 min urban - Average delivery time <45 min urban
- 80% cost savings vs traditional courier - 80% cost savings vs traditional courier
### 3.7 Bitcoin-Accepting Businesses ### 3.7 Monero-Accepting Businesses
- **Merchant POS on Lightning:** QR code payments, no banking intermediaries - **Merchant POS on CashNet:** QR code payments, no banking intermediaries
- **On-chain receipts** for businesses and customers - **On-chain receipts** for businesses and customers
- **Mesh-verified merchants** (identity, ratings, compliance) - **Mesh-verified merchants** (identity, ratings, compliance)
- **Automatic settlement** to merchant wallet - **Automatic settlement** to merchant wallet
- **Multi-currency support:** BTC + stablecoin + fiat conversion - **Multi-currency support:** XMR + stablecoin + fiat conversion
**Business Categories:** **Business Categories:**
- Restaurants & cafes - Restaurants & cafes
@ -166,7 +166,7 @@ self-sovereign mesh network."
**KPIs:** **KPIs:**
- 500+ businesses onboarded (Phase 1) - 500+ businesses onboarded (Phase 1)
- 80% of businesses accepting Lightning - 80% of businesses accepting CashNet
- Daily transaction volume: EUR 50K+ - Daily transaction volume: EUR 50K+
### 3.8 Job Board & Workforce Platform ### 3.8 Job Board & Workforce Platform
@ -174,7 +174,7 @@ self-sovereign mesh network."
- **Decentralized job board:** On-chain job postings & applications - **Decentralized job board:** On-chain job postings & applications
- **Skill registry:** Workers attested on mesh - **Skill registry:** Workers attested on mesh
- **Smart contracts for employment:** Freelance, contract, full-time - **Smart contracts for employment:** Freelance, contract, full-time
- **Wage payments via Lightning** - **Wage payments via CashNet**
**Features:** **Features:**
- Employer dashboard (mesh-accessible) - Employer dashboard (mesh-accessible)
@ -190,7 +190,7 @@ self-sovereign mesh network."
### 3.9 Training & Competency Attestation ### 3.9 Training & Competency Attestation
- **On-chain credentialing:** Skills, certifications, licenses verifiable on Bitcoin - **On-chain credentialing:** Skills, certifications, licenses verifiable on Monero
- **Mesh-based learning platform:** Courses available offline (mesh-synced) - **Mesh-based learning platform:** Courses available offline (mesh-synced)
- **Digital badges:** competency badges (stackable, verifiable) - **Digital badges:** competency badges (stackable, verifiable)
- **Employer trust layer:** Employers can verify worker credentials instantly - **Employer trust layer:** Employers can verify worker credentials instantly
@ -235,7 +235,7 @@ self-sovereign mesh network."
| +-----------+ +-----------+ +-----------+ | | | +-----------+ +-----------+ +-----------+ | |
| | | | | |
| +--------+ +--------+ +-+ +-+ | | | +--------+ +--------+ +-+ +-+ | |
| |BTC+LNV | |External| |F| |C| | | | |XMR+LNV | |External| |F| |C| | |
| |TXs, IDs,| |Internet| |i| |e| | | | |TXs, IDs,| |Internet| |i| |e| | |
| |Treasury | +--------+ |b| |l| | | | |Treasury | +--------+ |b| |l| | |
| +--------+ +-+-+-+-+-+-+ |a| |l| | | | +--------+ +-+-+-+-+-+-+ |a| |l| | |
@ -249,9 +249,9 @@ self-sovereign mesh network."
- **Network:** IPv6 over WiFi/LoRa/Cellular/fiber - **Network:** IPv6 over WiFi/LoRa/Cellular/fiber
- **Mesh Protocol:** Custom overlay + BGP/MPLS hybrid - **Mesh Protocol:** Custom overlay + BGP/MPLS hybrid
- **Consensus:** Lightning/BTC hybrid for financial; Raft for service config - **Consensus:** CashNet/XMR hybrid for financial; Raft for service config
- **Data:** Event-sourced, append-only logs (CQRS pattern) - **Data:** Event-sourced, append-only logs (CQRS pattern)
- **Identity:** Bitcoin-based DIDs (Decentralized Identifiers) - **Identity:** Monero-based DIDs (Decentralized Identifiers)
- **Authentication:** Mesh tokens + passkeys - **Authentication:** Mesh tokens + passkeys
- **Encryption:** End-to-end TLS + mesh network key rotation - **Encryption:** End-to-end TLS + mesh network key rotation
@ -281,7 +281,7 @@ self-sovereign mesh network."
- Launch ride-sharing pilot (100 vehicles) - Launch ride-sharing pilot (100 vehicles)
- Onboard 100 houses to mesh sharing platform - Onboard 100 houses to mesh sharing platform
- Launch job board (beta) - Launch job board (beta)
- Onboard 100 businesses to Bitcoin/Lightning - Onboard 100 businesses to Monero/CashNet
- Deploy 10 delivery hubs - Deploy 10 delivery hubs
- Launch competency attestation system (initial 2,000 credentials) - Launch competency attestation system (initial 2,000 credentials)
@ -309,7 +309,7 @@ self-sovereign mesh network."
- Standardize deployment package - Standardize deployment package
- Deploy 2-3 additional Atlantic/coastal towns - Deploy 2-3 additional Atlantic/coastal towns
- Export Funchal model as template - Export Funchal model as template
- Full Bitcoin treasury operational - Full Monero treasury operational
- Autonomous mesh operations (minimal human intervention) - Autonomous mesh operations (minimal human intervention)
--- ---
@ -335,7 +335,7 @@ self-sovereign mesh network."
| Mesh coverage | 4 km2 | 25 km2 | Full Madeira | | Mesh coverage | 4 km2 | 25 km2 | Full Madeira |
| Active users | 5,000 | 20,000 | 100,000+ | | Active users | 5,000 | 20,000 | 100,000+ |
| Nodes online | 50 | 200 | 500+ | | Nodes online | 50 | 200 | 500+ |
| BTC tx volume/day | EUR 10K | EUR 50K | EUR 200K+ | | XMR tx volume/day | EUR 10K | EUR 50K | EUR 200K+ |
| Households online | 500 | 5,000 | 20,000+ | | Households online | 500 | 5,000 | 20,000+ |
| Workers employed via mesh | 500 | 3,000 | 10,000+ | | Workers employed via mesh | 500 | 3,000 | 10,000+ |
| System uptime | 99% | 99.5% | 99.9% | | System uptime | 99% | 99.5% | 99.9% |
@ -348,7 +348,7 @@ self-sovereign mesh network."
| Risk | Impact | Mitigation | | Risk | Impact | Mitigation |
|------|--------|-----------| |------|--------|-----------|
| Internet dependency for external services | High | Full mesh-local operations; offline fallback | | Internet dependency for external services | High | Full mesh-local operations; offline fallback |
| Bitcoin price volatility | Medium | Stablecoin support; automated hedging | | Monero price volatility | Medium | Stablecoin support; automated hedging |
| Resident adoption | Medium | Community onboarding program; incentives | | Resident adoption | Medium | Community onboarding program; incentives |
| Hardware failures | Medium | Redundant mesh paths; auto-failover | | Hardware failures | Medium | Redundant mesh paths; auto-failover |
| Regulatory changes | Low | Flexible architecture; legal advisory board | | Regulatory changes | Low | Flexible architecture; legal advisory board |

View File

@ -46,7 +46,7 @@ Deploy a full stack of **archival nodes**, a **mesh network**, and **decentraliz
| Decentralized Ride-Sharing | Planned | P1 | | Decentralized Ride-Sharing | Planned | P1 |
| Decentralized House-Sharing | Planned | P1 | | Decentralized House-Sharing | Planned | P1 |
| Local Delivery Network | Planned | P1 | | Local Delivery Network | Planned | P1 |
| Bitcoin-Accepting Merchants | Planned | P1 | | Monero-Accepting Merchants | Planned | P1 |
| Job Board & Workforce | Planned | P2 | | Job Board & Workforce | Planned | P2 |
| Training & Competency Attestation | Planned | P2 | | Training & Competency Attestation | Planned | P2 |
| Integrated Mesh Services | Planned | P1 | | Integrated Mesh Services | Planned | P1 |
@ -66,7 +66,7 @@ NodeZero/
├── config/ # Configuration files ├── config/ # Configuration files
│ ├── node.yml # Archival node configs │ ├── node.yml # Archival node configs
│ ├── mesh.yml # Mesh networking parameters │ ├── mesh.yml # Mesh networking parameters
│ └── bitcoin.yml # Bitcoin integration config │ └── monero.yml # Monero integration config
├── docs/ # Expanded documentation ├── docs/ # Expanded documentation
├── scripts/ # Deployment & ops scripts ├── scripts/ # Deployment & ops scripts
├── infrastructure/ # Mesh network & node infrastructure ├── infrastructure/ # Mesh network & node infrastructure
@ -76,7 +76,7 @@ NodeZero/
├── mobility/ # Decentralized ride-sharing ├── mobility/ # Decentralized ride-sharing
├── housing/ # Decentralized house-sharing ├── housing/ # Decentralized house-sharing
├── logistics/ # Local delivery network ├── logistics/ # Local delivery network
├── commerce/ # Bitcoin-accepting businesses ├── commerce/ # Monero-accepting businesses
├── workforce/ # Job board, training, attestation ├── workforce/ # Job board, training, attestation
├── governance/ # Mesh services & decentralized governance ├── governance/ # Mesh services & decentralized governance
└── expansion/ # Future service areas └── expansion/ # Future service areas
@ -88,7 +88,7 @@ NodeZero/
- **Node Capacity:** 200+ interconnected archival nodes - **Node Capacity:** 200+ interconnected archival nodes
- **Mesh Nodes:** 500+ edge nodes across the urban core - **Mesh Nodes:** 500+ edge nodes across the urban core
- **Population Served:** ~110,000 residents - **Population Served:** ~110,000 residents
- **Bitcoin Throughput:** Lightning Network enabled - **Monero Throughput:** CashNet Network enabled
- **Internet Uptime:** 99.9% via mesh redundancy - **Internet Uptime:** 99.9% via mesh redundancy
## Getting Started ## Getting Started
@ -113,8 +113,8 @@ cat config/mesh.yml
Funchal's NodeZero operates under a hybrid governance model: Funchal's NodeZero operates under a hybrid governance model:
- **Community Staking:** Residents stake tokens to validate nodes - **Community Staking:** Residents stake tokens to validate nodes
- **DAO Council:** Elected representatives manage mesh services - **DAO Council:** Elected representatives manage mesh services
- **Bitcoin Treasury:** Decentralized treasury for service funding - **Monero Treasury:** Decentralized treasury for service funding
- **Transparent Ledger:** All governance decisions recorded on-chain - **Transparent Ledger:** All governance decisions recorded on-ledger
## Expansion Path ## Expansion Path

View File

@ -46,14 +46,14 @@ P4: | | | | | | | | | | | | | | | | | |
- [ ] Mesh network online (pilot zone: 4 km2) - [ ] Mesh network online (pilot zone: 4 km2)
- [ ] Internet connectivity established - [ ] Internet connectivity established
- [ ] Node software deployed and monitoring active - [ ] Node software deployed and monitoring active
- [ ] Bitcoin testnet integration - [ ] Monero testnet integration
- [ ] First community node validation - [ ] First community node validation
### Month 4: Services Rollout ### Month 4: Services Rollout
- [ ] Ride-sharing pilot (50 vehicles) - [ ] Ride-sharing pilot (50 vehicles)
- [ ] Housing sharing platform (50 units) - [ ] Housing sharing platform (50 units)
- [ ] Job board launch (beta) - [ ] Job board launch (beta)
- [ ] 50 businesses onboarded to Lightning - [ ] 50 businesses onboarded to CashNet
- [ ] 5 delivery hubs operational - [ ] 5 delivery hubs operational
- [ ] Competency attestation system live (500 credentials) - [ ] Competency attestation system live (500 credentials)
@ -61,7 +61,7 @@ P4: | | | | | | | | | | | | | | | | | |
- [ ] Expand to 500 rides/day (pilot target: 200) - [ ] Expand to 500 rides/day (pilot target: 200)
- [ ] Housing units to 100 - [ ] Housing units to 100
- [ ] Job board: 500 workers, 500 postings - [ ] Job board: 500 workers, 500 postings
- [ ] Businesses: 100 accepting Lightning - [ ] Businesses: 100 accepting CashNet
- [ ] Deliveries: 200/day - [ ] Deliveries: 200/day
- [ ] Attestations: 2,000 issued - [ ] Attestations: 2,000 issued
@ -139,7 +139,7 @@ P4: | | | | | | | | | | | | | | | | | |
- [ ] International merchant network expansion - [ ] International merchant network expansion
### Months 21-22: Autonomous Operations ### Months 21-22: Autonomous Operations
- [ ] Full Bitcoin treasury operational - [ ] Full Monero treasury operational
- [ ] On-chain governance fully active - [ ] On-chain governance fully active
- [ ] Autonomous mesh management - [ ] Autonomous mesh management
- [ ] Self-healing, self-optimizing infrastructure - [ ] Self-healing, self-optimizing infrastructure
@ -173,7 +173,7 @@ P4: | | | | | | | | | | | | | | | | | |
|-------|----------|------|---|------| |-------|----------|------|---|------|
| 1 | Delays in hardware deployment | Parallel procurement; buffer inventory | | 1 | Delays in hardware deployment | Parallel procurement; buffer inventory |
| 1 | Low community adoption | Incentive programs; pilot programs | | 1 | Low community adoption | Incentive programs; pilot programs |
| 2 | Bitcoin price volatility | Stablecoin reserve; automated hedging | | 2 | Monero price volatility | Stablecoin reserve; automated hedging |
| 3 | Inter-island connectivity | Multi-mode gateways; satellite backup | | 3 | Inter-island connectivity | Multi-mode gateways; satellite backup |
| 4 | Export complexity | Standardized packaging; documentation | | 4 | Export complexity | Standardized packaging; documentation |

View File

@ -1,9 +1,9 @@
# Commerce - Bitcoin-Accepting Businesses # Commerce - Monero-accepting Businesses
# NodeZero Funchal # NodeZero Funchal
## Architecture ## Architecture
Lightning-powered merchant ecosystem where businesses accept Bitcoin with CashNet-powered merchant ecosystem where businesses accept Monero with
on-chain receipts and mesh-verified identity. cash receipts and mesh-verified identity.
## Merchant Categories ## Merchant Categories
- Restaurants & caf6s - Restaurants & caf6s
@ -15,24 +15,24 @@ on-chain receipts and mesh-verified identity.
- Transportation services - Transportation services
## Key Components ## Key Components
- **POS System:** QR code Lightning payments, no banking intermediaries - **POS System:** QR code CashNet payments, no banking intermediaries
- **Merchant Registry:** WoT verified businesses with nostr identity - **Merchant Registry:** WoT verified businesses with nostr identity
- **Payment Gateway:** Lightning network settlement - **Payment Gateway:** CashNet network settlement
- **Treasury Integration:** Bitcoin treasury connection - **Treasury Integration:** Monero treasury connection
- **Receipt Ledger:** On-chain transaction records - **Receipt Ledger:** Cash transaction records
- **Discovery Service:** Mesh-based merchant discovery - **Discovery Service:** Mesh-based merchant discovery
## Payment Flow ## Payment Flow
1. Customer scans merchant QR code 1. Customer scans merchant QR code
2. Lightning payment routed via mesh 2. CashNet payment routed via mesh
3. Instant settlement to merchant wallet 3. Instant settlement to merchant wallet
4. On-chain receipt generated 4. Cash receipt generated
5. Transaction recorded on mesh ledger 5. Transaction recorded on mesh ledger
6. Merchant rating updated 6. Merchant rating updated
## Integration Points ## Integration Points
- Mesh network (payment routing, identity) - Mesh network (payment routing, identity)
- Bitcoin Ledger (settlement, receipts) - Monero Ledger (settlement, receipts)
- Workforce (worker payments) - Workforce (worker payments)
- Governance (treasury management) - Governance (treasury management)
- Mobility (driver payments) - Mobility (driver payments)
@ -41,8 +41,8 @@ on-chain receipts and mesh-verified identity.
## Features ## Features
- Low transaction fees (0.1%) - Low transaction fees (0.1%)
- Instant settlement (no waiting periods) - Instant settlement (no waiting periods)
- Multi-currency support (BTC, USDC, EUR) - Multi-currency support (XMR, USDC, EUR)
- On-chain receipts for accounting - Cash receipts for accounting
- Mesh verification badge - Mesh verification badge
- Dynamic merchant categories - Dynamic merchant categories
- Business wallet management - Business wallet management
@ -53,7 +53,7 @@ on-chain receipts and mesh-verified identity.
| Metric | Target | | Metric | Target |
|----------|-----| |----------|-----|
| Businesses onboarded | 500+ | | Businesses onboarded | 500+ |
| Lightning acceptance rate | 80% of businesses | | CashNet acceptance rate | 80% of businesses |
| Daily transaction volume | EUR 50K+ | | Daily transaction volume | EUR 50K+ |
| Average transaction | EUR 25 | | Average transaction | EUR 25 |
| Transaction fees per biz | EUR 0.05-0.50/day | | Transaction fees per biz | EUR 0.05-0.50/day |

View File

@ -1,10 +1,10 @@
# NodeZero - Bitcoin Integration Configuration # NodeZero - Monero Integration Configuration
# Funchal, Madeira # Funchal, Madeira
bitcoin: monero:
# Network # Network
network: "mainnet" # or "testnet" network: "mainnet" # or "testnet"
protocol: "Bitcoin" protocol: "Monero"
lightning: true lightning: true
# Node settings # Node settings
@ -22,7 +22,7 @@ bitcoin:
fee_rate_sat_per_byte: 10 fee_rate_sat_per_byte: 10
max_fee_rate_sat_per_byte: 100 max_fee_rate_sat_per_byte: 100
# Lightning Network # CashNet Network
lightning: lightning:
enabled: true enabled: true
implementation: "LND" implementation: "LND"
@ -32,7 +32,7 @@ bitcoin:
alias: "NodeZeroFunchal" alias: "NodeZeroFunchal"
color: "00FF00" color: "00FF00"
# Lightning channels # CashNet channels
channels: channels:
min_depth: 1 min_depth: 1
default_expiry: 144 default_expiry: 144
@ -42,7 +42,7 @@ bitcoin:
# Merchant capabilities # Merchant capabilities
merchant: merchant:
pos_type: "qr-code" pos_type: "qr-code"
supported_currencies: ["BTC", "USD", "EUR"] supported_currencies: ["XMR", "USD", "EUR"]
auto_convert: true auto_convert: true
settlement_currency: "EUR" settlement_currency: "EUR"
conversion_threshold_eur: 100 conversion_threshold_eur: 100

View File

@ -8,7 +8,7 @@ profiles:
requirements: requirements:
- "Funchal address" - "Funchal address"
- "Mesh identity" - "Mesh identity"
- "BTC wallet" - "XMR wallet"
benefits: benefits:
- "Node voting rights" - "Node voting rights"
- "Discounted services" - "Discounted services"
@ -33,13 +33,13 @@ profiles:
requirements: requirements:
- "Active business license" - "Active business license"
- "Mesh verification" - "Mesh verification"
- "BTC/Lightning capability" - "XMR/CashNet capability"
fees: fees:
onboarding_eur: 50 onboarding_eur: 50
yearly_fee_eur: 100 yearly_fee_eur: 100
transaction_fee_pct: 0.1 transaction_fee_pct: 0.1
benefits: benefits:
- "Lightning POS" - "CashNet POS"
- "On-chain receipts" - "On-chain receipts"
- "Mesh verification badge" - "Mesh verification badge"
- "Treasury discounts" - "Treasury discounts"
@ -62,7 +62,7 @@ profiles:
benefits: benefits:
- "On-chain credentials" - "On-chain credentials"
- "Job matching" - "Job matching"
- "Lightning payroll" - "CashNet payroll"
- "Community voting" - "Community voting"
# Tourist profile # Tourist profile

View File

@ -1,20 +1,20 @@
# Business Onboarding Guide # Business Onboarding Guide
# NodeZero - Bitcoin-Accepting Businesses # NodeZero - Monero-Accepting Businesses
## 1. Business Requirements ## 1. Business Requirements
- Active business license in Madeira - Active business license in Madeira
- Mesh verification application - Mesh verification application
- BTC/Lightning payment capability - XMR/CashNet payment capability
- QR code POS setup - QR code POS setup
- On-chain identity registration - On-ledger identity registration
## 2. Onboarding Steps ## 2. Onboarding Steps
1. Apply via mesh (scan QR at any node) 1. Apply via mesh (scan QR at any node)
2. Submit business documentation 2. Submit business documentation
3. Verify mesh identity 3. Verify mesh identity
4. Install Lightning POS terminal 4. Install CashNet POS terminal
5. Configure payment settings 5. Configure payment settings
6. Begin accepting Bitcoin payments 6. Begin accepting Monero payments
## 3. Fee Structure ## 3. Fee Structure
| Category | Onboarding Fee | Yearly Fee | Transaction Fee | | Category | Onboarding Fee | Yearly Fee | Transaction Fee |
@ -29,32 +29,32 @@
## 4. Payment Flow ## 4. Payment Flow
1. Customer presents / scans QR at POS 1. Customer presents / scans QR at POS
2. Payment routed via Lightning (instant) 2. Payment routed via CashNet (instant)
3. Settlement to merchant wallet 3. Settlement to merchant wallet
4. On-chain receipt for both parties 4. On-ledger receipt for both parties
5. Service recorded on mesh ledger 5. Service recorded on mesh ledger
## 5. Verification ## 5. Verification
- Mesh verification badge (on-chain) - Mesh verification badge (on-ledger)
- Rating system via mesh reviews - Rating system via mesh reviews
- Periodic compliance checks - Periodic compliance checks
- Renewable verification annually - Renewable verification annually
## 6. Supported Currencies ## 6. Supported Currencies
- Bitcoin (BTC) - Monero (XMR)
- Lightning (satoshis) - CashNet (satoshis)
- USDC stablecoin - USDC stablecoin
- EUR (auto-converted) - EUR (auto-converted)
## 7. Business Benefits ## 7. Business Benefits
- Lower transaction fees than credit cards - Lower transaction fees than credit cards
- Instant settlement - Instant settlement
- On-chain transaction history - On-ledger transaction history
- Mesh verification badge - Mesh verification badge
- Treasury discount access - Treasury discount access
- Access to workforce platform - Access to workforce platform
## 8. Contact ## 8. Contact
- Mesh office: mesh.local/business - Mesh office: mesh.local/business
- Lightning address: business@nodezero.funchal - CashNet address: business@nodezero.funchal
- Portal: portal.nodezero.funchal/business - Portal: portal.nodezero.funchal/business

View File

@ -50,7 +50,7 @@ and service configurations.
- Banking and financial services - Banking and financial services
- **Primary Services:** - **Primary Services:**
- Business services - Business services
- Commerce (Bitcoin POS) - Commerce (Monero POS)
- Professional services - Professional services
- Tourism support services - Tourism support services
- **Node Type:** Edge Archival, gateway nodes - **Node Type:** Edge Archival, gateway nodes

View File

@ -24,7 +24,7 @@ Residents offer rides to each other via mesh network:
3. Best match (cost, time, distance) selected 3. Best match (cost, time, distance) selected
4. Driver accepts 4. Driver accepts
5. Ride tracked via mesh 5. Ride tracked via mesh
6. Payment via Lightning (instant) 6. Payment via CashNet (instant)
7. Rating shared on mesh 7. Rating shared on mesh
## 3. Pricing Model ## 3. Pricing Model
@ -36,7 +36,7 @@ Residents offer rides to each other via mesh network:
- Distance modifier for long trips (>10km) - Distance modifier for long trips (>10km)
### Payment Methods ### Payment Methods
- Lightning payment (satoshis per ride) - CashNet payment (satoshis per ride)
- Mesh tokens (NFTZ) - Mesh tokens (NFTZ)
- Fiat (auto-converted at mesh) - Fiat (auto-converted at mesh)
- Tourist daily pass (1000 satoshis = unlimited rides) - Tourist daily pass (1000 satoshis = unlimited rides)
@ -86,7 +86,7 @@ Residents offer rides to each other via mesh network:
- Mesh routing handles ride data - Mesh routing handles ride data
- Real-time availability via mesh gossip - Real-time availability via mesh gossip
- Offline booking capability - Offline booking capability
- Lightning payment settlement - CashNet payment settlement
- Ride history on mesh ledger - Ride history on mesh ledger
## 8. Partnerships ## 8. Partnerships

View File

@ -3,7 +3,7 @@
## Overview ## Overview
The governance layer manages the decentralized operations of NodeZero Funchal, The governance layer manages the decentralized operations of NodeZero Funchal,
combining Nostr-based Bitcoin governance with community-driven mesh services. combining Nostr-based Monero governance with community-driven mesh services.
## Governance Model ## Governance Model
### Community Staking ### Community Staking
@ -42,9 +42,9 @@ combining Nostr-based Bitcoin governance with community-driven mesh services.
- Configuration management - Configuration management
## Treasury ## Treasury
### BTC Treasury ### XMR Treasury
- Primary treasury on Bitcoin - Primary treasury on Monero
- Lightning treasury for operations - CashNet treasury for operations
- Stablecoin reserve for volatility hedging - Stablecoin reserve for volatility hedging
- Allocation: Hardware 40%, Operations 25%, Incentives 15%, Expansion 10%, Contingency 10% - Allocation: Hardware 40%, Operations 25%, Incentives 15%, Expansion 10%, Contingency 10%
@ -56,7 +56,7 @@ combining Nostr-based Bitcoin governance with community-driven mesh services.
## Voting Mechanisms ## Voting Mechanisms
### On-Chain Voting ### On-Chain Voting
- Method: Bitcoin via Nostr relay chains - Method: Monero via Nostr relay chains
- Quorum: 51% of total stake - Quorum: 51% of total stake
- Pass threshold: >=60% affirmative - Pass threshold: >=60% affirmative
- Min votes: 1000 participants - Min votes: 1000 participants

View File

@ -3,21 +3,21 @@
## Architecture ## Architecture
Distributed housing platform where properties are listed, managed, and 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. records managed via Nostr relay chains.
## Key Components ## 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 - **Booking Engine:** Mesh-based real-time availability and reservation
- **Lease Manager:** Smart contracts for fixed and short-term leases - **Lease Manager:** Smart contracts for fixed and short-term leases
- **Token Equity:** Fractional ownership tokens for properties - **Token Equity:** Fractional ownership tokens for properties
- **Tenant System:** Nostr identity and credit verification - **Tenant System:** Nostr identity and credit verification
- **Utility Billing:** Lightning microtransactions for utilities - **Utility Billing:** CashNet microtransactions for utilities
## Features ## Features
- Real-time availability feed via mesh - Real-time availability feed via mesh
- Smart contract lease generation - Smart contract lease generation
- Automated rent collection via Lightning - Automated rent collection via CashNet
- Tenant verification (Nostr identity + credit scoring) - Tenant verification (Nostr identity + credit scoring)
- Host dashboard (mesh-accessible + mobile) - Host dashboard (mesh-accessible + mobile)
- Dispute resolution (decentralized arbitration) - Dispute resolution (decentralized arbitration)
@ -44,7 +44,7 @@ records managed via Nostr relay chains.
- Deploy Housing Node Cluster in Zone A and C - Deploy Housing Node Cluster in Zone A and C
- Property scan and registration in initial zones - Property scan and registration in initial zones
- Tenant onboarding via mesh identity - 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 ## Integration Points
- Connects to ride-sharing (commute support) - Connects to ride-sharing (commute support)

View File

@ -17,7 +17,7 @@ pedestrians, cyclists, vehicles, and drones for local delivery.
- **Hub Network:** 10 delivery hubs across zones - **Hub Network:** 10 delivery hubs across zones
- **Fleet Management:** Pedestrians, cyclists, vehicles, drones - **Fleet Management:** Pedestrians, cyclists, vehicles, drones
- **Real-time Tracking:** Mesh-based delivery tracking - **Real-time Tracking:** Mesh-based delivery tracking
- **Lightning Payments:** Per-delivery microtransactions - **CashNet Payments:** Per-delivery microtransactions
- **Carbon Tracking:** Carbon-negative delivery prioritization - **Carbon Tracking:** Carbon-negative delivery prioritization
## Infrastructure ## Infrastructure

View File

@ -8,7 +8,7 @@ Vehicles and routes managed through archipelago nodes.
## Key Components ## Key Components
- **Ride Router:** Mesh-based routing for real-time ride matching - **Ride Router:** Mesh-based routing for real-time ride matching
- **Driver Registry:** On-chain vehicle and driver records - **Driver Registry:** On-chain vehicle and driver records
- **Payment Engine:** Lightning payment processing per ride - **Payment Engine:** CashNet payment processing per ride
- **Dispatch System:** Automatic dispatch and scheduling - **Dispatch System:** Automatic dispatch and scheduling
- **Tracking Service:** Real-time GPS tracking via mesh - **Tracking Service:** Real-time GPS tracking via mesh
- **Rating System:** Mesh-consensus ratings and reviews - **Rating System:** Mesh-consensus ratings and reviews

View File

@ -22,7 +22,7 @@ apply to jobs via the mesh network, and earn verifiable competency credentials.
- On-chain skill verification - On-chain skill verification
- Stackable digital credentials - Stackable digital credentials
- Employer trust layer - Employer trust layer
- Credential history on Bitcoin - Credential history on Monero
## Key Components ## Key Components
- **Job Posting Engine:** Mesh-based job creation and distribution - **Job Posting Engine:** Mesh-based job creation and distribution
@ -31,7 +31,7 @@ apply to jobs via the mesh network, and earn verifiable competency credentials.
- **Credential Issuer:** Mesh-based authority for attestation - **Credential Issuer:** Mesh-based authority for attestation
- **Training Platform:** Mesh-synced learning courses - **Training Platform:** Mesh-synced learning courses
- **Employer Network:** Mesh-verified employers - **Employer Network:** Mesh-verified employers
- **Worker Wallet:** Lightning wallet for wages - **Worker Wallet:** CashNet wallet for wages
## Worker Categories ## Worker Categories
| Category | Examples | | Category | Examples |
@ -49,7 +49,7 @@ apply to jobs via the mesh network, and earn verifiable competency credentials.
4. Receive on-chain competency attestations 4. Receive on-chain competency attestations
5. Browse and apply to jobs via mesh 5. Browse and apply to jobs via mesh
6. Accept contracts via smart contracts 6. Accept contracts via smart contracts
7. Earn wages via Lightning 7. Earn wages via CashNet
8. Build credential history on-chain 8. Build credential history on-chain
## Business Journey ## Business Journey
@ -57,7 +57,7 @@ apply to jobs via the mesh network, and earn verifiable competency credentials.
2. Post jobs via mesh service 2. Post jobs via mesh service
3. Receive applications (credential-verified) 3. Receive applications (credential-verified)
4. Issue smart contract employment 4. Issue smart contract employment
5. Pay wages via Lightning 5. Pay wages via CashNet
6. Access workforce training platform 6. Access workforce training platform
## Integration Points ## Integration Points