{
  "schema_version": "intent.v1",
  "slug": "add-ens-names-to-my-app",
  "title": "show human-readable names and identity",
  "audience": "builder",
  "prompt": "I want to display ENS names and profiles instead of raw addresses",
  "maps_to": [
    "identity",
    "naming",
    "ens",
    "profiles"
  ],
  "stack": [
    {
      "slug": "ens",
      "role": "wallet_and_identity",
      "reason": "Resolve addresses to primary names and read avatar/text records for profiles."
    },
    {
      "slug": "privy",
      "role": "wallet_and_identity",
      "reason": "Handle login and wallet creation, then enrich the connected account with its ENS identity."
    }
  ],
  "excluded_candidates": [],
  "risks": [
    "Not every address has a primary name; always fall back to a truncated address.",
    "Reverse records can be unset or stale; verify forward resolution before trusting a name."
  ],
  "next_steps": [
    "Resolve the connected wallet's primary ENS name and avatar on load.",
    "Cache lookups and fall back gracefully when no name is set."
  ],
  "why": "ENS turns raw addresses into names and profile metadata, while a wallet/auth layer like Privy gives you the connected account to resolve in the first place.",
  "verified_at": "2026-06-02"
}