From b90ed1e0c29beab4226b80d4e1217235398c8cd1 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:58:39 +0300 Subject: [PATCH 1/8] Update hero-data.js --- src/datas/what-is-tia/hero-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/what-is-tia/hero-data.js b/src/datas/what-is-tia/hero-data.js index 175229854..a3ffa3f71 100644 --- a/src/datas/what-is-tia/hero-data.js +++ b/src/datas/what-is-tia/hero-data.js @@ -4,13 +4,13 @@ export const heroData = { text: "Learn about TIA, the native token of the Celestia blockchain.", buttons: [ { - text: "Develop", + text: "Pay for Data (Developer)", class: "simple", type: "anchor", url: "managing-tia-as-a-rollup", }, { - text: "Stake and custody TIA", + text: "Custody & Stake TIA", class: "white", type: "anchor", url: "staking-and-custody", From 295d9a502b7fa9a3ef771474d8d6aa424699d0f3 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:59:43 +0300 Subject: [PATCH 2/8] Update role.js --- src/datas/what-is-tia/role.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/what-is-tia/role.js b/src/datas/what-is-tia/role.js index aaebe8aea..5950a82b6 100644 --- a/src/datas/what-is-tia/role.js +++ b/src/datas/what-is-tia/role.js @@ -3,7 +3,7 @@ export const role = { items: [ { id: 1, - title: "Pay transaction fees", + title: "Pay for data", text: "Data published by rollups and token transfers on Celestia pay fees using TIA.", image: "what-is-tia/what-is-tia-role-1.png", type: "external", @@ -18,7 +18,7 @@ export const role = { { id: 3, title: "Gas token for rollups", - text: "Rollups can opt to use TIA as their gas token.", + text: "Developers can use TIA as a gas token for their rollups", image: "what-is-tia/what-is-tia-role-3.png", type: "external", }, From eeabf00986a1b1fc1653882a623aa43a7c914798 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:00:42 +0300 Subject: [PATCH 3/8] Update seoContent.js --- src/datas/what-is-tia/seoContent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datas/what-is-tia/seoContent.js b/src/datas/what-is-tia/seoContent.js index d83a775d7..a40c4c8df 100644 --- a/src/datas/what-is-tia/seoContent.js +++ b/src/datas/what-is-tia/seoContent.js @@ -1,5 +1,5 @@ export const seoContent = { - title: "Run a Node | celestia.org", - description: "Build games with new capabilities. Celestia scales with the number of users so games can scale with their usebase.", + title: "What is TIA? | celestia.org", + description: "Learn about TIA, the native token of the Celestia blockchain.", image: "", -}; \ No newline at end of file +}; From aa9ef0e90a2137eeb8c42895728b2cf4847d4eda Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:07:23 +0300 Subject: [PATCH 4/8] Update what-is-tia.js --- src/pages/what-is-tia.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/what-is-tia.js b/src/pages/what-is-tia.js index 4d382504d..2465344c5 100644 --- a/src/pages/what-is-tia.js +++ b/src/pages/what-is-tia.js @@ -77,11 +77,11 @@ const WhatIsTIA = () => {
- Anyone can download a non-custodial wallet to freely transact and control their TIA. No banks or - intermediaries are trusted to do this for you. + Anyone can download a non-custodial wallet to freely transact and control their TIA. + No banks or intermediaries necessary.
- This does mean it’s important to{" "} + It’s important to{" "} get familiar with basic wallet practices↗ {" "} @@ -103,16 +103,15 @@ const WhatIsTIA = () => {
Nodes on Celestia lock up (stake) TIA to become a validator that participates in consensus. Any node can enter the validator set if they have enough tokens to join the top 75 by stake.
- Users that don’t reach the top 75 or don’t want to run a validator can delegate their TIA to an existing - validator that will stake it on their behalf. TIA delegations can always be retrieved from validators - after undergoing a 3-week unbonding period. + Users can stake TIA by delegating to a validator in the active set and receive a share of + Celestia’s staking rewards. Delegations can always be retrieved after a 3-week unbonding period.
{wallets.details}
-