Skip to content

Commit fdf4569

Browse files
committed
Update roadmap
1 parent 0f99bd3 commit fdf4569

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/app/(homepage)/data/build-phases.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@ export const buildPhases: Array<
1818
status: 'current',
1919
},
2020
{
21-
date: 'Early 2026',
22-
title: 'Filecoin Onchain Cloud Live on Mainnet',
21+
date: 'Live',
22+
title: 'Mainnet',
2323
description:
24-
'Launching on mainnet with programmable storage, retrieval, and onchain payments.',
25-
status: 'upcoming',
24+
'2 independent replicas across separate storage providers. PDP proofs verify data on-chain every 24 hours. Payments halt automatically if proofs stop.',
25+
status: 'current',
2626
},
2727
{
28-
date: 'Upcoming',
29-
title: 'Automate Repair and Replication',
28+
date: 'Post-GA',
29+
title: 'Automated Repair',
3030
description:
31-
'Upcoming service contracts and replication layers will make storage self-healing and redundant.',
31+
'Fault-triggered re-replication from healthy copies without manual intervention. Recovery time drops from hours to minutes.',
3232
status: 'upcoming',
3333
},
3434
{
35-
date: 'Upcoming',
36-
title: 'Bring Filecoin Onchain Cloud to Your Chain',
35+
date: 'Future',
36+
title: 'Durable Backups',
3737
description:
38-
'New payment and swapping end points will allow builders to pay in their native token and use Filecoin onchain verifiable storage.',
38+
'Sealed backup copies alongside hot replicas for defense-in-depth durability.',
3939
status: 'upcoming',
4040
},
4141
]

0 commit comments

Comments
 (0)