-
Notifications
You must be signed in to change notification settings - Fork 31
delegation create Command Guide
Enrico Rubboli edited this page Apr 10, 2026
·
1 revision
Create a delegation to a given pool id and the owner address/destination.
The owner of a delegation is the key authorized to withdraw from the delegation. The delegation creation will result in creating a delegation id, where coins sent to that id will be staked by the specified pool automatically. The pool does not have the authority to spend the delegated coins.
delegation-create <OWNER> <POOL_ID>
-
<OWNER>: The address that will have the authority to sign withdrawals from the delegation. -
<POOL_ID>: The pool id of the pool that will receive the delegation and stake the coins.
After creating a delegation, use delegation-stake to send coins to the delegation id to begin staking. Use delegation-list-ids to view your delegation ids and their balances.
-
delegation-stake: Send coins to a delegation to begin staking. -
delegation-list-ids: List your delegation ids. -
delegation-withdraw: Withdraw coins from a delegation.
- Home
- Installing Mintlayer
- Upgrade Mintlayer
- Node
- Addresses
- Wallet CLI
- Wallet RPC
- API
- Advanced Tools
- Guides
- CHANGELOG