What Blockchain and Crypto Have to Do with MX
The short answer is: less than the surface vocabulary suggests, and exactly what the underlying mathematics suggests. MX uses public-key cryptography. So does blockchain. That is where the resemblance ends. This post sets out what MX shares with the blockchain world and what it does not, so the rest of the set can be read without confusion.
Overlap at the primitive, not the design
Signing a record so anyone with the public key can verify it was signed by the holder of the private key is a 1976 idea. Blockchain uses it. TLS uses it. SSH uses it. PGP uses it. So does every signed software update on every operating system you have ever run. MX uses it too, because there is no better way to make a record verifiable at a distance without a trusted intermediary in the middle.
Sharing a tool does not make two systems the same kind of thing. A bicycle and a tractor both use wheels.
What MX is not
MX has:
- No ledger. There is no append-only chain of blocks recording every change to every record forever.
- No consensus mechanism. No proof-of-work, no proof-of-stake, no validator set. A signed record is verified by the reader against the signer's public key, not by a global vote.
- No token, coin, NFT, or tradeable asset of any kind. Nothing to buy, sell, stake, mine, or hold for price exposure. The economics of MX are the economics of running a registry and offering attestation services, not of issuing an instrument.
- No on-chain storage. Documents stay where their publisher puts them. The registry holds discovery records and attestations of integrity, not the documents themselves.
- No smart-contract execution layer. The registry serves signed records; it does not run programs against them.
Each one of those is a decision rather than an omission. The blockchain stack was built to make trust possible without a trusted operator, at the cost of substantial energy, latency, and operational complexity. MX is built to make documents trustable at web speed under a known operator, with public verifiability of every claim the operator makes. Different cost profile, different trust model, different problem.
A signed registry is not a chain
The most common confusion is around the registry itself. REGINALD, CogNovaMX's registry, signs every record it holds and publishes the signature chain so anyone can verify the registry has not quietly altered the past. That sounds like a chain. It is not one.
A blockchain serialises state changes from many independent actors and reaches global agreement through consensus. REGINALD serialises state changes from one operator (the registry itself) and publishes signed transparency information so any reader can detect tampering. There is no global state to agree on, no competing block proposals, no fork-choice rule. It is closer to a notary's signed register than to a public ledger.
Closer to Certificate Transparency than to bitcoin
The closest existing system to the REGINALD signed-registry model is RFC 9162: Certificate Transparency. CT was built so that any certificate authority that wrongly issues a TLS certificate can be caught by any monitor that watches the public log. The CA still operates the log; the public can still verify that no entry has been removed or rewritten. Browsers refuse to trust a certificate that does not appear in an approved CT log. This is signature-and-log accountability without a chain, and it works at internet scale.
MX uses the same pattern for documents: the registry signs each record, publishes the log, and anyone can verify that what the registry says today matches what it said yesterday. The threat model is operator misbehaviour, and the remedy is independent verification by anyone who wants to look. No coin needs to change hands for that to work.
Why this matters for buyers
If you are evaluating MX or REGINALD for use inside your business, this difference matters in three practical ways.
Procurement. Nothing in MX or REGINALD requires your business to hold, exchange, or report on a digital asset. There is no token to put on a balance sheet, no wallet to safeguard, and no exchange relationship to disclose. Treasury, audit, and risk teams have far less to ask about than a blockchain integration would put in front of them.
Regulation. MiCA, the EU's markets-in-crypto regulation, applies to assets and the firms that handle them. MX produces no asset. Anti-money-laundering and travel-rule obligations attach to transfers of value; the registry transfers signatures, not value. The compliance surface is the ordinary one of operating a web service and a notarial log.
Operating cost. A registry does not pay block rewards or transaction fees. It pays for storage, compute, and the staff to operate it. The cost curve is the cost curve of a normal piece of internet infrastructure, not of a public chain.
Sharing a primitive with blockchain buys MX the verifiability properties of strong cryptography. It does not buy any of the rest, and the rest is what most "blockchain" objections are actually about.
Read the rest of the set
Is MX Useful to Blockchain? turns the question round and looks at the case where a chain is being used as a record system rather than a currency. NFTs and MX takes the sharpest case (a token that points at off-chain content) and shows exactly which half is crypto's job and which half is MX's. MX and Cryptocurrency: Drawing the Line closes the set by stating where MX has nothing to add at all.