PG-AI

Real-Time
Attestation Report

实 时 资 产 审 计 报 告

Oracle-Based Proof of Reserve · 3-Second Refresh Cycle · Five-Bank Custody Reconciliation

PG-AI-DOC-02 · Confidential · 2026
01
Executive Summary概述

PG-AI abandons the traditional annual audit model in favor of real-time, oracle-based Proof of Reserve (PoR) attestation. Every 3 seconds, the platform reconciles on-platform liabilities against live holdings at five custodian banks — JPMorgan, Goldman Sachs, UBS, BNY Mellon, and DBS — and publishes a cryptographically signed attestation snapshot.

PG-AI 放弃传统年度审计,改用实时的 Oracle-Based 储备证明(PoR)。每 3 秒,平台将链上负债与五大托管行的实时持仓进行对账,并发布签名证明快照。

Core principle: Transparency should operate at the speed of markets, not the speed of accountants.

02
Attestation Architecture审计架构

Two-layer reconciliation

The attestation system operates on two layers that must agree before a valid attestation is published:

Layer 1 — On-Platform Liabilities: The total value of all client positions, mandate allocations, and pending settlements as recorded in PG-AI's internal ledger. Updated in real time as skills execute trades and rebalancing operations.

Layer 2 — Off-Platform Reserves: The actual holdings at the five custodian banks, queried via read-only API connections. Each bank provides a digitally signed holdings report every 3 seconds.

双层对账:第一层是平台内部所有客户持仓的总值(实时更新);第二层是五大托管行的实际持仓(每 3 秒签名报告)。两层必须一致方可发布有效证明。

Custodian API integration

CustodianAPI TypeRefresh RateData Signed
JPMorganREST / Read-Only3 secondsRSA-4096
Goldman SachsREST / Read-Only3 secondsRSA-4096
UBSFIX Protocol3 secondsECDSA P-384
BNY MellonREST / Read-Only3 secondsRSA-4096
DBS BankREST / Read-Only3 secondsRSA-4096
03
Live Attestation Feed实时证明流
● LIVE ATTESTATION · LAST VERIFIED 3s AGO

> skill.invoke custody.reconcile
> jpmorgan.custody $ 1,204,331,890.42 · LOCKED
> goldman.prime_broker $ 891,204,556.18 · SEGREGATED
> ubs.wealth_account $ 682,019,447.33 · SEGREGATED
> bny_mellon.servicing $ 441,023,187.07 · ALLOCATED
> dbs.operational $ 218,554,902.91 · MAS-REG
> total_reserves $ 3,437,133,983.91
> platform.liabilities $ 3,414,229,001.55
> reserve_ratio 100.67% · OVER-COLLATERALIZED
> skill.invoke audit.attest
> attestation.signature 0x7f3a…9c42 (RSA-4096)
> merkle.root 0xa1c8…4e17
> your_leaf.status INCLUDED ✓
> sec.quarterly_filing CURRENT ✓
> mas.daily_report SUBMITTED ✓
> next_cycle_in 2.4 s
04
Merkle Tree Verification默克尔树验证

User-level verification

Each attestation snapshot includes a Merkle tree where every leaf node represents a single client's total position value. Clients can independently verify their inclusion by checking their leaf against the published root hash — without revealing any other client's data.

每次证明快照包含一棵默克尔树,每个叶子节点代表一位客户的总持仓价值。客户可以独立验证自己的叶子是否包含在发布的根哈希中——无需暴露其他客户数据。

Verification process

Step 1Client logs into PG-AI dashboard or API and requests their Merkle proof.
Step 2System returns the client's leaf hash plus the authentication path (sibling hashes up to the root).
Step 3Client independently computes the root hash using the provided path and compares it to the published attestation root.
Step 4If the computed root matches the published root, the client's position is provably included in the attestation.
05
Anomaly Detection异常检测

If the reserve ratio drops below 100.00% at any attestation cycle, the system triggers a four-stage escalation:

Level 1Alert — Internal risk team notified. All new mandate executions paused. Investigation begins.
Level 2Freeze — All outbound transfers frozen. MAS and SEC notified within 15 minutes.
Level 3Public Disclosure — Attestation dashboard flags the discrepancy to all clients within 1 hour.
Level 4MAS Intervention — MAS exercises its immediate freeze authority under the signed guarantee agreement.

若储备率降至 100% 以下:第一级内部警报并暂停新操作;第二级冻结所有转出并 15 分钟内通报 MAS 和 SEC;第三级 1 小时内向所有客户公开披露;第四级 MAS 行使即时冻结权。

06
Regulatory Reporting监管报送
ReportRecipientFrequencyContent
Daily Reserve ReportMASEvery 24 hoursFull reserve breakdown by custodian, reserve ratio, anomaly log
Quarterly FilingSECEvery 90 daysAUM, client count, risk metrics, compliance summary
Annual AuditBig Four AuditorAnnualFull financial statements, controls assessment, SOC 2 Type II
Real-Time FeedClientsEvery 3 secondsReserve ratio, personal leaf verification, custodian status
07
Technical Specifications技术规格
Cycle3-second attestation refresh. Target: sub-2-second by Q4 2026.
SigningRSA-4096 for custodian reports. ECDSA P-384 for UBS FIX integration.
MerkleSHA-256 binary Merkle tree. Depth scales logarithmically with client count.
StorageAttestation history stored on immutable append-only log. 7-year retention per SEC/MAS requirements.
Uptime99.99% SLA. Dual-region deployment (US-East + Singapore).
AuditSOC 2 Type II certified. Annual Big Four audit (Deloitte / PwC).