From 687c85086851e60c3b1ae47e8829f7961a06e1b1 Mon Sep 17 00:00:00 2001 From: bot-translations <104575519+bot-translations@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:11:55 +0100 Subject: [PATCH] New translations index.md (Turkish) --- .../current/nakamoto/index.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/tr/docusaurus-plugin-content-docs/current/nakamoto/index.md diff --git a/i18n/tr/docusaurus-plugin-content-docs/current/nakamoto/index.md b/i18n/tr/docusaurus-plugin-content-docs/current/nakamoto/index.md new file mode 100644 index 0000000000..75c7e53007 --- /dev/null +++ b/i18n/tr/docusaurus-plugin-content-docs/current/nakamoto/index.md @@ -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).