Security & Transparency — overview

Pipeline is built on a split-rail architecture where on-chain contracts track receipts and off-chain custodied USDC is moved by MPC cosigners. No single operator — Bridge, custodian, Trustee, or a single governance Safe — can drain investor capital or mint unbacked PLUSD.

System context — off-chain cash rail on the left, on-chain token rail on the right, governance by three Safes.
System context — off-chain cash rail on the left, on-chain token rail on the right, governance by three Safes.

The off-chain zone holds the Custodian, Capital Wallet, Treasury Wallet, Bridge, and Trustee. The on-chain zone holds AccessManager plus eight protocol contracts that track deposits, shares, loans, yield, and shutdown state. Three Safes — ADMIN, RISK_COUNCIL, and GUARDIAN — gate every privileged action through AccessManager, each with a distinct signer set and timelock.


Explore the cluster


Governance

Three Safes with distinct signer sets: ADMIN 3/5 (48h timelock), RISK_COUNCIL 3/5 (24h timelock), GUARDIAN 2/5 (instant).
Three Safes with distinct signer sets: ADMIN 3/5 (48h timelock), RISK_COUNCIL 3/5 (24h timelock), GUARDIAN 2/5 (instant).

Three Safes own the protocol. Their powers do not overlap. Their signer sets are distinct.

The split is deliberate. Fast defensive action is separated from slow constructive action. GUARDIAN can stop things; only ADMIN can start them again.


Trust footprint

Pipeline reduces trust assumptions but does not eliminate them. The accepted assumptions — custodian integrity, cosigner integrity, governance signer-set distinctness, Watchdog correctness — are enumerated and justified on the child pages:

For the full risk categorisation — custody, market, operational, protocol, governance — see Risks.


For the full threat model

The full threat model, layered defence stack, pause cascade, and cross-rail sequence analysis lives in the product specs: security.md on GitHub.