Skip to content

Commit e54b080

Browse files
authored
Rev 2025-08-20 (#5)
* add blurb * patch links
1 parent 5b76deb commit e54b080

6 files changed

Lines changed: 30 additions & 6 deletions

File tree

docs/data/text-content.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,8 @@
132132
"description": "Philanthropic institutions already operate on-chain endowments with Open Libra. When you participate, you are compounding toward broad, measurable public benefit.",
133133
"buttons": [
134134
{
135-
"label": "View Governance",
136-
"href": "#governance"
137-
},
138-
{
139-
"label": "Read Documentation",
140-
"href": "#documentation"
135+
"label": "WHO WE ARE",
136+
"href": "https://docs.openlibra.io/blog/libra-liberated"
141137
}
142138
]
143139
},

docs/faq.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<template x-for="item in navData.navigation" :key="item.label">
8181
<a :href="item.href" class="hover:opacity-80" x-text="item.label"></a>
8282
</template>
83+
<a href="https://docs.openlibra.io/" class="hover:opacity-80" target="_blank" rel="noopener noreferrer">Docs</a>
8384
<a href="pledge-explained.html" class="hover:opacity-80">The Core Pledge</a>
8485
<a href="faq.html" class="opacity-100 font-medium">FAQ</a>
8586
<div class="flex space-x-4 items-center">
@@ -99,6 +100,7 @@
99100
<template x-for="item in navData.navigation" :key="item.label">
100101
<a :href="item.href" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" x-text="item.label" @click="mobileMenuOpen = false"></a>
101102
</template>
103+
<a href="https://docs.openlibra.io/" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" target="_blank" rel="noopener noreferrer" @click="mobileMenuOpen = false">Docs</a>
102104
<a href="pledge-explained.html" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" @click="mobileMenuOpen = false">The Core Pledge</a>
103105
<a href="faq.html" class="text-base font-medium tracking-wide font-body py-2" @click="mobileMenuOpen = false">FAQ</a>
104106
<div class="flex space-x-6 items-center pt-4 border-t border-opacity-20 border-brand-cream">

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<template x-for="item in (data.navigation || [])" :key="item.label">
5454
<a :href="item.href" class="hover:opacity-80" x-text="item.label"></a>
5555
</template>
56+
<a href="https://docs.openlibra.io/" class="hover:opacity-80" target="_blank" rel="noopener noreferrer">Docs</a>
5657
<a href="faq.html" class="hover:opacity-80" x-text="data.buttons?.faq || 'FAQ'"></a>
5758
<div class="flex space-x-4 items-center">
5859
<template x-for="social in (data.socialLinks || [])" :key="social.name">
@@ -69,6 +70,7 @@
6970
<template x-for="item in (data.navigation || [])" :key="item.label">
7071
<a :href="item.href" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" x-text="item.label" @click="mobileMenuOpen = false"></a>
7172
</template>
73+
<a href="https://docs.openlibra.io/" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" target="_blank" rel="noopener noreferrer" @click="mobileMenuOpen = false">Docs</a>
7274
<a href="faq.html" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" @click="mobileMenuOpen = false" x-text="data.buttons?.faq || 'FAQ'"></a>
7375
<div class="flex space-x-6 items-center pt-4 border-t border-opacity-20 border-brand-cream">
7476
<template x-for="social in (data.socialLinks || [])" :key="social.name">

docs/pledge-explained.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<template x-for="item in data.navigation" :key="item.label">
7171
<a :href="item.href" class="hover:opacity-80" x-text="item.label"></a>
7272
</template>
73+
<a href="https://docs.openlibra.io/" class="hover:opacity-80" target="_blank" rel="noopener noreferrer">Docs</a>
7374
<a href="pledge-explained.html" class="opacity-100 font-medium">The Core Pledge</a>
7475
<div class="flex space-x-4 items-center">
7576
<template x-for="social in data.socialLinks" :key="social.name">
@@ -88,6 +89,7 @@
8889
<template x-for="item in data.navigation" :key="item.label">
8990
<a :href="item.href" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" x-text="item.label" @click="mobileMenuOpen = false"></a>
9091
</template>
92+
<a href="https://docs.openlibra.io/" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" target="_blank" rel="noopener noreferrer" @click="mobileMenuOpen = false">Docs</a>
9193
<a href="pledge-explained.html" class="text-base font-medium tracking-wide font-body py-2" @click="mobileMenuOpen = false">The Core Pledge</a>
9294
<div class="flex space-x-6 items-center pt-4 border-t border-opacity-20 border-brand-cream">
9395
<template x-for="social in data.socialLinks" :key="social.name">

docs/tokenomics.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<template x-for="item in data.navigation" :key="item.label">
5151
<a :href="item.href" class="hover:opacity-80" x-text="item.label"></a>
5252
</template>
53+
<a href="https://docs.openlibra.io/" class="hover:opacity-80" target="_blank" rel="noopener noreferrer">Docs</a>
5354
<a href="pledge-explained.html" class="hover:opacity-80">The Core Pledge</a>
5455
<a href="faq.html" class="hover:opacity-80">FAQ</a>
5556
<div class="flex space-x-4 items-center">
@@ -67,6 +68,7 @@
6768
<template x-for="item in data.navigation" :key="item.label">
6869
<a :href="item.href" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" x-text="item.label" @click="mobileMenuOpen = false"></a>
6970
</template>
71+
<a href="https://docs.openlibra.io/" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" target="_blank" rel="noopener noreferrer" @click="mobileMenuOpen = false">Docs</a>
7072
<a href="pledge-explained.html" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" @click="mobileMenuOpen = false">The Core Pledge</a>
7173
<a href="faq.html" class="text-base font-light tracking-wide font-body hover:opacity-80 py-2" @click="mobileMenuOpen = false">FAQ</a>
7274
<div class="flex space-x-6 items-center pt-4 border-t border-opacity-20 border-brand-cream">

knowledge_base/blurb.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Open Libra Shareable Blurb
2+
3+
Open Libra forked from Facebook's Libra/Diem project the day it launched. It became the first public Move language blockchain, preceding Aptos and Sui by years. After many experiments and battle testing, OL is now mature.
4+
5+
Different from other Layer-1 narratives, this project is a straight shot to the end state of blockchains: a sovereign wealth fund.
6+
7+
The protocol operates as a perpetual endowment. It uses specialized sub-endowments to allocate capital for automation opportunities (not exclusive to blockchain).
8+
9+
Open Libra is led by crypto OGs, distinguished engineers, and CS/economics professors from top programs. The project features innovations in economics and mechanism design:
10+
- Lowest-cost competitive BFT consensus ("Proof of Fee")
11+
- Decades-long vesting for founders ("Slow Wallets")
12+
- Open endowment creation ("Community Wallets")
13+
- Matching contributions ("Match Index")
14+
- Anti-bot verification ("Vouch Score")
15+
16+
This is back-to-basics crypto with an extremely long time horizon. No ICO, venture capital, or centralized company; only mined tokens. To be disbursed over a century, endowment capital represents 85% of total supply, with much going to recognized nonprofits and public interest funding.
17+
18+
Recently upgraded to V8 and preparing for wide-scale go-to-market.
19+
20+
More at: openlibra.io

0 commit comments

Comments
 (0)