Learn about the staking mechanism for Phala Network compute providers.
Role | Description |
---|---|
Worker | A CPU. Responsible for off-chain computation in the Phala network (in a private and secure enclave). |
Operator | Authorized by a Worker to act as administrator, responsible for managing the workers. |
PoolOwner | The account which creates the StakePool. A StakePool manager who is responsible for the management of the pool and all the Workers bound to it. |
StakePool | A pool of stake from a group of parties backing a group of Workers. It provides a middle layer of funds flowing between Workers and Delegators. It also provides on-chain management of staking. (Each StakePool is identified by a PID automatically generated by the system) |
Delegator | A PHA-holding address. It can participate in Phala Staking through Stake Delegation. |
Figure 1
Other cases:
- After Worker-A authorized Owner-A as an Operator, it cannot authorize Owner-B at the same time. If Worker-A wants to transfer its control to Owner-B, it must first stop mining for Owner-A;
- An ownership transfer of a StakePool is currently not supported;
Figure 2
Parameter | Full Name | Meaning |
---|---|---|
Commission | Commission Rate | The commission rate of the StakePool.The commission portion is deposited into the pool’s Owner address. |
Cap | Capacity | The capacity of the PHA tokens in the StakePool. |
After Delegators delegate their tokens to the pool, there are two more parameters:
- If an Owner stakes to the pool, he/she is treated as a normal Delegator;
- All the staking in the pool can be divided into deposit and free;
Parameter | Full Name | Meaning |
---|---|---|
Cap Gap | Capacity Gap | The difference between Cap and the real amount of delegated tokens. It shows the number of tokens that can be further delegated to the pool. |
Free Delegation | Free Delegation | The difference between the amount of delegated tokens and the ones that have been staked. It shows the free tokens which can be used. |
Figure 3
Figure 4
Figure 5