diff --git a/src/datas/celestia-underneath/data-availability.js b/src/datas/celestia-underneath/data-availability.js index 4df10535..545138a7 100644 --- a/src/datas/celestia-underneath/data-availability.js +++ b/src/datas/celestia-underneath/data-availability.js @@ -1,5 +1,5 @@ export const dataAvailability = { - title: "Relieving the DA bottleneck", + title: "Removing the DA bottleneck", text: `

Data availability (DA) has been a core scaling bottleneck for crypto applications. So far, rollups have tried to avoid the DA bottleneck by recruiting a committee or centralized server for DA.

Now, Celestia provides high data throughput that is verifiable for any user through a light node. This is possible because of data availability sampling. As the light node network grows, Celestia can scale to the data throughput needed for millions of rollups without compromising end-user security.

@@ -12,6 +12,6 @@ export const dataAvailability = { class: "simple", type: "internal", text: "Read Light Node", - url: "#", + url: "/run-a-light-node/", }, };