# How-to-Ethereum: A Guide

By [Zeno of Citium](https://paragraph.com/@rayneman) · 2022-12-27

---

What is Ethereum?
-----------------

Ether is the cryptocurrency that powers the Ethereum network. It’s openly accessible, programmable, digital-money that is used to interact with thousands of applications that do not require special privileges. It’s built by a community so no central authority controls the direction of the network.

All you need to use the Ethereum network is a [wallet](https://metamask.io/) and a bit of Ether. Having Ethereum in your wallet enables you to use the network.

Overview of the Ethereum Mainnet

### Digital Wallets

_A wallet is an interface for your EVM address— often referred to as an account. With Ethereum, your address is compatible across any chain that supports the EVM._

_A digital wallet allows you to create transactions that get broadcasted to a blockchain._

**_Types of transactions;_**

*   [Approving](https://etherscan.io/tx/0x28f4d0555ae5f7b425911514d613b1ae3de0c1bec247d4d6122633e3fc301318) (allowing an app to use your balance)
    
*   [Minting](https://etherscan.io/tx/0x4e21e2ecbc0349cd8ea2a498584c6c71b0468d32693756c0e57ed94c64c8404a) (creating tokens)
    
*   [Transferring](https://etherscan.io/tx/0x5e8330a8a1dab4a76da7330de8b869c4ffbb79fb2f6273dbd618fc7f71691462) (gifting or sending)
    
*   [Swapping](https://etherscan.io/tx/0xfb033fcc3ee543701693e58181a269eebd6428713f6d29827eaff11ae4d21796/) (exchanging)
    

These are just a few different types transactions on Ethereum. There are many other different types of transactions. Transactions typically occur between addresses and smart contracts. Because the format of addresses on Ethereum are standardized they are easy to identify compared to non EVM compatible addresses.

The main way to tell if an address is a contract or not is whether or not are **restrictions**. _Users of Ethereum can transfer between themselves with no restrictions_. Smart contracts may have restrictions that prevent regular functions. 💡

Interacting with the Ethereum Network.

**_A few things about addresses on Ethereum;_**

*   All Ethereum addresses start with [**0x**](https://ethereum.stackexchange.com/questions/503/what-is-the-0x-i-see-around-ethereum-for-example-i-see-addresses-that-start-wit).
    
*   By default, all addresses on Ethereum are created as wallets with no restrictions & have all the permissions possible — inherited by the public network.
    
*   Smart contracts— like a minting contract —can only use functions that are programmed into them.
    
*   When Smart contracts are non-upgradeable, then they cannot be adjusted and are immutable.
    
*   There is an address called [**0x0000…0000**](https://etherscan.io/address/0x0000000000000000000000000000000000000000) this address is used for minting/burning and is known as the genesis address. No one possesses the keys to this address. Anything sent to is ‘lost’. Anything coming from is ‘genesis’.
    
*   Every address on the network has a public key that everyone can see and a private key that should only be possessed by the owner or in the case of multi-sig — there are more than one key that sign off transactions from origin.
    

With cryptocurrency, you have a public address and a corresponding private key for that address.

**_For example this address;_** [**_0x1b3cB81E51011b549d78bf720b0d924ac763A7C2_**](https://etherscan.io/address/0x1b3cb81e51011b549d78bf720b0d924ac763a7c2)

Has a private key and no one knows it but the owner. The public portion above allows everyone to see what the balance is and the transactions created but it **doesn’t** give anyone else access to the funds

Why does Ethereum benefit me?
-----------------------------

Like Bitcoin, Ether is a cryptocurrency. But there’s a catch– It’s programmable. There are arguably many benefits to digital currency. They’re dynamic, easy to access, portable and secure.

Programmable currency like Ethereum fits all of the above categories but creates functionality. The ability to program money creates an inexcusable instance of versatility. Never before have we been able to program a sale, reimbursement, sweepstake reward or corporate dividend payment in such an efficient and verifiable manner.

> Sold something? Didn’t get paid? Lost ETH to someone?

*   Check the [etherscan tx](https://etherscan.io/address/0xbde430F54A63016D8A5F31F243761653728086A2) and [warn others](https://docs.google.com/forms/d/e/1FAIpQLSf8vsYLkm8QA8il615yS0gqCNmWWfLArFM1o4-R5xmV-0fbYg/viewform) of the [scammer](https://etherscan.io/tips/0xf52baeb41abf6a9001f42246d5a3a9e2677bc8f5/555220).
    
*   Not enough: [the transaction failed](https://etherscan.io/tx/0xe672cb88b0219856292f15200fa983b08e5ddaf89d918346f2667bd70b9269c1) (You pay gas fee)
    
*   Slippage: [the swap failed](https://etherscan.io/tx/0xd27f8666f109d8761f01208886e00811c0a2a6efe6b1199b1154d2a76e9f6d3e) (You pay gas fee)
    
*   Complexity: [out of gas](https://etherscan.io/tx/0x5c0e915e4cb4fa026a9e2e9cec28a252381508cef9e9e04ff677b5f3c7200632) (You pay gas fee)
    

Everything on Ethereum is connected through on-chain data

Everything is publicly verifiable on the blockchain. Apps, users and services are all connected to the network with on-chain data. Everything on the network shares a common asset– Ethereum.

How do I use it?
----------------

Everyone needs Ether to transact on the Ethereum network. Because of this, it’s hard for one to guesstimate the best way to use it. [Test-nets](https://www.rinkeby.io/#stats) are available and allow you to interact with Ethereum without paying for anything. They are separate [networks](https://ethereum.org/en/developers/docs/networks/) from the main.

> Should you hold it? Spend it? or make it work for you?

Intuitively the answer is all of the above. Ethereum is fuel, needed for every transaction on the network. You can think of the network as the chief comptroller of the currency– Ether. However, the network has limited control over Ether itself. The best way to think of this is that the comptroller of currency can only verify that the currency is indeed Ethereum and it went from point A to B.

The comptroller tells you whether or not your transaction was successful. A record is left on the blockchain. All else produces an error and it’s as if you never spoke to the comptroller in the first place. According to everyone else that is. You merely paid for the entrance to the building even though you were denied access. It’s a surcharge for an attempt. Just like in the real world, you can spend money sometimes and fall short of your goal. Spend gas and not get to your destination.

Smart contracts can have conditions that need to be fulfilled in a certain way. This is like a signal to the comptroller, dictating what can and cannot be done with the address in question. Whether it is approving, minting, spending or transferring. Other people using Ethereum only have as much control as the network will allow and sometimes users have to follow conditions. And that goes for every person on the network unless specified in a smart contract.

Where can I use Ethereum right now?
-----------------------------------

As of now, there are thousands of applications built on top of Ethereum. Everything from financial services, domain style servicing, art & even games. DeFi — decentralized finance is a conglomerate of apps that are powered and ran by smart contracts on the Ethereum network. Because of the ability to program money and create rules with smart contracts, traditional and complex financial instruments are created on Ethereum in the form of user-friendly applications with a natural transparency.

Financial services are not the only use case. Collectibles on Ethereum created under a standard [ERC-721](https://opensea.io/blog/guides/non-fungible-tokens/#ERC721)/[ERC-1115](https://opensea.io/blog/guides/non-fungible-tokens/#ERC1155)– different than [ERC-20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) establish unique [NFTs](https://blog.opensea.io/guides/non-fungible-tokens/) or non-fungible tokens that can be used for a variety of things such as art, athletic cards, in-game items, certificates, badges, bonds etc.

Small overview of Dapps on the Ethereum Network

**_A few notable examples are;_**

*   [Aave](https://aave.com/) ([Aavesome](https://medium.com/u/13bfa9f22920?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [Compound](https://compound.finance/)
    
*   [Cryptokitties](https://www.cryptokitties.co/) ([CryptoKitties](https://medium.com/u/c8b1419b5d28?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [Cryptopunks](https://www.larvalabs.com/cryptopunks)
    
*   [Ethereum Naming Service](https://ens.domains/)
    
*   [MakerDAO](https://makerdao.com/en/) ([MakerDAO](https://medium.com/u/743224aba00c?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [OpenSea](https://opensea.io/) ([OpenSea](https://medium.com/u/b7346f3882bb?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [Rarible](https://rarible.com/) ([Rarible](https://medium.com/u/9992ae165478?source=post_page-----e51acdd6cd7d--------------------------------)) (How-to-guide coming soon!)
    
*   [Storj](https://storj.io/) ([Storj Labs](https://medium.com/u/31bb19d6e641?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [Uniswap](https://uniswap.org/)
    

You can see more decentralized apps (dApps) built on Ethereum [here](https://www.stateofthedapps.com/rankings/platform/ethereum). As well as many other platforms designed to aggregate the activity on the network like– [Dapp Radar](https://dappradar.com/), [DeFi Pulse](https://defipulse.com/), [DeFi Prime](https://defiprime.com/) & [Etherscan](https://etherscan.io/dapp).

Anything else I should know?
----------------------------

Ethereum is powerful and there are endless possibilities for the curious and the ambitious. Don’t be afraid to get your hands dirty and use Ethereum. There are [test-nets](https://docs.ethhub.io/using-ethereum/test-networks/) so you can practice and learn. There are many tutorials around the web and above all a very active and giving community. Reach out!

TLDR; Tips & Takeaways
----------------------

*   Ether is the currency of the Ethereum Network
    
*   All transactions require gas if they are [on-chain](https://ethereum.stackexchange.com/questions/53191/what-are-offchain-and-onchain-transactions#:~:text=2%20Answers&text=Off%2Dchain%20transcaction%20are%20those,tools%20such%20as%20etherscan.io.)
    
*   Applications built on Ethereum use ETH as money/payment
    
*   All addresses start with [0x](https://ethereum.stackexchange.com/a/504)
    
*   The infamous ‘burn’ involves this address [0x0000…0000](https://etherscan.io/address/0x0000000000000000000000000000000000000000)
    
*   There are unlimited options for programmable money
    
*   Being cheap with gas creates more chance for a stuck transaction
    
*   If you need to use your wallet– you will need some ETH
    
*   The price paid for a transaction fluctuates wildly ([Gas Chart](https://ethereumprice.org/gas/))
    
*   Use test-nets if you have never used Ethereum before ([Explainer](https://medium.com/coinmonks/ethereum-test-networks-69a5463789be))
    

Sources for learning more;
--------------------------

*   Coindesk: [Ethereum 101](https://www.coindesk.com/learn/ethereum-101/what-is-ethereum)
    
*   [Ethereum Token Standards](https://ethereum.org/en/developers/docs/standards/tokens/) ([ethereum](https://medium.com/u/d626b3859bc9?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   [A Social Operating System](https://blog.stephantual.com/a-social-operating-system-e768072e1b84) ([Stephan Tual](https://medium.com/u/1998e2015f47?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   Ethereum’s [Website](http://ethereum.org/)
    
*   Open Sea: [NFT Bible](https://blog.opensea.io/guides/non-fungible-tokens/)
    
*   The Crypto Art Industry: [Loop News](https://www.loop-news.com/) ([Loop](https://medium.com/u/31b465978b69?source=post_page-----e51acdd6cd7d--------------------------------))
    
*   Investopedia: [Ethereum](https://www.investopedia.com/terms/e/ethereum.asp)
    
*   [What’s a wallet](https://ethereum.org/en/wallets/)?
    
*   Find a Wallet: [Choose what’s right for you](https://ethereum.org/en/wallets/find-wallet/) (Read reviews!)

---

*Originally published on [Zeno of Citium](https://paragraph.com/@rayneman/how-to-ethereum-a-guide)*
