> For the complete documentation index, see [llms.txt](https://docs.zksafe.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zksafe.pro/zh/others/deployed.md).

# 合约部署

### Alpha版本

#### Polygon

PasswordService deployed: 0x2CB213127Fa481E7D9303bedB0Bd3FC3461D2a9A

SafeboxFactory deployed: 0xB53CB1feEbea105C30982e7f2Ed803a2195DA922

<br>

### Beta版本

#### Polygon

EthereumPasswordService deployed: 0x555DE00394cEBb92f49e9DC4399372c81F5360e4

SafeboxFactory deployed: 0xEF6b7A04BF73f8674b5B7BcDd460778862dd5b90

<br>

### Beta版本2

#### Polygon

ZKPass deployed: 0x72f3E7DdAe7f5B8859a230FE00f4214d582622fF

SafeboxFactory deployed: 0xd9403569f3447121eb78d426Bb5eFC7D10316b50

<br>

### V1正式版 [(SlowMist Audit Report)](https://github.com/ZKSAFE/zksafe-docs/blob/zh/images/SlowMistAuditReport-ZKSAFE.pdf)

#### Ethereum\BSC\Optimism\Arbitrum\Polygon\\

ZKPass deployed: 0x9802cBf6480FE2a0c69740Bc8008739DfF1E7CEF

SafeboxFactory deployed: 0x8528d5a340Bef2e50844CDABdFa21bC6B57c3982


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zksafe.pro/zh/others/deployed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
