Removed all Funchal and Madeira references from: - governance, logistics, commerce, housing, mobility, workforce - architecture, PRD, roadmap, deployment, README - config files (node.yml, mesh.yml, profiles.yml, bitcoin.yml) - scripts/deploy.sh - docs/BUSINESS_ONBOARDING.md, docs/MOBILITY_PLAN.md Renamed docs/FUNCHAL_SERVICE_MAP.md to docs/SERVICE_MAP.md DarkNode is now location-agnostic - works for any town/city
98 lines
2.6 KiB
Markdown
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 CashNet (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
|
|
- CashNet 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 (generic 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
|
|
- CashNet payment settlement
|
|
- Ride history on mesh ledger
|
|
|
|
## 8. Partnerships
|
|
- Local taxi companies
|
|
- Hotel concierge services
|
|
- Dive center transport
|
|
- Golf course shuttles
|
|
- Airport transfer operators
|