-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e704eab
commit 687c850
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
i18n/tr/docusaurus-plugin-content-docs/current/nakamoto/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Nakamoto | ||
description: Overview of the Nakamoto release and how to use it | ||
sidebar_label: Nakamoto | ||
sidebar_position: 2 | ||
--- | ||
|
||
The Nakamoto Release is an upcoming hard fork on the Stacks network designed to bring several benefits, chief among them are increased transaction throughput and 100% Bitcoin finality. | ||
|
||
The Nakamoto release brings many new capabilities and improvements to the Stacks blockchain by focusing on a set of core advancements: improving transaction speed, enhancing finality guarantees for transactions, mitigating Bitcoin miner MEV (miner extractable value) opportunities that affect PoX, and boosting robustness against chain reorganizations. | ||
|
||
This portion of the documentation is broken up into several sections. | ||
|
||
## How Nakamoto Works | ||
|
||
If you are interested in learning more about how Nakamoto works, you can continue on in the following pages where we'll cover each component of Nakamoto. | ||
|
||
## Controlled Testnet | ||
|
||
Neon is the currently released controlled testnet that is available for us. It actually comes with two testnets, one which uses the new ClarityWASM VM (one of the components of Nakamoto) and one that uses the current Clarity VM. | ||
|
||
Argon is the next testnet to be released, slated for late February. | ||
|
||
Neon is available to be used now, get more details on the [Neon docs page](/docs/nakamoto/neon). | ||
|
||
Expect frequent changes to the testnets as it will be upgraded quite often. | ||
|
||
You can track the work being done on Nakamoto [on GitHub](https://github.com/stacks-network/stacks-core/milestones?direction=asc\&sort=title\&state=open). |