> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/ethereum/tl-dr.md).

# TL;DR 👀

<mark style="color:purple;">**Bitcoin vs Ethereum**</mark>

<mark style="color:purple;">Both let you use digital money without payment providers or banks, but Ethereum is programmable, so you can also build and deploy decentralized applications on its network</mark>

<mark style="color:purple;">**What can Ethereum do?**</mark>

<mark style="color:purple;">Ethereum is a censorship-resistant peer-to-peer network that can be used for banking, commerce, private internet and more</mark>&#x20;

<mark style="color:purple;">**What is Ether (ETH)?**</mark>

<mark style="color:purple;">Ether (ETH) is the gas token of the Ethereum blockchain that's used to finalize transactions on the network</mark>

<mark style="color:purple;">Ether is not controlled by any one entity –– It exists solely through the decentralized participation and cooperation of the community.</mark>

<mark style="color:purple;">**What's Unique About ETH?**</mark>

<mark style="color:purple;">ETH fuels and secures Ethereum and underpins the Ethereum financial system</mark>

<mark style="color:purple;">**What are Smart Contracts?**</mark>

<mark style="color:purple;">Smart contracts are computer programs stored on the blockchain that allows us to convert traditional contracts into digital parallels</mark>

<mark style="color:purple;">Smart contracts remove the need for intermediaries in facilitating agreements between two unrelated parties</mark>

<mark style="color:purple;">Smart contracts can perform computations, create currency, store data, mint NFTs, send communications and even generate graphics</mark>

<mark style="color:purple;">**Energy Consumption?**</mark>

<mark style="color:purple;">Ethereum's proof-of-work is undergoing a merge to a proof-of-stake blockchain, which will reduce the energy required to secure Ethereum by about 99.95%, creating a more secure network for a much smaller carbon cost</mark>

<mark style="color:purple;">**Ethereum Virtual Machine (EVM)**</mark>

<mark style="color:purple;">Ethereum Virtual Machine (EVM) is a computation engine which acts like a decentralized computer that has millions of executable projects</mark>

<mark style="color:purple;">**Pros & Cons of Smart Contracts**</mark>

<mark style="color:purple;">Smart contracts have advantages in accuracy, transparency, clear communication, speed, security, efficiency, paper free, storage and backup, savings and trust</mark>

<mark style="color:purple;">Smart contracts have disadvantages in</mark> <mark style="color:purple;"></mark>*<mark style="color:purple;">an ability to change, remedies for security breaches, negotiation limitations and outside data gathering</mark>*

<mark style="color:purple;">**Decentralized Applications (dApps)**</mark>

<mark style="color:purple;">A dApp has its backend code running on a decentralized peer-to-peer network</mark>

<mark style="color:purple;">DApps offer benefits in having private and censorship-resistant programs, but struggle with needing maintenance, mitigating traffic overload and avoiding the risk of hacks</mark>

<img src="/files/AUZcMSlcv8WVu44BBAml" alt="" data-size="line">

<details>

<summary><mark style="color:yellow;">References</mark></summary>

[Quicknode](https://www.google.com/url?sa=t\&rct=j\&q=\&esrc=s\&source=web\&cd=\&ved=2ahUKEwizrbXf9sr5AhWa8DgGHeuxD7cQFnoECAcQAw\&url=https%3A%2F%2Fwww.quicknode.com%2Fguides%2Fsolidity%2Fan-overview-of-how-smart-contracts-work-on-ethereum\&usg=AOvVaw0yexpcSy62xynA_R7oWrBB)

[Coinmarketcap](https://www.google.com/url?sa=t\&rct=j\&q=\&esrc=s\&source=web\&cd=\&cad=rja\&uact=8\&ved=2ahUKEwiX59eXus35AhUJFLcAHRtBCT4QFnoECCkQAQ\&url=https%3A%2F%2Fcoinmarketcap.com%2Falexandria%2Fglossary%2Fethereum-virtual-machine-evm\&usg=AOvVaw0AB3PLn5sjcJ7pJhULSdi9)

<https://ethereum.org/en/developers/docs/dapps/>

<https://ethereum.org/en/developers/docs/standards/tokens/>

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://web3-encyclopedia.gitbook.io/web3-encyclopedia/ethereum/tl-dr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
