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