> For the complete documentation index, see [llms.txt](https://docs.pharos.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pharos.xyz/getting-started/canonical-contracts.md).

# Canonical Contracts

## Atlantic Testnet Canonical Contracts

| Contract Name                | Description                                           | Address                                    |
| ---------------------------- | ----------------------------------------------------- | ------------------------------------------ |
| Create2Deployer              | Helper for CREATE2 opcode usage                       | 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2 |
| DeterministicDeploymentProxy | Integrated with Foundry for deterministic deployments | 0x4e59b44847b379578588920ca78fbf26c0b4956c |
| MultiCall3                   | Allows bundling multiple transactions                 | 0xcA11bde05977b3631167028862bE2a173976CA11 |
| GnosisSafe (v1.3.0)          | Multisignature wallet                                 | 0x69f4D1788e39c87893C980c06EdF4b7f686e2938 |
| GnosisSafeL2 (v1.3.0)        | Events-based implementation of GnosisSafe             | 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA |
| MultiSendCallOnly (v1.3.0)   | Batches multiple transactions (calls only)            | 0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B |
| MultiSend (v1.3.0)           | Batches multiple transactions                         | 0x998739BFdAAdde7C933B942a68053933098f9EDa |
| Permit2                      | Next-generation token approval system                 | 0x000000000022D473030F116dDEE9F6B43aC78BA3 |
| EntryPoint (v0.7.0)          | ERC-4337 entry point for account abstraction          | 0x0000000071727De22E5E9d8BAf0edAc6f37da032 |
| SenderCreator (v0.7.0)       | Helper for EntryPoint                                 | 0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C |

## Pacific Mainnet Canonical Contracts

| Contract Name                 | Description                                                                     | Address                                    |
| ----------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------ |
| Create2Deployer               | Helper for CREATE2 opcode usage                                                 | 0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2 |
| Foundry Deterministic Deploy  | Integrated with Foundry for deterministic deployments                           | 0x4e59b44847b379578588920ca78fbf26c0b4956c |
| MultiCall3                    | Allows bundling multiple transactions                                           | 0xcA11bde05977b3631167028862bE2a173976CA11 |
| GnosisSafe (v1.3.0)           | Multisignature wallet                                                           | 0x69f4D1788e39c87893C980c06EdF4b7f686e2938 |
| GnosisSafeL2 (v1.3.0)         | Events-based implementation of GnosisSafe                                       | 0xfb1bffC9d739B8D520DaF37dF666da4C687191EA |
| SafeSingletonFactory          | Safe's deterministic deployment proxy                                           | 0x914d7Fec6aaC8cd542e72Bca78B30650d45643d7 |
| CreateX                       | Advanced cross-chain deployment factory supporting CREATE, CREATE2, and CREATE3 | 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed |
| MultiSendCallOnly (v1.3.0)    | Batches multiple transactions (calls only)                                      | 0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B |
| MultiSend (v1.3.0)            | Batches multiple transactions                                                   | 0x998739BFdAAdde7C933B942a68053933098f9EDa |
| Permit2                       | Next-generation token approval system                                           | 0x000000000022D473030F116dDEE9F6B43aC78BA3 |
| ERC-4337 EntryPoint (v0.7)    | ERC-4337 entry point for account abstraction                                    | 0x0000000071727De22E5E9d8BAf0edAc6f37da032 |
| ERC-4337 SenderCreator (v0.7) | Helper for EntryPoint                                                           | 0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C |
| ERC-4337 EntryPoint (v0.6)    | Account abstraction entry point (v0.6); validates and executes UserOperations   | 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 |
| ERC-4337 SenderCreator (v0.6) | Helper contract used by EntryPoint v0.6 to deploy smart accounts via initCode   | 0x7fc98430eAEdbb6070B35B39D798725049088348 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pharos.xyz/getting-started/canonical-contracts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
