- Overview
- Setup
- Tutorials
- How Tos
- Reference
- DAR Versions
- API Reference
- Commercials API
- Credential API
- Registry API
- Utility.Registry
- Utility.Registry.V0.Configuration.AppReward
- Utility.Registry.V0.Configuration.Instrument
- Utility.Registry.V0.Holding.Allocation
- Utility.Registry.V0.Holding.Burn
- Utility.Registry.V0.Holding.Lock
- Utility.Registry.V0.Holding.Mint
- Utility.Registry.V0.Holding.Transfer
- Utility.Registry.V0.Holding.Unlock
- Utility.Registry.V0.Rule.Transfer
- Utility.Registry.V0.Types
- Utility.Registry.V0.Util
- Utility.Registry.App
- Utility.Registry.App.V0.Configuration.Operator
- Utility.Registry.App.V0.Configuration.Provider
- Utility.Registry.App.V0.Model.Burn
- Utility.Registry.App.V0.Model.Mint
- Utility.Registry.App.V0.Model.Transfer
- Utility.Registry.App.V0.Service.AllocationFactory
- Utility.Registry.App.V0.Service.Holder
- Utility.Registry.App.V0.Service.Provider
- Utility.Registry.App.V0.Service.Registrar
- Utility.Holding
- Utility.Registry
- Settlement Utility API
- Collateral Utility API
- Operator Backend API
Onboarding/Offboarding¶
The Registry Utility supports onboarding and offboarding for both Providers and Registrars. Below is an overview of the onboarding and offboarding process for a Provider, managed by the Operator. For Registrars, the process is similar, except Providers are responsible for onboarding Registrars.
Provider Service Request/Accept¶
Onboarding starts when a user requests a ProviderService contract. The Operator may accept the
request, provided that the user’s credentials satisfy their onboarding Credentiaal requirements for
providers. Both parties become signatories to the contract.
Cancel/Reject Request¶
A service request may be canceled by the user before acceptance, or rejected by the Operator during review. In either case, no service contract is created.
Termination¶
A ProviderService instance may be terminated at any time by either the Operator or the user.
Upon termination, the contract is archived, leaving credentials intact.