Skip to main content

Polkadot Apps

This guide provides step-by-step instructions for submitting common types of extrinsics on the Autonomys Network using the Polkadot Apps interface. It is intended to help operators and nominators perform these actions directly via RPC calls as an alternative to using Astral Block Explorer.

Polkadot Apps Interface

These extrinsics can be submitted on Polkadot Apps under Developer > Extrinsics.

Extrinsic Operations

Nominate an Operator

Nominate Operator

  1. Select the wallet you'd like to use (if you have more than one).
  2. Choose domains.
  3. Select nominateOperator.
  4. Enter the OperatorId you wish to nominate.
  5. Set the nomination amount in Shannons. For reference, 100 tAI3 equals 100 followed by 18 zeros.
  6. Click Submit Transaction and sign the extrinsic with your supported wallet.

Register an Operator

Register an Operator

  1. Select the wallet you'd like to use (if you have more than one).
  2. Choose domains.
  3. Select registerOperator.
  4. Enter the domainId you wish to register an operator on. Auto EVM is on domain 0.
  5. Set the initial operator stake amount in Shannons. For reference, 100 tAI3 is represented as 100 followed by 18 zeros. The value must be an integer equal to or greater than 100 tokens.
  6. Set the minimum nominator stake required to participate under this operator in Shannons. For reference, 10 tAI3 is represented as 10 followed by 18 zeros. The value must be an integer equal to or greater than 1 token.
  7. Set the nomination tax percentage to be collected from nominators participating under this operator. The value must be an integer equal to or greater than 0.
  8. Click Submit Transaction and sign the extrinsic with your supported wallet.

Withdraw Stake

Funds Not Immediately Available

It will take 14,400 domain blocks from a successful withdrawal before you can finalize the process and unlock the funds.

Withdraw Stake

  1. Select the wallet you'd like to use (if you have more than one).
  2. Choose domains.
  3. Select withdrawStake.
  4. Enter the OperatorId you wish to nominate.
  5. Enter the amount you would like to withdraw into the toWithdraw field followed by 18 zeroes.
  6. Click Submit Transaction and sign the extrinsic with your supported wallet.

Unlock Nominator

Funds Not Immediately Available

It will take 14,400 domain blocks from a successful withdrawal before you can finalize the process and unlock the funds.

Unlock Nominator

  1. Select the wallet you'd like to use (if you have more than one).
  2. Choose domains.
  3. Select unlockNominator.
  4. Enter the OperatorId you wish to nominate.
  5. Click Submit Transaction and sign the extrinsic with your supported wallet.