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
- Select the wallet you'd like to use (if you have more than one).
- Choose
domains
. - Select
nominateOperator
. - Enter the
OperatorId
you wish to nominate. - Set the nomination
amount
in Shannons. For reference, 100 tAI3 equals 100 followed by 18 zeros. - Click
Submit Transaction
and sign the extrinsic with your supported wallet.
Register an Operator
- Select the wallet you'd like to use (if you have more than one).
- Choose
domains
. - Select
registerOperator
. - Enter the
domainId
you wish to register an operator on. Auto EVM is on domain 0. - 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. - 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.
- 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.
- 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.
- Select the wallet you'd like to use (if you have more than one).
- Choose
domains
. - Select
withdrawStake
. - Enter the
OperatorId
you wish to nominate. - Enter the amount you would like to withdraw into the
toWithdraw
field followed by 18 zeroes. - 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.
- Select the wallet you'd like to use (if you have more than one).
- Choose
domains
. - Select
unlockNominator
. - Enter the
OperatorId
you wish to nominate. - Click
Submit Transaction
and sign the extrinsic with your supported wallet.