Skip to content

Commit

Permalink
Merge pull request #11 from terra-money/update-description
Browse files Browse the repository at this point in the history
Update LandingSection.tsx
  • Loading branch information
JoshuaBrigati authored Jan 31, 2024
2 parents e54495c + 4711bc7 commit 9617d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/LandingSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const LandingSection = () => {
viewport={{ once: false }}
>
<p>
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 tokenincluding liquid staking tokens, stablecoins, liquidity provider tokens, and other Cosmos assetsto 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.
</p>
</motion.div>
<motion.div
Expand Down Expand Up @@ -179,4 +179,4 @@ const LandingSection = () => {
)
};

export default LandingSection;
export default LandingSection;

0 comments on commit 9617d6d

Please sign in to comment.