Skip to content

Commit 50ae596

Browse files
kenrogersgitbook-bot
authored andcommitted
GitBook: No commit message
1 parent 2bf3853 commit 50ae596

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
221 KB
Loading
3.63 MB
Loading

docs/reference/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* [RPC API (old)](node-operations/rpc-api-old.md)
88
* [RPC API Endpoints](node-operations/rpc-api/README.md)
99
* ```yaml
10-
type: builtin:openapi
1110
props:
1211
models: false
1312
downloadLink: false
13+
type: builtin:openapi
1414
dependencies:
1515
spec:
1616
ref:

docs/reference/clarity/example-contracts/stacking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ Delegated stacking is essentially a multi-step process where delegators give poo
148148

149149
{% stepper %}
150150
{% step %}
151-
### Step: Delegator delegates their STX to a pool operator
151+
#### Step: Delegator delegates their STX to a pool operator
152152

153153
The delegator calls `delegate-stx` to record that they delegate a given amount to a specific pool operator. This does not lock the STX — it only records the delegation permission.
154154
{% endstep %}
155155

156156
{% step %}
157-
### Step: Pool operator stacks delegated STX (partial)
157+
#### Step: Pool operator stacks delegated STX (partial)
158158

159159
The pool operator calls `delegate-stack-stx` for each delegator they will lock on behalf of. This marks those STX as partially stacked (not yet in the official reward set).
160160
{% endstep %}
161161

162162
{% step %}
163-
### Step: Pool operator commits aggregated locks
163+
#### Step: Pool operator commits aggregated locks
164164

165165
When the pool operator has aggregated enough delegated STX, they call `stack-aggregation-commit-indexed` (wraps `inner-stack-aggregation-commit`) to commit the aggregated stake into the reward set for the reward cycle.
166166
{% endstep %}

docs/reference/nakamoto-upgrade/nakamoto-in-10-minutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This elegant design creates a cooperative relationship between miners and stacke
4242

4343
Here is a diagram outlining miner and signer behavior.
4444

45-
<div data-with-frame="true"><figure><img src="../.gitbook/assets/image.png" alt=""><figcaption></figcaption></figure></div>
45+
<div data-with-frame="true"><figure><img src="../.gitbook/assets/image (1).png" alt=""><figcaption></figcaption></figure></div>
4646

4747
### Bitcoin MEV Mitigation
4848

0 commit comments

Comments
 (0)