From 4711bc79746cfb4e8b288c28bfbf47d231398472 Mon Sep 17 00:00:00 2001 From: Joshua Brigati Date: Wed, 31 Jan 2024 13:34:07 -0600 Subject: [PATCH] Update LandingSection.tsx --- src/sections/LandingSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/LandingSection.tsx b/src/sections/LandingSection.tsx index 5b45f7c..085a051 100644 --- a/src/sections/LandingSection.tsx +++ b/src/sections/LandingSection.tsx @@ -92,7 +92,7 @@ const LandingSection = () => { viewport={{ once: false }} >

- Alliance is an open-source Cosmos SDK module that enables blockchains to form mutually beneficial relationships, similar to trade agreements between countries. Using Alliance, a chain can allow almost any token, including liquid staking tokens, stablecoins, liquidity provider tokens, and other Cosmos assets, to be staked on their chain to earn staking rewards. In turn for providing a portion of the chain’s staking rewards to stakers of these tokens, the chain can redistribute a percentage of these staked Alliance assets to native token stakers. + Alliance is an open-source Cosmos SDK module that enables blockchains to form mutually beneficial relationships, similar to trade agreements between countries. Using Alliance, a chain can allow almost any token—including liquid staking tokens, stablecoins, liquidity provider tokens, and other Cosmos assets—to be staked on their chain to earn staking rewards. In turn for providing a portion of the chain’s staking rewards to stakers of these tokens, the chain can redistribute a percentage of these staked Alliance assets to native token stakers.

{ ) }; -export default LandingSection; \ No newline at end of file +export default LandingSection;