Restaking your assets

Once you have properly created your wallet and transferred some funds to it, you are now ready to restake your assets.

Pool restaking

Pool restaking allows you to deposit your assets into a pool that will later be used to provide cyptoeconomic security to various services. To pool restake your assets you can run the following commands:

milkywayd tx restaking delegate pool [amount]

Where:

  • [amount] is the amount of tokens that you want to delegate (e.g. 1000000umilktia to delegate 1 milkTIA token)

Please note that you can delegate only a single denom per transaction. This means that if you want to pool-restake multiple denoms (e.g. TIA, milkTIA and stTIA), you will have to perform multiple transactions.

Service restaking

Operator restaking allows you to delegate your tokens to an individual service upon knowing its unique ID. To delegate your tokens to a service you can run the following transaction:

milkywayd tx restaking delegate service [service-id] [amount]

Where:

  • [service-id] is the ID of the service you want to delegate to

  • [amount] is the amount of tokens that you want to delegate (e.g. 1000000umilktia,2000000utia to delegate 1 milkTIA and 2 TIA tokens)

Operator restaking

Operator restaking allows you to delegate your tokens to an individual operator upon knowing its unique ID. To delegate your tokens to an operator you can run the following transaction:

milkywayd tx restaking delegate operator [operator-id] [amount]

Where:

  • [operator-id] is the ID of the operator you want to delegate to

  • [amount] is the amount of tokens that you want to delegate (e.g. 1000000umilktia,2000000utia to delegate 1 milkTIA and 2 TIA tokens)

Last updated