> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://www.openfort.io/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

# Entity addresses

Every contract Openfort deploys — smart-account factories, account implementations, and paymasters — has a fixed address on each chain. Use the lookup below to find them for any supported chain, searchable by name or chain ID.

Selecting a chain shows:

* **Smart accounts** — each supported account type (Calibur, Upgradeable, Managed, and others) with its EntryPoint version, factory address, and implementation address.
* **Paymasters** — the paymaster address for each EntryPoint version (v0.6 / v0.8 / v0.9) available on that chain.

These are the account implementations Openfort supports natively; using them gives you full [dashboard](https://dashboard.openfort.io) visibility and transaction tracking. To see which capabilities each chain supports, see [Supported blockchains](https://www.openfort.io/docs/configuration/chains).

An interactive lookup of Openfort contract addresses per chain.

## Entry points

| Version  | Address                                                                                                                  |
| -------- | ------------------------------------------------------------------------------------------------------------------------ |
| **v0.6** | [0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789](https://contractscan.xyz/contract/0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789) |
| **v0.8** | [0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108](https://contractscan.xyz/contract/0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108) |
| **v0.9** | [0x433709009B8330FDa32311DF1C2AFA402eD8D009](https://contractscan.xyz/contract/0x433709009B8330FDa32311DF1C2AFA402eD8D009) |

## Source code

* [`openfort-contracts` on GitHub](https://github.com/openfort-xyz/openfort-contracts) — Factories, paymasters, and upgradeable accounts
* [`calibur` on GitHub](https://github.com/Uniswap/calibur) — Calibur account (Uniswap)
