livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Separate concerns between orchestrators and delegators #471

Closed kyriediculous closed 3 years ago

kyriediculous commented 3 years ago

We want to separate the concerns between orchestrators and delegators.

An orchestrator is a user that self-delegates. The stake for this orchestrator is still allocated to the DelegationPool but there is an additional constraint that this delegation is flagged as special (delegator === orchestrator) and can not be moved to another orchestrator but only unstaked by going through the unstaking period.

Additional Context

yondonfu commented 3 years ago

Closed by #477