Skip to content

Commit bbfd8fa

Browse files
authored
Merge pull request #13429 from ethereum/konopkja-patch-2
update create acc guide
2 parents 853daef + 4843da2 commit bbfd8fa

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

public/content/guides/how-to-create-an-ethereum-account/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ lang: en
66

77
# How to create an Ethereum account
88

9-
Anyone can create an Ethereum account at any time, for free. There are several ways, but the easiest and most common way is to use an app known as a wallet. Wallets create and secure the [keys](/glossary/#key) that enable you to use Ethereum. You can use your wallet to send transactions, check your token balances and connect to apps built on Ethereum, such as token exchanges, games, [NFT](/glossary/#nft) marketplaces and more. Some "web2" apps now allow you to sign in with Ethereum too.
9+
**Anyone can create an Ethereum account for free.** You just need to install a crypto wallet app. Wallets create and manage your Ethereum account. They can send transactions, check your balances and connect you to other apps built on Ethereum.
1010

11-
Unlike opening a new account with a company, creating an Ethereum account is done freely, privately and without requiring permission. Accounts are controlled by keys that your wallet software helps you create, and are not issued by a third party, nor stored in a central registry.
11+
With a wallet you can also log into any token exchange, games, [NFT](/glossary/#nft) marketplaces instantly. There is no need for individual registration, one account is shared for all apps built on Ethereum.
1212

1313
## Step 1: Choose a wallet
1414

15-
A wallet is an app that helps you manage your Ethereum account. It uses your keys to send and receive transactions and sign in to apps. There are dozens of different wallets to choose frommobile, desktop, or even browser extensions.
15+
A wallet is an app that helps you manage your Ethereum account. There are dozens of different wallets to choose from: mobile, desktop, or even browser extensions.
1616

1717
<ButtonLink to="/wallets/find-wallet/">
18-
Find a wallet
18+
List of wallets
1919
</ButtonLink>
2020

2121
If you are new, you can select the “New to crypto” filter on the "find a wallet" page to identify wallets that should include all necessary features suitable for beginners.
@@ -30,43 +30,43 @@ Once you have decided on a specific wallet, visit their official website or app
3030

3131
## Step 3: Open the app and create your Ethereum account
3232

33-
The first time you open your new wallet you might be asked to choose between creating a new account or importing an existing one. Click on the new account creation.
33+
The first time you open your new wallet you might be asked to choose between creating a new account or importing an existing one. Click on the new account creation. **This is the step during which the wallet software generates your Ethereum account.**
3434

3535
## Step 4: Store your recovery phrase
3636

37-
Some apps will request you to save a secret 'seed phrase' (you might also see this referred to as a "recovery phrase" or a "mnemonic"). Keeping this seed phrase safe is extremely important! The seed phrase is used to generate a secret key for an account which can be used to sign and send transactions. Any person who knows the seed phrase can take control of all the accounts generated by it. Never share the seed phrase with anyone. The seed phrase should contain 12 to 24 randomly generated words (the order of the words matters).
37+
Some apps will request you to save a secret "recovery phrase" (sometimes called a "seed phrase" or a "mnemonic"). Keeping this phrase safe is extremely important! This is used to generate your Ethereum account and can be used to submit transactions.
3838

39-
Once you have saved your seed phrase you should see your wallet dashboard with your balance. Check out our guide: [how to use a wallet.](/guides/how-to-use-a-wallet)
39+
**Any person who knows the phrase can take control of all funds.** Never share this with anyone. This phrase should contain 12 to 24 randomly generated words (the order of the words matters).
4040

41-
<br />
42-
41+
<div>
4342
<InfoBanner shouldSpaceBetween emoji=":eyes:">
44-
<div>Want to learn more?</div>
45-
<ButtonLink to="/guides/">
46-
See our other guides
43+
<div><b>Wallet installed?</b><br/>Learn how to use it.</div>
44+
<ButtonLink to="/guides/how-to-use-a-wallet">
45+
How to use a wallet
4746
</ButtonLink>
4847
</InfoBanner>
48+
</div>
49+
50+
Interested in other guides? Check out our: [Step by step guides](/guides/)
4951

5052
## Frequently asked questions
5153

5254
### Are my wallet and my Ethereum account the same?
5355

54-
No. The wallet is a management tool that helps you to manage accounts. A single wallet might give access to several accounts, and a single account can be accessed by multiple wallets. The seed phrase is used to create accounts that are then controlled by the wallet.
55-
56-
You can think of the accounts as leaves on a tree that all 'grow' from a single seed phrase. Each unique seed will grow an entirely different tree of accounts.
56+
No. The wallet is a management tool that helps you to manage accounts. A single wallet might access several accounts, and a single account can be accessed by multiple wallets. The recovery phrase is used to create accounts and gives permission to a wallet app to manage assets.
5757

5858
### Can I send bitcoin to an Ethereum address, or ether to a Bitcoin address?
5959

60-
No, you cannot. Bitcoin and ether exist on two separate networks (i.e. different blockchains), each with their own bookkeeping models and address formats. There have been various attempts to bridge the two different networks, of which the most active one is currently [Wrapped bitcoin or WBTC](https://www.bitcoin.com/get-started/what-is-wbtc/). This is not an endorsement, as WBTC is a custodial solution (meaning a single group of people controls certain critical functions) and is provided here for informational purposes only.
60+
No, you cannot. Bitcoin and ether exist on two separate networks (i.e. different blockchains), each with their own bookkeeping and address formats. There have been various attempts to bridge the two different networks, of which the most active one is currently [Wrapped Bitcoin or WBTC](https://www.bitcoin.com/get-started/what-is-wbtc/). This is not an endorsement, as WBTC is a custodial solution (meaning a single group of people controls certain critical functions) and is provided here for informational purposes only.
6161

6262
### If I own an ETH address, do I own the same address on other blockchains?
6363

64-
You can use the same [address](/glossary/#address) on all blockchains that use similar underlying software to Ethereum (known as 'EVM-compatible'). This [list](https://chainlist.org/) will show you which blockchains you can use with the same address. Some blockchains, like Bitcoin, implement a completely separate set of network rules and you will need a different address with a different format. If you have a smart contract wallet you should check its product website for more info on which blockchains are supported.
64+
You can use the same [address](/glossary/#address) on all blockchains that use similar underlying software to Ethereum (known as 'EVM-compatible'). This [list](https://chainlist.org/) will show you which blockchains you can use with the same address. Some blockchains, like Bitcoin, implement a completely separate set of network rules and you will need a different address with a different format. If you have a smart contract wallet you should check its product website for more info on which blockchains are supported because usuallly those have limited but more secure scope.
6565

6666
### Is having my own wallet safer than keeping my funds on an exchange?
6767

68-
Having your own wallet means you take responsibility for the security of your assets. There are unfortunately many examples of failed exchanges that lost their customers' money. Owning a wallet (with a seed phrase) removes the risk associated with trusting some entity to hold your assets. However, you have to secure your own keys and avoid phishing scams, accidentally approving transactions or exposing keys, interacting with fake websites and other self-custody risks. The risks and benefits are different.
68+
Having your own wallet means you take responsibility for the security of your assets. There are unfortunately many examples of failed exchanges that lost their customers' money. Owning a wallet (with a recovery phrase) removes the risk associated with trusting some entity to hold your assets. However, you have to secure it on your own and avoid phishing scams, accidentally approving transactions or exposing recovery phrase, interacting with fake websites and other self-custody risks. The risks and benefits are different.
6969

7070
### If I lose my phone/hardware wallet, do I need to use the same wallet app again to recover the lost funds?
7171

72-
No, you can use a different wallet. As long as you have the seed phrase you can enter it into most wallets and they will restore your account. Be careful if you ever need to do this: it is best to make sure you are not connected to the internet when recovering your wallet so that your seed phrase is not accidentally leaked. It is often impossible to recover lost funds without the seed phrase.
72+
No, you can use a different wallet. As long as you have the seed phrase you can enter it into most wallets and they will restore your account. Be careful if you ever need to do this: it is best to make sure you are not connected to the internet when recovering your wallet so that your seed phrase is not accidentally leaked. It is often impossible to recover lost funds without the recovery phrase.
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"/content/guides/how-to-create-an-ethereum-account/wallet-box.png": {
3-
"hash": "bd9de2e4",
4-
"base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAABJ0AAASdAHeZh94AAABoklEQVR4nIVSSy9DYRD9IhFrVn6AWNhZWFlb+Ak24lFC1JI2EiIRjz5EcYu2khLpw9XGKwhV6QIVJd20SvpAE92gFlYWcnSmcaVCuzjfN3PznTlnZq6IxYDnFyCZBLKv+ZhAMYG+05vfEPSosk6N8ppuiLJmjhubxlFR28O5d/MJ6fQP4buQoMO8GIbseYTDleB7czsD01wI9tVbBIMfiETBuL7+5Fwh2ldikMyXfOv0fugNAc5npSDGJvwY0HgYtuUIAoF3LiLIxpLlAr19EtT9FrR1GNHarsf+wTPkjRR2dzJwy3E4nLesWGB1SufDhucex/43HPmyDLIUT4D7u0/lUTCc6A1Q39CC4REvJOkcc9IpQ9U1z7b+nSr5VfdbsWAOMpHsPDz+v4YCIvUnSWew2cLKFIuRlB6FqEZ75wystisMDclYsoZKK9IxPrmXW0WEB/QNslySSErrchKm+VOOR0e3ig5GIdLeBrUu3pXB4Oc+aQ3FehVUVaNdYyWvNw2n807ZY8mpClGFTtUspo0nuZ/hMKfuZuWiinSUqv4XvgCWl+kWPExGCAAAAABJRU5ErkJggg=="
3+
"hash": "9feaf357",
4+
"base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHCAYAAAABIM1CAAAACXBIWXMAABYlAAAWJQFJUiTwAAABeklEQVR4nGWQv0sbARzFb1Gc/JFULxC9hCY0huT0FOMQU2hJNcRLYk6JJv7mzkCuuhQhYEmHjIWO2RwcnIRSEYU6OcTAgX+CIgoZXdq94VNykkEcHt/Hd/jw3hN+1k/QDZ1qtcquaWIYOqZp8tksUakc2H6/XGY2HkcOh4lEpgiOBlla1mjcXiEcXx5Rq9X414KGdcPZxW/u7h+5qjd4+vOXVqtFs9kknV1EdEuMKRMvAefWKT7fWyb9I+xpcZY/RJiblimq71mIjtM/4MQvudlOxvixl2d6PEhXdw+ZxRTWQ/0ZEAqFiE3KfN9d55uRY1P9yOHXEl/yKQaHRMKj79hMf6K8kWFmagxRdL0GzKsZNvQdtJUCW7pBMrNE/6ALlygSjc5QLJls6UXyhYK9xYsKiqIgSRJyOITf58Pr8fDG6aSvt9f+D7vdtm9fh8OBIAio2STWwzXCmfWLRCJBLpdD0zTW11ZJp1QCgYCtdrqO78jr8doJ2hX+A2R85qAN4BZDAAAAAElFTkSuQmCC"
55
}
66
}

0 commit comments

Comments
 (0)