Skip to content

Commit 6bf0181

Browse files
committed
Merge branch 'dev' into pr/JoeChenJ/14690
2 parents afd9e66 + c2b1cd6 commit 6bf0181

File tree

400 files changed

+18606
-2958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+18606
-2958
lines changed

.all-contributorsrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6239,10 +6239,10 @@
62396239
]
62406240
},
62416241
{
6242-
"login": "mradziwon",
6243-
"name": "mradziwon",
6242+
"login": "maciejrrr",
6243+
"name": "maciejrrr",
62446244
"avatar_url": "https://avatars.githubusercontent.com/u/6785984?v=4",
6245-
"profile": "http://www.linkedin.com/in/mradziwon",
6245+
"profile": "http://www.linkedin.com/in/maciejrrr",
62466246
"contributions": [
62476247
"code",
62486248
"bug"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "10.2.0",
3+
"version": "10.3.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

public/content/guides/how-to-swap-tokens/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A token swap involves the exchange of two different assets that exist on the Eth
1212

1313
**Prerequisite:**
1414

15-
- have a [crypto wallet](/glossary/#wallet), you can follow this tutorial: [How to: "Register" an Ethereum account](/guides/how-to-create-an-ethereum-account/)
15+
- have a [crypto wallet](/glossary/#wallet); if you don't, you can follow this guide on [how to create an Ethereum account](/guides/how-to-create-an-ethereum-account/)
1616
- add funds to your wallet
1717

1818
## 1. Connect your wallet to the decentralized exchange (DEX) of your choice

public/content/history/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ Looking for future protocol upgrades? [Learn about upcoming upgrades on the Ethe
7373

7474
## 2025 {#2025}
7575

76-
### Prague-Electra ("Pectra", _in progress_) {#pectra}
76+
### Prague-Electra ("Pectra") {#pectra}
7777

7878
<NetworkUpgradeSummary name="pectra" />
7979

80-
The Prague-Electra ("Pectra") upgrade includes several improvements to the Ethereum protocol aimed at enhancing the experience for all users, layer 2 networks, stakers and node operators.
80+
The Prague-Electra ("Pectra") upgrade included several improvements to the Ethereum protocol aimed at enhancing the experience for all users, layer 2 networks, stakers and node operators.
8181

82-
Staking gets an upgrade with compounding validator accounts, and improved control over staked funds using the execution withdrawal address. EIP-7251 increases the max effective balance for a single validator to 2048, improving capital efficiency for stakers. EIP-7002 allows an execution account to securely trigger validator actions, including exiting, or withdrawing portions of the funds, improving the experience for ETH stakers, while helping strengthen accountability for node operators.
82+
Staking got an upgrade with compounding validator accounts, and improved control over staked funds using the execution withdrawal address. EIP-7251 increased the max effective balance for a single validator to 2048, improving capital efficiency for stakers. EIP-7002 enabled an execution account to securely trigger validator actions, including exiting, or withdrawing portions of the funds, improving the experience for ETH stakers, while helping strengthen accountability for node operators.
8383

84-
Other parts of the upgrade focus on improving the experience for regular users. EIP-7702 brings the ability for a regular non-smart-contract account ([EOA](/glossary/#eoa)) to execute code similar to a smart contract. This unlocks unbounded new functionality for traditional Ethereum accounts, such as transaction batching, gas sponsorship, alternative authentication, programmable spending controls, account recovery mechanisms and more.
84+
Other parts of the upgrade focused on improving the experience for regular users. EIP-7702 brought the ability for a regular non-smart-contract account ([EOA](/glossary/#eoa)) to execute code similar to a smart contract. This unlocked unbounded new functionality for traditional Ethereum accounts, such as transaction batching, gas sponsorship, alternative authentication, programmable spending controls, account recovery mechanisms and more.
8585

8686
<ExpandableCard title="Pectra EIPs" contentPreview="Official improvements included in this upgrade.">
8787

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Prediction markets
3+
lang: en
4+
template: use-cases
5+
image: /images/use-cases/prediction-markets.png
6+
sidebarDepth: 2
7+
summaryPoint1: Receive financial incentives to generate accurate forecasts 
8+
summaryPoint2: High quality predictions about future events
9+
buttons:
10+
- content: Learn more
11+
toId: how-prediction-markets-work
12+
- content: Explore apps
13+
toId: find-a-prediction-market
14+
isSecondary: false
15+
---
16+
17+
Prediction markets use crowd wisdom and financial incentives to forecast events. They offer diverse, high-quality data and gained traction during the 2024 U.S. elections.
18+
19+
## How prediction markets work {#how-prediction-markets-work}
20+
21+
Unlike traditional forecasting methods that rely on expert opinions, limited survey samples or historical data, prediction markets leverage **real-time financial incentives** and **crowd wisdom** to generate insights relating to a particular event—elections, crypto prices, sports outcomes—anything. 
22+
23+
This allows anyone to signal support for a specific outcome with a financial commitment.
24+
 
25+
By enabling betting on real-world events and adjusting the prices as new information arises, informed opinions are valued higher, and accuracy can be rewarded. 
26+
27+
In theory, because bettors stand to profit from being correct, prediction markets can forecast outcomes with great precision. Blockchain-based prediction markets are even more exciting, as virtually anyone can take part in the forecasting and earn stablecoin or cryptocurrency rewards.
28+
29+
## Why does this matter? {#why-does-this-matter}
30+
31+
Unlike traditional forecasting, blockchain-based prediction markets are:
32+
33+
<CardGrid className="grid grid-cols-[repeat(auto-fill,_minmax(min(100%,_280px),_1fr))] gap-8">
34+
<Card title="Incentivized" emoji=":money_with_wings:" description="Participants stake real funds, which infers high-quality predictions."/>
35+
<Card title="Decentralization" emoji="🌎" description="Using blockchain and smart contracts ensures transparent and automated payouts." />
36+
<Card title="Market driven odds" emoji="🤝" description="Prices are set by traders buying and selling outcome shares, rather than preset by a centralized bookmaker." />
37+
</CardGrid>
38+
39+
Even as an observer of the market, you can assess valuable data that would be otherwise unavailable. Think of it like this:
40+
41+
1. Predictions are tied to a specific event (e.g. Will Beam Chain deploy by 2030?).
42+
2. Market participants buy and sell shares based on their confidence in any outcome.
43+
3. Prices adjust as more participants stake their beliefs, reflecting real-time insights.
44+
4. Anyone betting correctly earns proportionately to the amount staked. 
45+
5. Market observers can leverage the open data to inform research or discussion.
46+
47+
## Find a prediction market {#find-a-prediction-market}
48+
49+
There are several Ethereum-based prediction markets available. These are some of the most well-known prediction markets today:
50+
51+
<PredictionMarketLists />
52+
53+
<InfoBanner isWarning emoji="💡">
54+
<p className="mt-0"><strong>Stay mindful of the risks</strong></p>
55+
<p className="mt-2">Only bet what you can afford, and be aware of potential addictive behaviors.</p>
56+
</InfoBanner>
57+
58+
## Challenges & Risks {#challenges-and-risks}
59+
60+
Prediction markets on the blockchain face few challenges that can impact fairness, legality, and accuracy.
61+
62+
⚠️ **Market Manipulation** – Wealthy players can distort outcomes through wash trading.
63+
💧 **Liquidity Issues** – Low participation ([thin liquidity](https://www.investopedia.com/terms/t/thinmarket.asp)) can reduce market reliability.
64+
🏛 **Regulatory Uncertainty** – Governments have imposed restrictions on some platforms.
65+
66+
To mitigate these issues, Ethereum developers are experimenting with solutions like futarchy (governance by prediction markets) and decentralized identity verification.
67+
68+
## Experimenting with prediction markets {#experimenting-with-prediction-markets}
69+
70+
Prediction markets are reshaping decision-making in the digital age. By leveraging Ethereum, they offer **fair, open, and rewarding ways to predict the future.**
71+
72+
There are many ways to use forecasting tools outside of financial gain. For example, in a [DevCon Improvement Proposal](https://forum.devcon.org/t/futarchy-decision-markets-for-deciding-next-devcon/5305) (DIP) it was suggested that the organizers of DevCon use prediction markets to anticipate attendance for future events. 
73+
74+
This would help the organizers determine which location would lead to the largest event, compared to which location would lead to the most internationally accessible. The benefits of this mean the organizers of DevCon can expedite the amount of time required to screen multiple
75+
visa policies, airport access, and cost of living in the area while also gathering data on where prospective attendees would be excited to go.
76+
77+
## Further reading {#further-reading}
78+
79+
[From prediction markets to info finance](https://vitalik.eth.limo/general/2024/11/09/infofinance.html) - Vitalik Buterin
80+
[Decentralized Prediction Market Development on Ethereum](https://blockchain.oodles.io/dev-blog/decentralized-prediction-market-development-ethereum/)
81+
[The Augur Project Whitepaper](https://github.com/AugurProject/whitepaper)
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
---
2+
title: O nás
3+
description: O týmu, komunitě a misi ethereum.org
4+
lang: cs
5+
---
6+
7+
# O platformě Ethereum {#about-ethereumorg}
8+
9+
ethereum.org je veřejný, open-source projekt pro komunitu Ethereum, do kterého může přispět každý. Máme malý klíčový tým, který se věnuje údržbě a rozvoji webu, s přispěním tisíců členů komunity z celého světa.
10+
11+
**Nikdo z ethereum.org vás nikdy nebude kontaktovat. Neodpovídejte.**
12+
13+
## Poznámka k názvům {#a-note-on-names}
14+
15+
Je běžné, že lidé zaměňují názvy v rámci ekosystému Etherea, což může vést k mylným představám o tom, jak Ethereum funguje. Zde je rychlé vysvětlení, aby se věci vyjasnily:
16+
17+
### Ethereum {#ethereum}
18+
19+
Ethereum je veřejná síť, blockchain a open-source protokol – provozovaný, řízený, spravovaný a vlastněný globální komunitou desítek tisíc vývojářů, provozovatelů uzlů, držitelů ETH a uživatelů.
20+
21+
[Více o Ethereu](/what-is-ethereum/)
22+
23+
[Více o řízení Etherea](/governance/)
24+
25+
### Ether (ETH) {#ether-or-eth}
26+
27+
Ether (také známý pod svým tickerovým symbolem ETH) je nativní měna používaná k realizaci transakcí na Ethereu. ETH je potřeba k placení za používání sítě Ethereum (ve formě transakčních poplatků). ETH se také používá k zabezpečení sítě prostřednictvím uzamčení. Když lidé mluví o ceně Etherea, mají na mysli ETH jako aktivum.
28+
29+
[Více o ETH](/eth/)
30+
31+
[Více o uzamčení ETH](/staking/)
32+
33+
### Nadace Ethereum {#ethereum-foundation}
34+
35+
Nezisková organizace, financovaná původně z prodeje ETH, která se věnuje podpoře sítě a ekosystému Ethereum.
36+
37+
[Více o Nadaci Ethereum](/foundation/)
38+
39+
### ethereum.org {#ethereum-org}
40+
41+
Veřejná, open-source webová stránka a vzdělávací zdroj pro komunitu Ethereum. ethereum.org vede malý klíčový tým, financovaný Nadací Ethereum, s přispěním tisíců členů komunity z celého světa.
42+
43+
Tato stránka uvádí další informace o ethereum.org.
44+
45+
## Naše mise {#our-mission}
46+
47+
**Posláním ethereum.org je být nejlepším portálem pro rostoucí ethereovskou komunitu**
48+
49+
Snažíme se vytvořit snadno pochopitelný vzdělávací zdroj pokrývající všechna témata související s Ethereem, navržený tak, aby pomohl novým uživatelům. Chceme:
50+
51+
- Vysvětlit Ethereum všem, kteří se s touto technologií teprve seznamují
52+
- Pomoci novým uživatelům začít pracovat s ETH a Ethereem
53+
- Pomoci novým vývojářům začít stavět na Ethereu
54+
- Informovat o novinkách ve světě Etherea
55+
- Prezentovat zdroje vytvořené komunitou
56+
- Vzdělávat v oblasti Etherea v co největším počtu jazyků
57+
58+
Abychom dosáhli této mise, náš tým se zaměřuje na dva hlavní cíle na ethereum.org:
59+
60+
### 1. Zlepšení uživatelské zkušenosti pro návštěvníky ethereum.org {#visitors}
61+
62+
- Rozšiřování, vylepšování a udržování aktuálního obsahu
63+
- Zlepšování použitelnosti a přístupnosti prostřednictvím lokalizace a osvědčených postupů webového vývoje
64+
- Zvýšení zapojení uživatelů prostřednictvím funkcí jako průzkumy, kvízy a integrace web3
65+
- Udržování webu jednoduchého a výkonného
66+
67+
### 2. Růst, posilování a umocňování naší komunity přispěvatelů {#community}
68+
69+
- Zvýšení celkového počtu přispěvatelů na webu
70+
- Zlepšení retence přispěvatelů prostřednictvím zapojení, uznání a odměn
71+
- Povzbuzování členů komunity k čím dál většímu přispívání
72+
- Podpora větší rozmanitosti příspěvků: kód, obsah, design, překlady, moderace
73+
- Udržování moderního, čistého a dobře zdokumentovaného kódu
74+
75+
## Základní zásady {#core-principles}
76+
77+
Máme několik základních zásad, které nám pomáhají k naplnění naší mise.
78+
79+
### 1. ethereum.org je portál pro Ethereum 🌏 {#core-principles-1}
80+
81+
Chceme, aby naši uživatelé měli zájem a jejich otázky byly zodpovězeny. Náš portál tedy musí kombinovat informace, „kouzelné okamžiky“ a odkazy na skvělé komunitní zdroje. Účelem našeho obsahu je být „nástupním portálem“, nikoliv náhradou za již existující rozsáhlé zdroje. Rádi bychom podpořili a integrovali zdroje vytvořené komunitou, zviditelnili je a učinili je lépe dohledatelnými. [Komunita Ethereum](/community/) je v centru dění: musíme komunitě nejen sloužit, ale také s ní spolupracovat a zapracovávat její zpětnou vazbu. Web není určen pouze pro komunitu, kterou máme nyní, ale pro komunitu, do které doufáme jednou přerůst. Musíme mít na paměti, že naše komunita je globální a obsahuje lidi různých řečí, regionů a kultur.
82+
83+
### 2. ethereum.org se neustále vyvíjí 🛠 {#core-principles-2}
84+
85+
Ethereum a komunita se neustále vyvíjejí a to stejné platí i o ethereum.org. Proto má web jednoduchý design a modulární strukturu. Dozvídáme se více o tom, jak lidé web používají a co od nich komunita chce, a provádíme opětovné změny. Jsme open source s komunitou přispěvatelů, takže i vy můžete navrhovat změny nebo nám pomáhat. [Více informací o přispívání](/contributing/)
86+
87+
### 3. ethereum.org není typický produktový web 🦄 {#core-principles-3}
88+
89+
Ethereum je velká věc: zahrnuje komunitu, technologii, soubor myšlenek a ideologií a další. To znamená, že web musí vyhovět uživatelům různých zaměření, od „vývojáře, který chce konkrétní nástroj“, až po „nováčka, který si právě koupil ETH a neví, co je to peněženka“. „Jaká je nejlepší webová stránka pro blockchainovou platformu?“ zůstává otevřenou otázkou – jsme průkopníci. Její budování vyžaduje experimentování.
90+
91+
## Plán produktů {#roadmap}
92+
93+
Aby byla naše práce přístupnější a podpořili jsme více komunitní spolupráce, publikuje klíčový tým ethereum.org přehled našich plánovaných cílů v rámci [formovacích cyklů](https://www.productplan.com/glossary/shape-up-method/).
94+
95+
[Podívejte se na náš produktový plán pro cyklus 1 roku 2025](https://github.com/ethereum/ethereum-org-website/issues/14726)
96+
97+
**Jak se vám líbí?** Vždy oceníme zpětnou vazbu k našemu plánu – pokud je něco, na čem bychom podle vás měli pracovat, dejte nám vědět! Vítáme nápady a PR od kohokoli z komunity.
98+
99+
**Chcete se zapojit?** [Přečtěte si další informace o přispívání](/contributing/), [napište nám na Twitteru](https://twitter.com/ethdotorg) nebo se připojte k diskusím komunity [na našem Discord serveru](https://discord.gg/ethereum-org).
100+
101+
## Principy designu {#design-principles}
102+
103+
Používáme sadu [designových principů](/contributing/design-principles/), které nás vedou při rozhodování o obsahu a designu na webu.
104+
105+
## Designový systém {#design-system}
106+
107+
Vytvořili a zveřejnili jsme [designový systém](https://www.figma.com/file/NrNxGjBL0Yl1PrNrOT8G2B/ethereum.org-Design-System?node-id=0%3A1&t=QBt9RkhpPqzE3Aa6-1), abychom mohli rychleji dodávat nové funkce a umožnili členům komunity podílet se na otevřeném designu ethereum.org.
108+
109+
Chcete se zapojit?[Sledujte náš postup na Figmě](https://www.figma.com/file/NrNxGjBL0Yl1PrNrOT8G2B/ethereum.org-Design-System), [GitHubových issues](https://github.com/ethereum/ethereum-org-website/issues/6284) a připojte se k diskusi v našem [#design kanálu na Discordu](https://discord.gg/ethereum-org).
110+
111+
## Průvodce stylem {#style-guide}
112+
113+
Máme [průvodce stylem](/contributing/style-guide/), který standardizuje určité aspekty psaní obsahu, aby byl proces přispívání plynulejší.
114+
115+
Ujistěte se, že jste si přečetli [naše principy](/contributing/design-principles/) a [průvodce stylem](/contributing/style-guide/), pokud byste chtěli [přispět na web](/contributing/).
116+
117+
Také uvítáme zpětnou vazbu k našim designovým principům, designovému systému a k průvodci stylem. Nezapomeňte, že ethereum.org je pro komunitu a od komunity.
118+
119+
## Licence {#license}
120+
121+
Web ethereum.org je open source a je vytvořen pod [licencí MIT](https://github.com/ethereum/ethereum-org-website/blob/dev/LICENSE), pokud není uvedeno jinak. Více o [podmínkách použití](/terms-of-use/) ethereum.org.
122+
123+
## Volná místa {#open-jobs}
124+
125+
Ačkoli je tento web open source a kdokoli na něm může pracovat, máme tým věnovaný ethereum.org a dalším webovým projektům Nadace Ethereum.
126+
127+
Na tomto místě zveřejníme jakékoliv pracovní nabídky. Pokud zde pro sebe nevidíte vhodnou pozici, přejděte na [náš Discord server](https://discord.gg/ethereum-org) a dejte nám vědět, jak byste s námi chtěli spolupracovat!
128+
129+
Hledáte mimo tým ethereum.org? [Podívejte se na další pracovní příležitosti související s Ethereem](/community/get-involved/#ethereum-jobs/).

0 commit comments

Comments
 (0)