ForgeWorld is the sovereign Earth layer of the Forgechain OS ecosystem. The physical world mapped to chain. A satellite overlay of the real Earth with geocaching, geofencing, digital real estate, and full interoperability across all 25 Forge products.
Zero Google. Zero Apple. Zero surveillance. Built entirely on open-source mapping, open satellite imagery, and BSV blockchain anchoring. Every coordinate is sovereign. Every cache is chain-stamped. Every parcel is yours.
ForgeView is the zoom-out. ForgeWorld is the zoom-in. Same 3D sphere. Constellation view to Earth view to street level. Your vault nodes float at real GPS coordinates. The map is sovereign. The territory is yours.
This is where 15 years of Earth Science education becomes a product feature.
Google Maps is the most detailed map ever created. It is also the most invasive surveillance tool ever deployed. Every search, every route, every stop, every dwell time is harvested, profiled, and sold. Google Street View photographs your home without consent and monetizes the image. Your GPS coordinates are packaged into advertising profiles sold to the highest bidder.
Apple Maps is the same extraction engine wrapped in a privacy-washing marketing campaign. The data still flows to Apple. You still do not own your location history.
| Platform | Cost | Who Owns the Data | Rewards |
|---|---|---|---|
| Geocaching.com | $30/yr premium | Groundspeak Inc. | None |
| Munzee | Free + IAP | Munzee Inc. | Points (no value) |
| Ingress/Pokemon GO | Free + IAP | Niantic | None |
Millions of people hide and find caches for free. The platform monetizes their activity. The finders get nothing. The hiders get nothing. Groundspeak gets $30/year from each premium user for the privilege of accessing caches that other users placed.
Decentraland sells "land" in a virtual world with no Earth anchor. The Sandbox sells "plots" that exist nowhere. Both run on Ethereum with $5-50 gas fees per transaction. Both are speculative assets with zero physical utility. When the metaverse hype died, these parcels lost 90%+ of their value because they were never connected to anything real.
What3Words divided Earth into 3m squares and patented the addressing system. A useful idea locked behind a proprietary API with licensing fees. You cannot reference a location on Earth using their system without their permission and their servers.
There is no map layer where:
ForgeWorld builds that map.
Base Tiles: OpenStreetMap (ODbL license, community-maintained)
Satellite: Sentinel-2 (ESA, 10m resolution, free)
Landsat 8/9 (NASA/USGS, 30m resolution, free)
Rendering: MapLibre GL JS (BSD license, fork of Mapbox GL)
Leaflet.js (fallback, BSD 2-Clause)
3D Terrain: Mapzen Terrain Tiles (AWS Open Data)
Globe Engine: THREE.js (same as ForgeView)
Geocoding: Nominatim (OSM, self-hostable)
Routing: OSRM / Valhalla (open-source)
Data Overlay: GeoJSON + MVT vector tiles
Chain Layer: BSV UTXO set (ForgeOverlay verification)
Every component is open-source, self-hostable, and free. No API keys from Google. No tile server bills from Mapbox. No corporate dependency at any layer.
ForgeView renders the Forgechain ecosystem as a 3D sphere of constellation nodes. ForgeWorld IS the Earth view of that same sphere. The transition:
ForgeView Sphere (constellation nodes)
↓ zoom in on ForgeWorld constellation
Earth Globe (Sentinel-2 / Landsat imagery on THREE.js sphere)
↓ zoom in on continent
Regional Map (OpenStreetMap tiles via MapLibre GL)
↓ zoom in on neighborhood
Street Level (OSM detail + ForgeNode overlay + parcel boundaries)
↓ AR mode (ForgeNode camera)
Physical World + ForgeVerse structures overlaid
One sphere. One zoom gesture. Constellation to street level. Your vault nodes float at their real GPS coordinates. A note written at your desk appears at your desk on the map.
┌──────────────────────────────────────────────────────┐ │ ForgeWorld │ │ ┌────────────────────────────────────────────────┐ │ │ │ Rendering Engine │ │ │ │ ├── THREE.js Globe (zoom-out) │ │ │ │ ├── MapLibre GL JS (zoom-in) │ │ │ │ ├── Terrain Mesh (Mapzen elevation) │ │ │ │ ├── Satellite Overlay (Sentinel-2/Landsat) │ │ │ │ └── AR Compositor (ForgeNode camera feed) │ │ │ └────────────────────────────────────────────────┘ │ │ ┌────────────────────────────────────────────────┐ │ │ │ Data Layers │ │ │ │ ├── Geocache Registry (BSV UTXOs) │ │ │ │ ├── Parcel Registry (BSV UTXOs) │ │ │ │ ├── Geofence Engine (local computation) │ │ │ │ ├── ForgeNode Network (live mesh topology) │ │ │ │ ├── Earth Science Overlays (USGS/NOAA/ESA) │ │ │ │ └── Economy Layer (ForgePay integration) │ │ │ └────────────────────────────────────────────────┘ │ │ ┌────────────────────────────────────────────────┐ │ │ │ Chain Interface │ │ │ │ ├── ForgeOverlay (UTXO verification) │ │ │ │ ├── Cache TX Builder (place/find/claim) │ │ │ │ ├── Parcel TX Builder (claim/transfer/trade) │ │ │ │ └── Fence TX Builder (define/modify/revoke) │ │ │ └────────────────────────────────────────────────┘ │ └──────────────────────────────────────────────────────┘
Sovereign geocaching with real satoshi rewards. No subscription. No corporate middleman. Proof of placement and proof of discovery are both on-chain.
Encrypted payload at coordinates. Could be a message, a file, an image, a key. Only accessible within geofence radius. The simplest cache type. Digital dead letter box.
Encrypted payload that requires solving a challenge to unlock. The puzzle itself is on-chain. Could be a riddle, a math problem, a code to crack. Proximity required plus correct solution.
First-find rewards. Creator loads satoshis into the cache TX. First person to arrive at coordinates and prove proximity claims the bounty. Race condition resolved by chain timestamp.
One-time retrieval. Cache is destroyed (spent UTXO) after first find. For sensitive data transfers that should only happen once. The chain proves it happened. The data is gone.
{
"cache": {
"id": "fw_cache_a1b2c3d4",
"type": "data_drop | puzzle | bounty | dead_drop",
"coordinates": { "lat": 41.4312, "lng": -73.8714 },
"radius_m": 50,
"payload_encrypted": "aes256:...",
"reward_sats": 5000,
"creator_address": "14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu",
"placement_tx": "bsv_tx_hash",
"finds": [
{
"finder_address": "1...",
"find_tx": "bsv_tx_hash",
"timestamp": "2026-03-14T12:00:00Z"
}
],
"status": "active | claimed | expired | destroyed"
}
}
The critical question: how do you prove someone is physically at a location without a centralized server tracking them?
Define geographic boundaries anchored to BSV. Not server-side geofences controlled by Google or Apple. Local computation on your device. Your device checks your fences. No server ever knows your position.
Traditional Geofencing: Device → Server (sends GPS) → Server checks fence → Server sends response Result: Server knows your location at all times ForgeWorld Geofencing: Device computes fence boundaries locally Device checks own GPS against local fence data Triggers fire locally (ForgeCommand, ForgeRelay) No server. No upload. No tracking. Fence definitions stored on BSV (public or encrypted) Your position NEVER leaves your device
Geofence events trigger ForgeCommand actions:
ForgeWorld parcels are not virtual land in a made-up metaverse. They are coordinate-anchored claims on the real Earth map, recorded on BSV. You claim a parcel at your house. Your neighbor claims theirs. The parcels are visible on the map. They trade via ForgePay.
This is not a legal land title system. It is a digital layer ON TOP of physical geography. Think of it as a sovereign overlay where communities can organize territory, set commerce rules, and build digital infrastructure anchored to real places.
~30m x 30m
House-sized
Base unit
~16 Plots
Neighborhood
Governance unit
~64 Blocks
Town-sized
Economy unit
~256 Districts
State-sized
Network unit
{
"parcel": {
"id": "fw_parcel_x7y8z9",
"type": "plot | block | district | region",
"bounds": {
"nw": { "lat": 41.4320, "lng": -73.8720 },
"se": { "lat": 41.4317, "lng": -73.8714 }
},
"owner_address": "14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu",
"claim_tx": "bsv_tx_hash",
"commerce_rules": {
"marketplace_enabled": true,
"gig_enabled": true,
"cache_allowed": true,
"fee_rate_sats": 0
},
"forgeverse_bridge": {
"linked": true,
"verse_parcel_id": "fv_verse_abc123",
"ar_enabled": true
}
}
}
This is the connection that makes ForgeWorld different from every other digital land play:
Every ForgeNode on Earth rendered on the map. The sovereign mesh network made visible.
ForgeServe API → ForgeWorld Overlay ├── Node uptime: 99.7% ├── Mesh peers: 4 connected ├── LoRa RSSI: -87 dBm ├── CPU temp: 52°C ├── Storage: 42% used ├── Chain sync: block 942,118 └── Last TX: 3 minutes ago
Click any node on the map. See its health. See its connections. See its coverage. The sovereign internet visualized geographically.
Time-lapse mode: watch the ForgeNode network grow over time. First node appears. Second connects. Mesh forms. Coverage expands. Districts light up. Regions connect. The sovereign network spreading across the real Earth.
ForgeServe defines four transport tiers. ForgeWorld visualizes all of them on the map simultaneously. Toggle each layer. See your sovereign comms coverage at a glance. See where the gaps are. See where you need another node.
| Layer | Technology | Data Source | Visual | Range |
|---|---|---|---|---|
| TCP/IP | ForgeNode WiFi + Ethernet | ForgeServe health API | Blue lines between connected nodes | Local network |
| LoRa/Meshtastic | Heltec V3 modules ($35/ea) | RSSI/SNR from mesh nodes | Green circles (1-10km/hop) + animated packet routes | 1-10km per hop |
| Starlink/LTE | Satellite + cell towers | CelesTrak TLE data + OpenCelliD | Orange coverage zones + satellite pass predictions | Global / regional |
| HF Radio | SDR + ham rigs | NOAA ionospheric data | Red propagation arcs (NVIS 40m/80m bands) | Regional-global |
Every ForgeNode with a LoRa radio (Heltec V3, $35) reports its position and mesh peers. ForgeWorld renders:
Data source: OpenCelliD (open-source, 40M+ towers globally). ForgeWorld renders carrier coverage maps. Signal strength heatmaps from ForgeNode devices reporting back. Dead zones highlighted in red.
The visual argument: Toggle cell coverage ON. Toggle LoRa mesh coverage ON. See side by side: what you pay $100/month for vs what you built for $35 in hardware. That visual sells itself. Every gap in carrier coverage is an argument for ForgeNode + LoRa. Every dead zone is a customer.
CelesTrak provides free TLE (Two-Line Element) data for every Starlink satellite. ForgeWorld computes orbital passes in real time. See satellite footprints crossing the map. Predict coverage windows. ForgeServe's Starlink backup transport layer visualized: when the mesh fails and the internet is down, where is your satellite window?
RF propagation IS Earth science. Ionospheric layers, tropospheric ducting, terrain shadowing, soil conductivity affecting ground wave. NOAA space weather data feeds directly into propagation predictions. ForgeWorld renders:
Jack Mosel has two Earth Science degrees and 15 years of teaching experience. This is not a bolt-on feature. This is the layer where domain expertise becomes a product differentiator that no Silicon Valley startup can replicate.
| Data Type | Source | Resolution | Update Frequency |
|---|---|---|---|
| Satellite Imagery | Sentinel-2 (ESA) | 10m/pixel | 5 days |
| Satellite Imagery | Landsat 8/9 (NASA/USGS) | 30m/pixel | 16 days |
| Geological Survey | USGS National Map | Varies | Annual |
| Topographic Contours | USGS 3DEP / SRTM | 1m-30m | Static + updates |
| Weather / Climate | NOAA (NWS, NCEI) | Varies | Real-time |
| Seismic Activity | USGS Earthquake Hazards | Global | Real-time |
| Water Table / Aquifer | USGS NWIS | Well-level | Daily |
| Soil Composition | USDA SSURGO/STATSGO | County-level | Annual |
| Air Quality | EPA AirNow | Station-level | Hourly |
| Terrain Elevation | Mapzen / AWS Open Data | ~30m | Static |
Bedrock type, fault lines, mineral deposits, geological age. Tap any point on the map and know what's under your feet. USGS data rendered as color-coded polygons with pop-up detail.
Elevation contour lines from USGS 3DEP. Combined with Mapzen terrain tiles for 3D relief rendering. See the landscape in three dimensions. Real terrain. Real elevation data.
NOAA real-time weather data. Temperature, precipitation, wind, pressure, humidity. Radar imagery. Severe weather alerts. Storm tracking. All sovereign. All free. No Weather Channel subscription.
USGS earthquake data in real-time. Magnitude, depth, timestamp. Historical seismic data overlay. Fault line visualization. Tectonic plate boundaries. The Earth is alive. See it move.
Water table depth from USGS well data. Aquifer boundaries. Watershed delineation. Stream gauge levels. Flood zone mapping. Know your water. Know your risk.
USDA soil survey data. Soil type, drainage class, pH, organic matter content. Critical for agriculture, construction, environmental assessment. The ground truth, literally.
ForgeWorld is not just a map. It is an Earth Science classroom. Toggle educational mode and every layer includes explanatory annotations. What causes earthquakes. How aquifers recharge. Why soil types vary. Fifteen years of Earth Science teaching embedded in the data layers.
This is the layer where ForgeWorld becomes the tool Jack wished he had in the classroom. Where students can explore real data about the real Earth in real-time. No textbook. No simulation. The actual planet.
| Product | ForgeWorld Integration |
|---|---|
| ForgeGig | Jobs bounded by geofence. "Need help moving furniture" visible only to users within 5km. Proximity = relevance. |
| ForgeMarketplace | Listings anchored to location. "Selling firewood" appears on the map at the seller's parcel. Walk to it. Buy it. ForgePay settles. |
| ForgePay | All parcel trades, cache rewards, and commerce zone transactions settle through ForgePay. One wallet. One chain. |
| ForgeNode | Node operators can monetize coverage. Provide LoRa mesh in an area with no coverage. Nearby users pay micro-fees for relay service. |
Drop a ForgeClan Beacon at your location. Chain-stamped. Permanent. Other ForgeClan members see beacons on ForgeWorld. Density clusters = neighborhoods forming organically.
Snap Map proved 400 million users want a social map layer. Humans WANT to see activity spread geographically. Snap proved the concept and then wasted it on surveillance capitalism.
| Feature | Snap Map | ForgeWorld |
|---|---|---|
| Location Tracking | 24/7 on Snap's servers. Sold to advertisers. | Device-local. GPS never leaves your ForgeNode. You appear when YOU choose. |
| Discovery | "Who's near me?" (so Snap can target ads) | "Who's near me?" (so you can find ForgeClan neighbors, jobs, and commerce) |
| Heat Maps | Drive foot traffic for paying advertisers | Show ForgeClan density and mesh coverage |
| Economic Value to User | Zero. You give location, they give nothing. | ForgeGig jobs, Marketplace listings, geocache rewards. Real sats. |
| Data Persistence | Ephemeral by design. Can't prove anything. | On chain. Immutable. Your economic activity is YOUR verifiable record. |
| Privacy Breach Risk | Centralized DB = one breach exposes all users | No central DB. Nothing to breach. Each node holds only its own data. |
| Law Enforcement | Shared without warrant in some jurisdictions | No server to subpoena. Your location is on YOUR device. |
Same dopamine. Zero surveillance. Real sats. ForgeWorld is what Snap Map should have been.
When ForgeNode density increases in an area, a local mesh economy emerges naturally:
Low Density: Isolated nodes. Basic coverage. Limited commerce.
Medium Density: Mesh forms. Geocaching becomes viable. ForgeGig jobs appear.
High Density: Full coverage. ForgeMarketplace thrives. Parcel values increase.
Critical Mass: Self-sustaining local economy. Mesh replaces ISP dependency.
ForgeWorld visualizes this progression in real-time.
| Forge Product | Integration with ForgeWorld | Dependency Type |
|---|---|---|
| ForgeView | ForgeWorld IS the Earth zoom level of the ForgeView sphere | Core (same renderer) |
| ForgeVerse | Digital twin bridge. ForgeWorld parcels anchor ForgeVerse builds | Core (bidirectional) |
| ForgeNode | Hardware GPS, LoRa mesh, proximity proof, AR camera feed | Core (hardware layer) |
| ForgePay | All parcel trades, cache rewards, commerce zone transactions | Core (payment rail) |
| ForgeOverlay | UTXO verification for parcels, caches, and fence definitions | Core (chain verification) |
| ForgeGig | Proximity-bounded job listings within geofences | Economy layer |
| ForgeMarketplace | Location-anchored commerce listings on the map | Economy layer |
| ForgeServe | Real-time node health data for network visualization | Infrastructure |
| ForgeRelay | Mesh communication between nodes. Geofence alert delivery | Communication |
| ForgeCommand | Geofence trigger actions. Enter/exit automations | Automation |
| ForgeHard | Encrypted location data. Parcel access keys. Cache encryption | Security |
| ForgeDAppStore | Distribution channel for ForgeWorld app and plugins | Distribution |
ForgeWorld touches 12 products in the ecosystem. It is the geographic binding layer that gives physical coordinates to digital activity. Without ForgeWorld, the Forgechain ecosystem is software. With ForgeWorld, it is infrastructure.
| Feature | Google Maps | Apple Maps | Geocaching.com | Decentraland | What3Words | ForgeWorld |
|---|---|---|---|---|---|---|
| Sovereign | No | No | No | Partial | No | Yes |
| Open Source | No | No | No | Partial | No | Full Stack |
| Location Privacy | No (harvested) | Partial | No | N/A | No | Device-local |
| Geocaching | No | No | Yes ($30/yr) | No | No | Free + rewards |
| Real Rewards | No | No | No | No | No | Satoshis |
| Digital Real Estate | No | No | No | Virtual only | No | GPS-anchored |
| Earth Anchor | N/A | N/A | N/A | No | N/A | Real coordinates |
| Mesh Network Viz | No | No | No | No | No | ForgeNode overlay |
| Earth Science Data | Limited | No | No | No | No | 10+ open layers |
| Blockchain | No | No | No | ETH ($5-50 gas) | No | BSV (<$0.01) |
| AR Bridge | Limited | Limited | No | No | No | ForgeVerse |
| Subscription | Free* | Free* | $30/yr | ETH gas | API fees | Free |
*"Free" = you pay with your location data, your behavioral profile, and your privacy. That is not free.
The map, the geocaching, the geofencing, the Earth science layers: all free. ForgeWorld is infrastructure. Infrastructure drives ecosystem activity. Ecosystem activity generates revenue across multiple products.
| Stream | Mechanism | Product |
|---|---|---|
| Parcel Trading | Micro-fee on parcel transfers (0.1-0.5%) | ForgePay |
| Bounty Cache Fees | Micro-fee on bounty cache creation (flat sat fee) | ForgePay |
| Commerce Zone Fees | Optional parcel owner fees for commercial activity | ForgeMarketplace |
| Premium Satellite Tiles | Higher-resolution commercial imagery (sub-meter) | ForgeWorld |
| Enterprise Layers | Custom data overlays for organizations (geology firms, municipalities) | ForgeWorld |
| ForgeNode Coverage Fees | Mesh relay micro-fees in coverage-sparse areas | ForgeNode |
| ForgeVerse Bridge Fees | AR rendering fees for complex ForgeVerse structures on parcels | ForgeVerse |
The free map drives adoption. Adoption drives parcel claims. Parcel claims drive trading. Trading drives fees. Fees sustain the network. The map pays for itself through the activity it enables.
Zoom Level 0-4: THREE.js globe + Sentinel-2 composite (ForgeView sphere) Zoom Level 5-8: MapLibre GL JS + OSM vector tiles + satellite overlay Zoom Level 9-14: MapLibre GL JS + OSM detail tiles + Mapzen terrain Zoom Level 15-18: MapLibre GL JS + OSM building footprints + parcel overlay AR Mode: ForgeNode camera + WebXR + ForgeVerse mesh overlay Tile Sources: Vector: OpenMapTiles (self-hosted or CDN) Raster: Sentinel-2 COG (Cloud Optimized GeoTIFF) via STAC API Terrain: Mapzen Terrarium tiles (AWS Open Data) Overlays: GeoJSON (caches, parcels, fences, nodes) rendered client-side
Cache Placement TX:
OP_RETURN: FWCACHE | version | type | lat | lng | radius |
encrypted_payload_hash | reward_sats | expiry
Cache Find TX:
OP_RETURN: FWFIND | cache_tx_ref | finder_pubkey |
proximity_proof | timestamp
Parcel Claim TX:
OP_RETURN: FWPARCEL | version | type | nw_lat | nw_lng |
se_lat | se_lng | commerce_rules_hash
Parcel Transfer TX:
Input: Previous owner's UTXO (parcel token)
Output: New owner's address
OP_RETURN: FWTRANSFER | parcel_tx_ref | price_sats
Fence Definition TX:
OP_RETURN: FWFENCE | version | polygon_coordinates |
trigger_type | action_hash | encrypted(yes/no)
| Metric | Target |
|---|---|
| Globe render (zoom 0) | <500ms to first frame |
| Tile load (zoom 15) | <200ms per tile |
| Cache discovery check | <50ms (local GPS computation) |
| Parcel overlay render | <100ms for 1,000 parcels in viewport |
| Node network overlay | <200ms for 500 nodes in viewport |
| Chain TX confirmation | <5 seconds (BSV average block time) |
| Earth science layer load | <1 second per layer toggle |
| Offline tile cache | Up to 10GB local tile storage |
ForgeWorld works offline. Downloaded tile regions are cached locally. Parcel data syncs from chain on reconnect. Geocache discoveries queue for chain submission. Geofences compute entirely on-device regardless of connectivity. The map works in the field. Where maps are actually needed.
MapLibre GL + THREE.js globe. OpenStreetMap base tiles. Sentinel-2 satellite overlay. Basic ForgeView zoom integration. Offline tile caching.
IN DEVELOPMENTCache placement and discovery. BSV TX format. GPS proximity proof. Data drops and bounty caches. ForgePay reward settlement.
PLANNEDParcel claim and transfer system. Geofence definition. ForgeCommand trigger integration. Parcel hierarchy (Plot → Region). Commerce zone rules.
PLANNEDUSGS/NOAA/USDA data overlays. Seismic real-time feed. ForgeNode network visualization. LoRa mesh range rendering. Educational mode.
PLANNEDForgeVerse structure overlay on parcels. ForgeNode AR camera integration. WebXR rendering. Puzzle caches. ForgeNode triangulation proof.
PLANNEDForgeGig proximity jobs. ForgeMarketplace local listings. Mesh economy emergence. Premium satellite tiles. Enterprise data layers. Global scale.
PLANNEDThe Archons mapped the Earth and sold it back to us.
Google Street View photographs your home without your consent and monetizes the image. Your GPS coordinates are harvested every 15 seconds and packaged into advertising profiles. Your location history is subpoenaed by law enforcement. Your movement patterns are sold to hedge funds for retail foot traffic analysis. The map is a surveillance instrument. The territory is a data mine.
Geocaching.com takes the fundamental human joy of exploration and treasure hunting and wraps it in a $30/year subscription with no rewards for the people who actually hide and find caches. The platform extracts. The community creates. The value flows up.
Decentraland and The Sandbox sold virtual "land" disconnected from any physical reality. Digital speculation untethered from the Earth. The Archons selling imaginary territory in imaginary worlds for real money.
ForgeWorld reclaims the map. Sovereign cartography. Open data. Open source. Zero surveillance. Your device. Your coordinates. Your parcels. Your caches. Your rewards.
The Divine Spark includes knowing where you are without telling anyone else. Location is intimate. It is where your body exists in space. No corporation has the right to that information. ForgeWorld computes everything locally. Your position never leaves your device. The fences are yours. The territory is yours. The map is yours.
The Earth belongs to the people who walk on it. Not the satellites that photograph it.
This whitepaper and all concepts described herein are the intellectual property of Jack Mosel and Forgechain OS. Chain-stamped on BSV before publication.
The ForgeWorld sovereign map architecture, chain-anchored geocaching system, privacy-first geofencing engine, GPS-anchored digital real estate model, ForgeVerse bridge protocol, proximity proof mechanism, Earth science overlay system, and mesh economy model are original works.
Product #25 of 25 in the Forgechain OS sovereign ecosystem.
TX: Pending chain stamp
BSV Address: 14LQvsvmTzztAPAQRnZ5Aq6nctAnVd9fMu
"The Earth belongs to the people who walk on it."
Forgechain OS, 2026. Product #25. All IP on chain before publication.