Skip to content

Commit e06923a

Browse files
author
Erik Stenman
committed
Explaining what a staker is.
1 parent bf960a0 commit e06923a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

staking.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Staking
22

3+
In the following description when we talk about "a staker" this somewhat imprecise term is in essence
4+
the control of a key pair that can sign transactions and produce validate blocks on the chain.
5+
This key pair could also be used by a delegation contract for delegated stake.
36

47
#### **Constants:**
58

@@ -18,7 +21,7 @@ Automatic Restaking: Unless adjusted, the stake for an epoch automatically conti
1821
---
1922

2023
#### **API Functions**
21-
ytgg
24+
2225
1. **`deposit(producer:pubkey)`** (Payable Endpoint)
2326
- **Description**: Allows a participant to deposit tokens into the staking contract, increasing their Total Balance (TB) and Available Balance (AB).
2427
- **Parameters**:

0 commit comments

Comments
 (0)