gl-property-vault
Project-knowledge vault for gl-property — the tokenized real-estate fundraising platform: raise money for real-world property (rentals + flips) by selling compliant tokenized investor shares, with retail access (Reg A+/Reg CF) as the differentiator rather than accredited-only.
Sibling of the gl-property code repo, mirroring the gl-{domain}-vault convention. Keeps strategy, legal/securities maps, deal economics, and product/engineering design out of the code repo so the repo stays lean and the knowledge stays navigable.
Browse it as a website. Markdown is the source of truth, but the whole vault renders into a navigable HTML site — sidebar tree, client-side search, resolved
[[wikilinks]], embedded SVG infographics, and a privacy boundary baked in.
Layout
Organized by audience:
knowledge/ — plain-English primers (PUBLISHABLE)
rwa-tokenization-101 · why-tokens-are-securities · exemptions-explained ·
accredited-investor · glossary
business/ — internal strategy (CONFIDENTIAL)
thesis · market-landscape · deal-economics · go-to-market · moat-and-risks
product/ — product + engineering design (INTERNAL)
platform-architecture · tech-stack · compliance-rails · research-pipeline · roadmap
Privacy boundary: knowledge/ is publishable (evergreen education, no internal positioning). business/ and product/ are internal. The --public build emits only knowledge/.
Reading the vault as a site
From the vault root, with the GodMode venv (has markdown + pygments):
$PY tools/build_site.py # internal build → _site/ (everything, badged)
$PY tools/build_site.py --public # publishable build → _site-public/ (knowledge/ only)
$PY tools/build_site.py --serve # build internal, then serve on http://localhost:8099
$PY = /Users/neilgodfrey/GodMode/.venv/bin/python. Markdown stays the source of truth; rebuild after edits.
Infographic components
The builder passes raw HTML/SVG through markdown, with a styled component kit available to any doc: .ig figure cards, .statgrid/.stat, .flow/.flow-step, .cmp two-column compares, .meter, .pills, and .keyline. See any doc under business/ or product/ for usage.
One-line truth
A token is a format, not a legal category — tokenized real-estate shares are securities. The platform's job is to make the compliant path (single-asset LLC + the right exemption + on-chain rails) repeatable, and to open it to retail, which is the whole differentiator. Start with Thesis.
Not legal advice. Any live raise gets papered by a securities attorney first.