Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/architecture/pages/staking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ a| * `amount` should be denominated in the token's base unit (e.g., FRI for STRK

| Adding to a delegation pool
| Invoke the delegation pool contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#add_to_delegation_pool[`add_to_delegation_pool`^] function
a| * `amount` should be denominated in FRI (i.e., 1*10^18^ = 1 STRK)
* You must first approve the transfer of STRK tokens to the delegation pool contract by invoking the STRK contract's `approve` function
a| * Adding to a delegation pool is only possible after entering it using `enter_delegation_pool`
* `amount` should be denominated in FRI (i.e., 1×10^18^ = 1 STRK)
* You must first approve the transfer of STRK tokens to the delegation pool contract by invoking the STRK contract’s `approve` function

| Switching delegation pools
| Invoke the delegation pool contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#switch_delegation_pool[`switch_delegation_pool`^] function
Expand Down