Dossier 44 · BloQchain

Frontier Infrastructure
Research

Blockchain simulator: build a chain, trace provenance, audit permissions

BloQchain is the Qosmos blockchain simulator — a visual chain, provenance, permission and audit-ledger sandbox for researchers and developers who want to understand the mechanics without touching a live network.

Boundary. Research simulator only. No token is issued, no value is transacted, no network is joined, and nothing here is a production blockchain or a guarantee of decentralisation.

Why simulate a blockchain instead of deploying one

Most of the hard questions in a distributed-ledger design are not cryptographic — they are about who is allowed to append a record, how a reader verifies the history they were handed, and what an auditor can prove after the fact. A simulator makes those questions answerable in an afternoon. You can break a link deliberately, watch validation fail, move the same record between permission models, and compare the coordination cost of each before any infrastructure exists.

What the simulator models

Chain construction

Every demo record carries a parent reference. Linking records builds a visible chain, so a broken or re-pointed link is something you can see rather than something you have to trust.

Validation

Validation walks the chain from a record back to its origin and reports the first inconsistency. It is the same reasoning a real verifier applies, expressed at a readable scale.

Provenance

Provenance is the ordered history of who created, amended and approved a record. The simulator shows that history as a path, not a hash blob.

Permission models

Compare public, private and consortium models side by side: who may append, who may read, who may audit, and what each model actually costs in coordination.

How to run a simulation

  1. Create a demo record and choose the permission model it belongs to.
  2. Link it to a prior record so the chain has a parent reference.
  3. Validate the chain and read the verifier's report.
  4. Inspect provenance to trace the record back to its origin.
  5. Compare the same record under public, private and consortium rules.

Every move is written to your own demo audit trail inside Qosmos. No ledger outside this environment is touched.

Public, private and consortium models compared

ModelWho can appendWho can readTrade-off it teaches
PublicAnyone meeting the protocol rulesAnyoneMaximum verifiability, minimum privacy control
PrivateA single operating organisationNamed roles onlyFast and confidential, but trust rests on one operator
ConsortiumA defined set of member organisationsMembers plus invited auditorsShared verification at the cost of governance overhead

Questions people ask

What is a blockchain simulator?
A blockchain simulator is a sandbox that reproduces the mechanics of a chain — hashed records, parent links, validation and an append-only audit trail — without any real network, token or transaction. It exists so you can see how provenance and permissions behave before designing a production system.
Does the BloQchain simulator use a real blockchain or cryptocurrency?
No. BloQchain is a research simulator inside Qosmos. No token is issued, no value moves, no network is joined, and nothing here is a production blockchain or a guarantee of decentralisation.
What can I actually do in the simulator?
You create a demo record, link it to a prior record to form a chain, validate the chain, inspect the provenance path back to the origin record, and compare how public, private and consortium permission models change who can read, write and audit.
Who is this blockchain simulator for?
Researchers, students, developers, auditors and product teams who need an explainable model of provenance, permissioning and audit ledgers rather than a trading or wallet tool.

Related Qosmos dossiers

Run the blockchain simulator

The signed-in BloQchain workspace builds and validates demo chains and records your activity in a demo audit trail.

Open BloQchain