diff --git a/components/Starknet/modules/architecture_and_concepts/pages/Account_Abstraction/introduction.adoc b/components/Starknet/modules/architecture_and_concepts/pages/Account_Abstraction/introduction.adoc index faf0926172..2cd9caac35 100644 --- a/components/Starknet/modules/architecture_and_concepts/pages/Account_Abstraction/introduction.adoc +++ b/components/Starknet/modules/architecture_and_concepts/pages/Account_Abstraction/introduction.adoc @@ -1,7 +1,8 @@ [id="what_is_an_account"] = What is an account? -An account is a user's representation on-chain and the way of interacting with the blockchain. +An account represents a user on-chain, and enables that user to interact with the blockchain. + Through an account, you may send transactions and interact with other contracts. To "own" an on-chain asset (e.g. ERC20 token or an NFT), it has to be associated with your account address.