Use this guide for domain setting workflows. It focuses on protocol-facing document management and avoids service-specific endpoint duplication.Documentation Index
Fetch the complete documentation index at: https://docs.ixo.world/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
- You control the target domain DID.
- You have signing authority for domain update transactions.
- You have selected the target network from
/reference/networks-and-endpoints.
What this guide does
You apply common domain setting operations and verify that changes are committed through protocol interfaces.Core operations
- Update DID document fields.
- Add or revoke verification methods.
- Add or remove services.
- Manage controllers and linked resources.
Protocol boundary
These operations are IXO Protocol concerns. Service APIs such as Registry or Matrix can consume domain metadata, but they do not replace protocol-level document authority.Example protocol message literal
Verify the result
Expected result:- document query returns updated fields;
- updates are attributable to an authorized controller.
Next steps
Domain privacy guide
Protect sensitive domain data and access patterns.
Blockchain REST API
Use gRPC-gateway routes for protocol-level interactions.
Authentication matrix
Match each API surface to the required credentials and headers.