diff --git a/docs/1.concepts/abstraction/what-is.md b/docs/1.concepts/abstraction/what-is.md index 6681ccc350e..9256b5a7bcf 100644 --- a/docs/1.concepts/abstraction/what-is.md +++ b/docs/1.concepts/abstraction/what-is.md @@ -6,11 +6,11 @@ sidebar_label: Introduction Do you know how your favorite apps are built and which database they use?. Chances are not, since we choose apps based on their functionality, and not their underlying tech. -We believe that **same should be true for blockchain apps**, users should be able to enjoy an application, without the underlying tech hampering their experience. This is, the user experience should be so good, that they don't realize their are using a blockchain. +We believe that **same should be true for blockchain apps**, users should be able to enjoy an application, without the underlying tech hampering their experience. The user experience should be so good, that they don't realize they're using a blockchain. ![img](/docs/assets/welcome-pages/chain-abstraction-landing.png) -To help make this a reality, NEAR provides a set of services that allow to **abstract away** the blockchain from the user experience. This means that users can use blockchain-based application - both in NEAR and **other chains** - without even realizing they are using a blockchain. +To help make this a reality, NEAR provides a set of services that allow to **abstract away** the blockchain from the user experience. This means that users can use blockchain-based application - both in NEAR and **other chains** - without needing to understand the technical details. --- @@ -36,4 +36,4 @@ Once having their account, apps can ask the user to create meta-transactions and If the user wants to interact with other blockchain, they can use their account to interact with a multi-chain signature relayer, which will relay the transaction to the right network, covering GAS fees. -As an example, this would allow users to collect NFTs across different chains, without ever needing to explicitly create an account or acquire crypto. All with just a single email login. \ No newline at end of file +As an example, this would allow users to collect NFTs across different chains, without ever needing to explicitly create an account or acquire crypto. All with just a single email login.