Skip to content

Commit

Permalink
Rework home page (#484)
Browse files Browse the repository at this point in the history
* Mention user staking here

* We call it tez, primarily

* Swap verification for scalability
  • Loading branch information
timothymcmackin authored Dec 12, 2024
1 parent 419fed6 commit 169795c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/BuildSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cardData = [
{
emoji: 'πŸ”‹',
title: 'Proof of stake',
description: 'The proof-of-stake consensus model eliminates the need for high energy use, making it the "green" choice for blockchains. Instead of competing to achieve consensus as in proof-of-work models, Tezos nodes (called bakers) stake Tezos tokens to earn the right to create blocks and receive rewards.',
description: 'The proof-of-stake consensus model eliminates the need for high energy use, making it the "green" choice for blockchains. Instead of competing to achieve consensus as in proof-of-work models, Tezos nodes (called bakers) stake Tezos tokens to earn the right to create blocks and receive rewards. Users can also stake tokens to earn rewards without having to run a node or give up control of their tokens.',
},
{
emoji: '✨',
Expand All @@ -21,7 +21,7 @@ const cardData = [
{
emoji: '🀝',
title: 'Stakeholder-led governance',
description: "Anyone who holds XTZ β€” the chain's native token β€” can propose changes to how Tezos works, such as changes to gas fees and block times, new features such as smart rollups, or even major changes like how the consensus mechanism works."
description: "Anyone who holds tez β€” the chain's native token β€” can propose changes to how Tezos works, such as changes to gas fees and block times, new features such as smart rollups, or even major changes like how the consensus mechanism works."
},
{
emoji: 'πŸ› οΈ',
Expand All @@ -30,8 +30,8 @@ const cardData = [
},
{
emoji: 'πŸ’«',
title: 'Formal verification',
description: 'Formal verification is a process that ensures that code on Tezos does what it says it does and has no side effects. Formal verification reduces errors, bugs, and security vulnerabilities in smart contracts and allows users to trust them.',
title: 'Extreme scalability',
description: 'Tezos has a system for dramatically expanding processing power and data bandwidth into layer 2. Its Smart Rollups are enshrined in the protocol and run large amounts of processing without slowing layer 1 down, while posting data to layer 1 that allows other to verify their behavior.',
},
];

Expand Down

0 comments on commit 169795c

Please sign in to comment.