# Deployment Addresses

#### Arbitrum

| Contract                        | Address                                    |
| ------------------------------- | ------------------------------------------ |
| Modular4337Factory              | 0x3b512F1967473c6272B9f7b075A086F76cA05f04 |
| Modular4337Account              | 0xC227b9329F2c60D638F794AeA38cADba2400e783 |
| CamelotPositionManagerFactory   | 0x514a67D2D1CADc94755dF710E554Cf488A7982A3 |
| UniswapV3PositionManagerFactory | 0xcAF327770d0ad7609E6931F2A0E5cb2f8ee0cfaF |
| GlobalSessionPolicyModule       | 0xDc40bD4Ce436106658871D22d60A4e4418BDe8E9 |

> Audits :-   [Trust Security Audit](https://github.com/devsxtra/Alloc8_Audits/blob/main/Trust%20Security%20Audit%20v1.pdf)

#### Verification guidance

* Verify contract addresses on an official block explorer.
* Confirm the UI is referencing these same addresses.
* Treat address mismatches as a high-risk indicator.


---

# Agent Instructions: 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.alloc8.xyz/resources/deployment-addresses.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.
