> ## Documentation Index
> Fetch the complete documentation index at: https://celonames.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Celonames Overview

> What are Celonames and how to get started

Celonames are the identity and naming service on the Celo network, powered by ENS infrastructure. You can register human-readable `*.celo.eth` subnames and use them as onchain identity across apps.

<Card title="Get Your Celo Name" icon="sparkles" href="https://names.celo.org/">
  Register your \*.celo.eth name on the Celonames app
</Card>

**Why Celonames?**

* ✨ **Own your identity** - Replace long wallet addresses with yourname.celo.eth as identity across apps
* 👤 **Build your profile** - Add your avatar, social links, and website to personalize your onchain presence
* 🔗 **Works everywhere** - Compatible with 100+ apps and wallets across the ENS ecosystem

## Start here

<Columns cols={2}>
  <Card title="User FAQ" icon="circle-question" href="/user/faq">
    Common questions.
  </Card>

  <Card title="How to register" icon="passport" href="/user/register">
    Guide to registering a name.
  </Card>

  <Card title="Register with Self" icon="hand-holding-dollar" href="/user/register-with-self">
    How to register using Self protocol.
  </Card>

  <Card title="Transfer guide" icon="right-left" href="/user/transfer-guide">
    Safely transfer name ownership.
  </Card>
</Columns>

## For developers

<Columns cols={2}>
  <Card title="Contracts & Architecture" icon="diagram-project" href="/developer/contracts-architecture">
    Registry, Registrar, Controller, Resolvers.
  </Card>

  <Card title="Deployment addresses" icon="location-dot" href="/developer/deployments">
    Contract addresses per network.
  </Card>

  <Card title="Integration: Celo Names" icon="code" href="/developer/integration-guide">
    Contract-level flows for registration, renewal, and record reads.
  </Card>

  <Card title="Indexer (GraphQL)" icon="database" href="/developer/indexer-graphql">
    Query names, owners, and records.
  </Card>
</Columns>
