Institutional Treasuries
Crypto treasuries, whether held by public companies, DAOs, foundations, or asset managers, face a recurring operational problem: proving to auditors, regulators, and stakeholders that a given on-chain address is owned and operated by the institution, and that every transfer is traceable to an authorized signer. Spreadsheets, internal wikis, and signed PDFs fall apart at audit time. Notareum gives treasuries a cryptographically anchored, machine-readable record: signed.nota files for every treasury address, receipts for every material transfer, and registry entries that auditors can query without asking the treasury team for a screenshot.
What treasuries publish
A treasury publishes three classes of.nota file:
- Address
.notafor every treasury wallet (hot, warm, cold, multisig). Signed by the treasury admin key. - Contract
.notafor any protocol treasury’s deployed contracts (vaults, timelocks, multisig implementations). - Receipt
.notafor each outgoing transfer above a policy threshold, signed by the authorized signer at transfer time.
Address registration
INSTITUTIONAL level, which triggers the 15-validator quorum and the strongest on-chain trust signal. Block explorers, auditors, and counterparties querying the registry see the address with a “Treasury, institutional-verified” badge.
Signer transparency
A treasury that wants maximum transparency can publish the multisig signer set as part of the address.nota:
signerRefs entry resolves to another registered .nota for the individual or sub-entity signer, forming a verifiable org chart. Revoking a signer’s entry (e.g., on departure) is immediate and propagates.
Transfer receipts
For each transfer above the treasury’s policy threshold, the signing operator produces a receipt:fromandtoto registered.notaaddresses (both sides of the transfer contextualized).approvalRefto the governance proposal, board resolution, or ticket system entry authorizing the transfer.purposeto a free-text field with a controlled vocabulary (payroll, grant, investment, rebalance, operational).
Audit queries
An auditor holding the treasury’s public issuer DID can run a fully external query:Governance approval linking
DAOs can tie receipts to governance proposals in both directions:- A governance proposal includes a receipt template (to, amount, token, purpose).
- On execution, the treasury produces the receipt with
approvalRef = "snapshot:proposal:0xabc..."orapprovalRef = "aragon:vote:42". - Indexers cross-reference proposal outcomes and actual transfers in real time.
Cold-wallet attestations
Cold wallets rarely move. Periodic proof-of-reserves for cold wallets can be produced as signed.nota files without moving funds:
Operational controls
- Key rotation. When a signer rotates keys, revoke the old
.notaand issue a new one. History remains queryable. - Segregation. Separate
.notarecords for operational, strategic, and grant-specific pools make policy enforcement programmable. - Multi-jurisdiction. Each entity (parent, subsidiary, grant recipient) publishes its own issuer
.nota. Receipts cross-reference entities for audit and tax purposes.
Integration patterns
- Treasury dashboards (Gnosis Safe, Squads, Utopia) import
.notarecords to render portfolio views. - Accounting software (Cryptio, Bitwave, Integral) consumes receipts as tagged transaction records.
- Regulators run queries against the on-chain registry with the entity DID.
- DAO treasuries link proposal outcomes to receipts for end-to-end transparency.

