Trust Stack Docs
Products

Public proofs

Inspect reconciled operation events without connecting a wallet.

Public proofs provide a read-only view of recognized Trust Stack events. They are designed for beneficiaries, project teams, auditors, and partners who need a shareable record without granting wallet access.

Public proof explorer with token-lock filters and reconciled record status

Browse records

Use the tabs for token locks, vesting, and operations. Filters include lifecycle status, creator, beneficiary, asset, operation type, and bounded page size. Each result links to its Trust Stack detail and SupraScan transaction.

What is reconciled

The indexer validates an exact known event schema, canonicalizes addresses and unsigned integers, and stores:

  • event type and original payload;
  • transaction hash and block dimensions;
  • normalized entity, participants, asset, and amount;
  • Supra emission proof and event hash.

Unknown fields, malformed addresses, unexpected event types, and proof/hash mismatches fail ingestion instead of being displayed as trusted records.

What the proof does not mean

  • It does not prove that the frontend is uncompromised.
  • It does not replace current on-chain position and vault reads.
  • It is not a full independent light client or consensus implementation.
  • It does not audit issuer, package upgrade, wallet, or third-party DEX authority.

Use public proofs to establish finalized event emission, then use current Move state to authorize a claim or management action.

On this page