Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/app/(homepage)/data/build-phases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ export const buildPhases: Array<
title: 'Filecoin Onchain Cloud Testnet Launch',
description:
'Open, verifiable cloud platform delivering programmable storage, retrieval, and onchain payments for unstoppable decentralized applications.',
status: 'current',
status: 'completed',
},
{
date: 'Early 2026',
title: 'Filecoin Onchain Cloud Live on Mainnet',
date: 'Live',
title: 'Mainnet',
description:
'Launching on mainnet with programmable storage, retrieval, and onchain payments.',
status: 'upcoming',
'2 independent replicas across separate storage providers. PDP proofs verify data on-chain every 24 hours. Payments halt automatically if proofs stop.',
status: 'current',
},
{
date: 'Upcoming',
title: 'Automate Repair and Replication',
date: 'Post-GA',
title: 'Automated Repair',
description:
'Upcoming service contracts and replication layers will make storage self-healing and redundant.',
'Fault-triggered re-replication from healthy copies without manual intervention. Recovery time drops from hours to minutes.',
status: 'upcoming',
},
{
date: 'Upcoming',
title: 'Bring Filecoin Onchain Cloud to Your Chain',
date: 'Future',
title: 'Durable Backups',
description:
'New payment and swapping end points will allow builders to pay in their native token and use Filecoin onchain verifiable storage.',
'Sealed backup copies alongside hot replicas for defense-in-depth durability.',
status: 'upcoming',
},
]
Loading