> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://ensforge.com/api/mcp` to find what you need.

# Supported deployments

The supplied HCA profile targets **Sepolia**. Import `sepoliaHcaDeployment` from
`@ensforge/contracts/deployments`; do not copy addresses from the latest contracts branch into an
application using a different deployed generation.

## Deployment snapshot

| Setting              | Value                                      |
| -------------------- | ------------------------------------------ |
| Account generation   | `ens-standalone-hca-1.1.0`                 |
| Contracts source     | `09bf3ac64a6fb1b215573c019b17e8c501bb3ca0` |
| Deployment artifacts | `d0c902eeb388c7fbde3f95d9eaf6076eeedff1d7` |
| EntryPoint           | `0.7`                                      |

The [recorded artifacts](https://github.com/ensdomains/contracts-v2/tree/d0c902eeb388c7fbde3f95d9eaf6076eeedff1d7/contracts/deployments/sepolia)
provide the deployed addresses and ABIs. Branch-tip source may describe newer contracts. There is
no supplied Mainnet HCA profile.

## Provider support

| Feature                    | Pimlico       | Rhinestone                                           |
| -------------------------- | ------------- | ---------------------------------------------------- |
| Owner UserOperations       | Supported     | Use the owner wallet directly                        |
| Session execution          | Not supported | Supported with an enabled ENS session                |
| Sponsored execution        | Supported     | Supported                                            |
| Account-paid execution gas | Supported     | Token-paid refunds are not supported                 |
| Cross-chain funding        | Not provided  | EOA/ERC-20 routes with an explicit verified manifest |

Pimlico uses `permissionless@0.4.0`. Rhinestone requires `@rhinestone/sdk@1.8.0` with the
[shipped compatibility patch](/hca/installation#rhinestone-compatibility-patch).
Configure sponsorship with your provider and supply a reviewed manifest for each cross-chain
funding route. Provider policies and funding routes are application-specific.

## Account limits

The account has an immutable owner. Generic module installation, arbitrary self-calls and HCA owner
transfer are not supported. Factory and upgrade-gate ownership actions manage those contracts, not
the HCA owner. A gated upgrade does not establish adapter compatibility with its replacement.

Rhinestone token-paid refund quotes currently contain source funding or approvals outside the
same-chain execution boundary. They are rejected before signing. Increasing a USDC balance or fee
cap does not resolve that route mismatch; use sponsored sessions or Pimlico owner execution.
