> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# 隐私

隐私协议让用户在 Monad 上进行交易时,无需公开暴露余额、代币持仓、金额或交易对手方,通常使用零知识证明。

## 提供商概览

<Tabs>
  <Tab title="主网">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>提供商</th>
            <th>状态</th>
            <th>文档</th>
            <th>支持说明</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Unlink](https://www.unlink.xyz/)</td>
            <td>已支持</td>
            <td>[文档](https://docs.unlink.xyz/)</td>
            <td>通过零知识证明的私密账户;deposit、transfer、withdraw 和 execute 操作</td>
          </tr>
        </tbody>
      </table>
    </div>
  </Tab>

  <Tab title="测试网">
    <div class="mintlify-table-wrapper">
      <table class="mintlify-table">
        <thead>
          <tr>
            <th>提供商</th>
            <th>状态</th>
            <th>文档</th>
            <th>支持说明</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td>[Unlink](https://www.unlink.xyz/)</td>
            <td>已支持</td>
            <td>[文档](https://docs.unlink.xyz/)</td>
            <td>通过零知识证明的私密账户;deposit、transfer、withdraw 和 execute 操作</td>
          </tr>
        </tbody>
      </table>
    </div>
  </Tab>
</Tabs>

## 提供商详情

### Unlink

[Unlink](https://www.unlink.xyz/) 为现有链上的应用添加私密账户。用户可以拥有、发送、接收资产并与合约交互,而无需暴露余额、代币类型、金额或交易历史,通过零知识证明实现。

Unlink 弥合了隐私的交易对手方维度 — 它隐藏的是谁与谁进行交易,而不仅仅是金额。加密的 UTXO notes 在合约中保存余额,Groth16 零知识证明在不透露发送方、接收方或金额的情况下验证每次操作。您将 Unlink 集成为链上智能合约,搭配 TypeScript SDK([`@unlink-xyz/sdk`](https://www.npmjs.com/package/@unlink-xyz/sdk))。

#### 功能

* 私密账户之间内部转账的交易对手方、金额和余额隐私
* 四个核心操作:`deposit`、`transfer`、`withdraw` 和 `execute`,用于私密智能合约交互
* 通过 relayer 和 ERC-4337 sponsorship 实现无 gas 的私密操作
* 灵活的托管:非托管浏览器集成或托管服务器

#### 用例

* 私密出款、工资单和稳定币操作
* 无需暴露策略的财务再平衡与结算
* AI 代理钱包的范围化资金

要开始使用,请访问 [Unlink 文档](https://docs.unlink.xyz/)。
