Requires #2
The Service Rewards Actor (SRA) determines how rewards are distributed among service orchestrators. It does not itself receive or distribute funds.
It divides rewards by attributing service volumes to orchestrators.
It:
- maintains an Orchestrator registry
- whitelists and prices stablecoins for the purpose of normalizing their volumes
- each quarter, computes each Orchestrator's share of the stream
It has special permission to call these methods:
The FIP details these write methods for the SRA's interface:
- RegisterPairs
- PostVolume
- CorrectVolume
- FinalizeConversion
- SubmitShares
- Admit
- Remove
- Freeze
- Replace
- ReassignBinding
- SetAdmittedLists
- CancelPending
It exports this interface for the SWA:
Requires #2
The Service Rewards Actor (SRA) determines how rewards are distributed among service orchestrators. It does not itself receive or distribute funds.
It divides rewards by attributing service volumes to orchestrators.
It:
It has special permission to call these methods:
The FIP details these write methods for the SRA's interface:
It exports this interface for the SWA: