> ## 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.

# Impact Hub Registry

> Build and operate registry workflows using the Impact Hub Registry service.

This guide is for the Impact Hub Registry service layer. IXO Protocol module transactions and chain gateway behavior are documented in API reference pages for protocol interfaces.

## Before you start

* Confirm active Registry endpoint in `/reference/networks-and-endpoints`.
* Confirm Registry auth requirements in `/reference/authentication-matrix`.
* Confirm product and SDK naming in `/reference/product-and-sdk-map`.

## What this guide does

You will map a registry workflow to the correct service endpoint group and verify service-level access without mixing protocol gateway calls into the same flow.

## Core registry workflows

* Domain and project records
* Device and household reporting
* Claims and credit lifecycle reporting
* Health and operational checks

## Service vs protocol boundary

* Use `Registry API` for service workflows: `/api-reference/registry-api`
* Use protocol gateways for direct chain queries and transactions:
  * `/api-reference/rpc-api`
  * `/api-reference/grpc-gateway-api`

## Verify the result

A successful integration should show:

* authenticated responses from Registry service endpoints;
* no reliance on guessed chain RPC literals in service requests.

## Next steps

<CardGroup cols={3}>
  <Card title="Registry API reference" icon="code" href="/api-reference/registry-api">
    Integrate registry services and endpoint operations.
  </Card>

  <Card title="Claims guide" icon="badge-check" href="/guides/dev/ixo-claims">
    Connect registry data to claims and verification workflows.
  </Card>

  <Card title="Networks and endpoints" icon="network-wired" href="/reference/networks-and-endpoints">
    Select the correct environment endpoints and chain details.
  </Card>
</CardGroup>
