Treasure Maps — The Scrolls
“I can’t give you all the answers, but I can tell you how to find them.”
— Founder Denken
The Scroll System
Treasure Maps are presented as scrolls — ancient-looking documents that guide users through curated pathways. Each scroll leads to the next, creating a journey of discovery.
Presentation
- Visual: Parchment/scroll aesthetic
- Organization: Bins/racks separated by purpose
- Access: One of each type presented to user (member OR Ghost World visitor)
- Discovery: Golden Keys unlock the next scroll in the path
Scroll Categories (The Bins)
| Bin | Scroll Type | Purpose | For |
|---|---|---|---|
| The Hearth | Home Business Scrolls | Make money from home | Entrepreneurs |
| The Stage | Creator Rights Scrolls | Artist/creator pathways | Artists |
| The Keep | System Understanding Scrolls | Learn how it all works | Curious minds |
| The Shield | Safety & Crisis Scrolls | Help people in need | Helpers |
| The School | Education Scrolls | Teaching & learning | Educators |
| The Compass | International Scrolls | Global participation | International |
How Scrolls Work
Member View
┌─────────────────────────────────────────────────────────────┐
│ 📜 YOUR SCROLLS │
├─────────────────────────────────────────────────────────────┤
│ │
│ THE HEARTH THE STAGE │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ 📜📜📜📜 │ │ 📜📜📜 │ │
│ │ Home │ │ Creator │ │
│ │ Business │ │ Rights │ │
│ └─────────────┘ └─────────────┘ │
│ │
│ THE KEEP THE SHIELD │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ 📜📜 │ │ 📜📜📜📜📜 │ │
│ │ System │ │ Safety & │ │
│ │ Knowledge │ │ Crisis │ │
│ └─────────────┘ └─────────────┘ │
│ │
│ "I can't give you all the answers, │
│ but I can tell you how to find them." │
│ — Founder Denken │
│ │
└─────────────────────────────────────────────────────────────┘
Ghost World View
Same interface, but:
- Scrolls marked as “Discovered” vs “Hidden”
- Progress tracked in Ghost Profile
- Unlocks carry over if they join
Scroll Path Examples
Path 1: Home Business (The Hearth)
📜 SCROLL 1: "The Kitchen Awaits"
│ Entry: "What if feeding neighbors paid bills?"
│ Golden Key: HOME-001
▼
📜 SCROLL 2: "Let's Make Dinner"
│ Content: LMD Overview
│ Golden Key: LMD-001
▼
📜 SCROLL 3: "The Hearth Guild"
│ Content: Guild structure
│ Golden Key: HEARTH-001
▼
📜 SCROLL 4: "Recipes from Heritage"
│ Content: The Larder
│ Golden Key: LARDER-001
▼
📜 SCROLL 5: "Your Price, Your Rules"
│ Content: $5/$10/$0 pricing
│ Golden Key: PRICING-001
▼
📜 DESTINATION: Membership Signup
Path 2: Creator Rights (The Stage)
📜 SCROLL 1: "The Artist's Dilemma"
│ Entry: Taylor Swift letter context
│ Golden Key: JUKEBOX-001
▼
📜 SCROLL 2: "JukeBox"
│ Content: Music licensing reimagined
│ Golden Key: MUSIC-001
▼
📜 SCROLL 3: "Cost + 20%"
│ Content: Economic model
│ Golden Key: ECONOMICS-001
▼
📜 SCROLL 4: "Verified Forever"
│ Content: Blockchain proof
│ Golden Key: CHAIN-001
▼
📜 DESTINATION: Artist Signup / Sound Guild
Golden Key Registry
| Key Code | Unlocks | Located In | Answer |
|---|---|---|---|
| STRUCTURE-001 | Architect’s Blueprint | Superstructure | “The Kitchen” |
| ECONOMICS-001 | Financial Deep Dive | Economics doc | TBD |
| CURRICULUM-001 | Educator’s Package | BOUNTY doc | TBD |
| TRAIN-001 | Ghost World Access | TRAIN doc | TBD |
| CROWNS-001 | Leadership Overview | Crown System | TBD |
| HIVE-001 | Complete Guild Directory | Hive Cue Card | TBD |
| CHARTER-001 | Values Statement | Charter doc | TBD |
| SACRED-001 | Innovation Portfolio | Sacred Texts | TBD |
UI Implementation Notes
Scroll Visual Design
/* Scroll parchment effect */
.scroll {
background: linear-gradient(#f4e4bc, #ecd8a8);
border-radius: 8px;
box-shadow:
inset 0 0 30px rgba(0,0,0,0.1),
2px 2px 8px rgba(0,0,0,0.2);
padding: 24px;
font-family: 'Crimson Text', serif;
}
/* Rolled edges effect */
.scroll::before,
.scroll::after {
content: '';
position: absolute;
background: linear-gradient(
to right,
rgba(0,0,0,0.2),
transparent
);
}
Bin Organization
- Horizontal rack display (desktop)
- Vertical stack (mobile)
- Category tabs for filtering
- “New scrolls available” indicator
Quote Display
The Founder Denken quote appears:
- At top of Scroll page (prominent)
- At bottom of each scroll (reinforcement)
- In Ghost World (same placement)
- On the Prow (as rotating quote)
Integration Points
| System | Integration |
|---|---|
| The Prow | Shows scrolls unlocked, progress |
| Ghost World | Same scrolls, progress tracked |
| Seedling Board | Shadow Medallions for scroll completion |
| Bounty Board | Scrolls can assign related bounties |
Innovation Note
This system implements:
- #962: Scroll-Based Pathway Presentation — Visual metaphor for guided discovery
“Every path leads somewhere. Every key unlocks something. Every discovery leads to the next.”