Skip to content

Commit f8bd5c9

Browse files
committed
website: align content with verifiable compute strategy
1 parent bf7b526 commit f8bd5c9

4 files changed

Lines changed: 14 additions & 15 deletions

File tree

website/app/bounties/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export default function BountiesPage() {
3838
},
3939
{
4040
step: "3",
41-
title: "Settlement at TGE",
42-
desc: "No payments before TGE. All earned bounties are committed for settlement when MBO is live.",
41+
title: "Settlement when the Mbongo token is introduced on-chain.",
42+
desc: "No payments before the token is live. All earned bounties are committed for settlement when MBO is introduced on-chain.",
4343
},
4444
].map((item) => (
4545
<div
@@ -160,7 +160,7 @@ export default function BountiesPage() {
160160
</span>
161161
</td>
162162
<td className="py-3">
163-
PR merged. Bounty recorded. Awaiting TGE for settlement.
163+
PR merged. Bounty recorded. Awaiting token introduction for settlement.
164164
</td>
165165
</tr>
166166
<tr>
@@ -237,7 +237,7 @@ export default function BountiesPage() {
237237
<div className="rounded-lg border border-slate-200 dark:border-slate-800 p-6 bg-slate-50 dark:bg-slate-900/50">
238238
<p className="text-sm text-slate-500 dark:text-slate-500">
239239
This page explains the bounty system. It does not constitute a
240-
promise of payment. Settlement occurs at TGE according to the
240+
promise of payment. Settlement occurs when the Mbongo token is introduced on-chain according to the
241241
contributor compensation framework documented in the repository.
242242
Only MBO-denominated work is covered. Contributions must target
243243
the <code>dev</code> branch.

website/app/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const SITE = {
22
name: "Mbongo Chain",
33
description:
4-
"A Rust-native, compute-first Layer-1 blockchain focused on deterministic execution and open contribution.",
4+
"A Rust-native Layer-1 focused on deterministic verification of off-chain compute. Mbongo Chain verifies AI inference and other off-chain computation using cryptographic receipts and deterministic replay. No hype. Just verifiable compute.",
55
domain: "mbongochain.org",
66
};
77

website/app/contribute/page.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ const circles = [
3939
description:
4040
"AI/ML, security, economics, DevOps, documentation. No Rust knowledge required.",
4141
areas: [
42-
"AI inference and compute verification (CUDA, Python)",
43-
"Security audits and threat modeling",
44-
"CI/CD pipelines and infrastructure automation",
45-
"Technical documentation and guides",
42+
"AI inference pipelines",
43+
"Compute receipt generation",
44+
"Verification tooling for AI workloads",
4645
],
4746
},
4847
];

website/app/roadmap/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const phases = [
3131
"Testing framework and QA pipeline",
3232
"CI/CD and infrastructure automation",
3333
"Testnet deployment and orchestration",
34-
"AI / GPU compute exploration and PoUW prototyping",
34+
"Verification receipts for off-chain compute",
35+
"Deterministic replay harness",
36+
"Explorer for verification inspection",
3537
"SDK scaffolding (TypeScript, Python)",
3638
],
3739
},
@@ -42,11 +44,9 @@ const phases = [
4244
description:
4345
"Consensus mechanism implementation and security hardening.",
4446
items: [
45-
"PoUW (Proof of Useful Work) consensus finalization",
46-
"Validator set management and rotation",
47-
"Fork choice rule and finality gadget",
48-
"TEE integration for compute attestation",
49-
"Security audits and formal verification",
47+
"Receipt verification protocol",
48+
"Validator verification incentives",
49+
"Fraud detection for compute claims",
5050
],
5151
},
5252
{

0 commit comments

Comments
 (0)