From f6bcf4dfa0f751d833f5675f3c0c500abb356db6 Mon Sep 17 00:00:00 2001 From: pancopa <93038555+pancopa@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:09:22 +0900 Subject: [PATCH] feat(website): Update enable-a-prover.mdx (#14353) Co-authored-by: d1onys1us <13951458+d1onys1us@users.noreply.github.com> --- .../pages/docs/guides/run-a-node/enable-a-prover.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/website/pages/docs/guides/run-a-node/enable-a-prover.mdx b/packages/website/pages/docs/guides/run-a-node/enable-a-prover.mdx index b10a20c567b..7e411d6b02d 100644 --- a/packages/website/pages/docs/guides/run-a-node/enable-a-prover.mdx +++ b/packages/website/pages/docs/guides/run-a-node/enable-a-prover.mdx @@ -92,8 +92,16 @@ docker compose -f ./docker-compose.l3.yml --env-file .env.l3 logs -f l3_taiko_cl The simple-taiko-node comes with a default value of `PROVE_UNASSIGNED_BLOCKS` set to `true`. This means that your prover will attempt to prove these open blocks. To be assigned blocks by the protocol, you need to stake your TTKOe. +If you are trying to run a prover for Eldfell L3 first keep in mind, the competition for getting into the prover pool will be high. But don't worry! Even if you get slashed, there's nothing wrong with that. TTKOe is a worthless testnet token, and even getting slashed really helps us to test the network. + To stake your TTKOe try using the [staking dashboard](https://staking.l3test.taiko.xyz/) or the base layer contract manually (see [TaikoL1](/docs/reference/contract-addresses)). +To be one of the provers, you must stake more than current prover stakes, and in the list of top 32 stakers [here](https://staking.l3test.taiko.xyz/#/currentProvers). + +The stake amount would be calculated by Capacity/Amount per Capacity. If you want to stake 2 TTKOe with 32 capacity, your Amount per Capacity will be calculated as: `2 / 32 = 0.0625`. + +If you have already staked some amount, only the difference will be deducted from your balance. + 1. Set the amount per capacity. This is the amount you in TTKOe you are staking. The more you stake, the higher your rank will be in prover pool. 2. Set the reward per gas. This is the reward you want to receive in TTKOe. A good value would be close to the current protocol `feePerGas`. 3. Set the capacity you can provide. This is the amount of parallel blocks you can handle within the proof window.