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
These extrinsics can be submitted on Polkadot under Developer ➔ Extrinsics.
Nominate an Operator
Use the following extrinsic to 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.
注册操作员
Use the following extrinsic to 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
Use the following extrinsic to withdraw the stake made to an operator.
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. - Select
All
to withdraw the full amount, or chooseStake
to withdraw only a portion. If you choose to withdraw a partial stake, enter 80% of the amount you wish to withdraw. The remaining 20% is held in a storage fund and will be refunded automatically. For example, to withdraw 100 tAI3, you would enter (100 * 0.80), which equals 80 followed by 18 zeros as the amount is in Shannons. - Click
Submit Transaction
and sign the extrinsic with your supported wallet.
Unlock Nominator
Use the following extrinsic to unlock nominator funds after a successful stake withdrawal from an operator.
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.