# 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](/docs/configuration/chains).

<ChainAddressLookup />

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