Skip to content

Commit

Permalink
Explaining what a staker is.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Stenman committed Nov 25, 2024
1 parent bf960a0 commit e06923a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion staking.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand All @@ -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**:
Expand Down

0 comments on commit e06923a

Please sign in to comment.