NodeZero/docs/MOBILITY_PLAN.md
ssmithx 9bfa47be7e NodeZero Funchal Archipelago Mesh Network
Complete architecture and directory structure for the Funchal micro-economy deployment:

Documentation:
- README.md: Project overview, architecture, services, metrics, governance
- PRD.md: Product requirements document
- ARCHITECTURE.md: Multi-layered mesh architecture, node specs, topology
- GOVERNANCE.md: DAO model, treasury, voting, dispute resolution
- ROADMAP.md: Phased implementation plan (Months 1-24)
- DEPLOYMENT.md: Mesh network deployment guide

Services:
- mobility/: Decentralized ride-sharing
- housing/: Decentralized house-sharing
- logistics/: Local delivery network
- commerce/: Bitcoin-accepting businesses
- workforce/: Job boards, training, competency attestation
- governance/: Mesh services and decentralized operations

Infrastructure:
- infrastructure/: Mesh networks, archipelago nodes (200 nodes), internet
- config/: node.yml, mesh.yml, bitcoin.yml, profiles.yml, redis.yml
- docs/: Funchal service map, business onboarding, mobility plan
- scripts/: Deploy script
- .gitignore
2026-06-25 15:11:27 -04:00

98 lines
2.6 KiB
Markdown

# Mobility Plan
# NodeZero Decentralized Ride-Sharing
## 1. Ride-Sharing Architecture
### Peer-to-Peer Model
Residents offer rides to each other via mesh network:
- Vehicle owners register on mesh
- Availability broadcasted via mesh
- Riders request via mesh app
- Automatic matching and routing
### Service Types
- Commute rides (daily, scheduled routes)
- On-demand rides (anytime, anywhere)
- Tourist transport (airport, attractions, hotel)
- Shuttle services (fixed routes, regular intervals)
- Accessibility rides (wheelchair, priority seating)
## 2. Ride Flow
1. Rider opens app and enters destination
2. Mesh routes request to available vehicles
3. Best match (cost, time, distance) selected
4. Driver accepts
5. Ride tracked via mesh
6. Payment via Lightning (instant)
7. Rating shared on mesh
## 3. Pricing Model
### Dynamic Pricing
- Base fare: 0.5 EUR + 0.1 EUR/km
- Surge pricing during peak hours (up to 2x)
- Vehicle type modifier (standard, large, accessible)
- Distance modifier for long trips (>10km)
### Payment Methods
- Lightning payment (satoshis per ride)
- Mesh tokens (NFTZ)
- Fiat (auto-converted at mesh)
- Tourist daily pass (1000 satoshis = unlimited rides)
## 4. Vehicle Categories
| Category | Capacity | Min Price | Max Price | Features |
|--------|-----|
| Standard | 4 | EUR 2.00 | EUR 15 | Basic, AC, rides anywhere |
| Large | 6 | EUR 3.00 | EUR 25 | Extra space, luggage |
| Accessible | 4 | EUR 2.50 | EUR 20 | Wheelchair, priority |
| Tourist | 4 | EUR 1.00 | EUR 12 | English, attractions |
| Shuttle | 20 | EUR 1.00 | EUR 5.00 | Fixed routes, scheduled |
## 5. Key Metrics
| Metric | Target | Notes |
|---------|------------|-------|
| Rides/day | 500 | Phase 1 target |
| Average time | < 3 min | Dispatch time |
| On-time rate | > 95% | |
| Satisfaction | > 80% | Net promoter score |
| Active drivers | > 300 | |
| Revenue/day | EUR 10K | |
## 6. Expansion Phases
### Phase 1 (Months 1-6)
- Start with 100 vehicles
- Cover Zone A, B, C (Funchal center)
- Commute and on-demand services
- Tourist route integration
### Phase 2 (Months 7-12)
- Scale to 500 vehicles
- Full zone coverage
- Shuttle service expansion
- Hospitality integration
### Phase 3 (Months 13-18)
- Inter-island routes
- Airport connectivity
- Extended coverage zones
- Autonomous vehicle pilots
## 7. Technical Notes
- Mesh routing handles ride data
- Real-time availability via mesh gossip
- Offline booking capability
- Lightning payment settlement
- Ride history on mesh ledger
## 8. Partnerships
- Local taxi companies
- Hotel concierge services
- Dive center transport
- Golf course shuttles
- Airport transfer operators