Skip to content

api.procedures.types.BondPolyxParams

polymesh-bot edited this page Jun 3, 2025 · 9 revisions

Interface: BondPolyxParams

api/procedures/types.BondPolyxParams

Table of contents

Properties

Properties

amount

amount: BigNumber

The amount of POLYX to bond (up to 6 decimals of precision)

Note

It is strongly recommended against bonding 100% an account's POLYX balance. At the minimum a stash account needs enough POLYX to sign the unbond extrinsic ()

Defined in

api/procedures/types.ts:1814


autoStake

autoStake: boolean

Can be set to true if rewardDestination is the signing account. Auto stake will stake all rewards so the balance will compound

Defined in

api/procedures/types.ts:1806


controller

controller: string | Account

The controller is the account responsible for managing staked POLYX. This can be the stash, but designating a different key can make it easier to update nomination preferences and maintain the POLYX in a more secure, but inconvenient, stash key.

Defined in

api/procedures/types.ts:1796


payee

payee: string | Account

The account that should receive the stashing rewards

Defined in

api/procedures/types.ts:1801

Clone this wiki locally