From e06923a7ab76ccf93c087a48ad3d20cc0a01f801 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Mon, 25 Nov 2024 18:34:45 +0100 Subject: [PATCH] Explaining what a staker is. --- staking.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/staking.md b/staking.md index 0a4bc78..8e19afd 100644 --- a/staking.md +++ b/staking.md @@ -1,5 +1,8 @@ # Staking +In the following description when we talk about "a staker" this somewhat imprecise term is in essence +the control of a key pair that can sign transactions and produce validate blocks on the chain. +This key pair could also be used by a delegation contract for delegated stake. #### **Constants:** @@ -18,7 +21,7 @@ Automatic Restaking: Unless adjusted, the stake for an epoch automatically conti --- #### **API Functions** -ytgg + 1. **`deposit(producer:pubkey)`** (Payable Endpoint) - **Description**: Allows a participant to deposit tokens into the staking contract, increasing their Total Balance (TB) and Available Balance (AB). - **Parameters**: