What is Notareum
Notareum is an open protocol that turns every blockchain resource into a verified, portable, cryptographically signed file. It defines a standard container called a.nota file that encodes a wallet address, smart contract, transaction hash, NFT, IPFS CID, or arbitrary metadata together with its chain context, human-readable metadata, a digital signature, and optional on-chain verification status. The result is a universal trust layer that works across every chain, wallet, exchange, and dapp.
The protocol has four parts. A file format defines how a .nota file looks and how it is signed. A resource registry anchors resources on-chain with deterministic IDs and optional human-readable aliases like alice.nota. A verification engine lets staked validators attest to the authenticity of a resource, producing multi-party cryptographic consensus. A token and governance system aligns validator incentives, funds the ecosystem, and lets the community adjust protocol parameters as the network matures.
What a .nota file looks like
A.nota file is a human-inspectable JSON document that fits comfortably in a text message, email body, or QR code. A minimal example:
The core flow
Alice creates a file describing her Ethereum wallet, signs it, and sends it to Bob. Bob’s wallet validates the signature, checks the Notareum registry for Alice’s on-chain record, and displays a clear indicator before Bob sends any funds. The same flow works for contracts, transactions, NFTs, and every other supported resource type.Why it matters
Blockchain addresses are unintelligible strings. Users copy and paste them through messaging apps, emails, and screenshots with no cryptographic binding between the address and a human identity. This is the single largest category of irreversible user loss in crypto: typos, clipboard hijacking, spoofing, and phishing. Notareum eliminates this category by giving every resource a signed, self-contained identity document that any software can verify.What Notareum is not
Notareum is not a KYC system, not a centralized name service, and not a blockchain. It is a protocol: a set of specifications, contracts, and SDKs that anyone can implement, integrate, or extend. The.nota file format is permissionless. The registry and verification engine are on-chain contracts. The token economics are designed to keep the validator network honest without requiring trust in any single entity.
Next steps
- Read Why Notareum for the problem framing
- Read The Trust Layer for the architectural pitch
- Skip to the Quick Start to ship code
- Dive into the Protocol Overview for the full picture

