The situation before the platform
Why signing faster was never the same thing as proving who signed, and with what authority.
| The business |
A blockchain solutions provider building an enterprise digital agreement and contract execution platform for organisations whose agreements carry legal, financial or regulatory weight — real estate closings, financial agreements, regulated supply chains and healthcare consent. |
| The starting point |
A standard e-signature proves that someone opened a document, clicked a button and had an email address on file. Who that person really was, whether they were authorised to sign for a company, and whether the contract's own conditions were satisfied are all left unanswered. |
| The trigger |
For low-stakes transactions the appearance of validity is enough. For anything a court might examine it is not — and completion certificates showing timestamps and IP addresses have become increasingly easy to challenge in legal settings. |
| What they wanted |
One ecosystem unifying identity verification, legal enforceability, smart contract automation and blockchain-backed auditability, where every participant is biometrically verified, the contract enforces its own validation checks, and the output is a tamper-proof artifact carrying cryptographic proof of who agreed, under what conditions and with what authority. |
| Constraints |
The build sat at the intersection of identity, smart contract logic and legal compliance, so no layer could be designed without understanding its effect on the others · six components had to hand off to each other in a deterministic sequence or the audit trail would contain gaps · the interface had to present smart contract conditions, token minting and biometric attestation to users who have no mental model for any of them. |
What it runs at today
The platform as delivered, live and scaling.
Six failures traditional e-signature tools leave behind
E-signature tools removed wet signatures from the workflow and quietly introduced a different problem: agreements that look verified but aren't. Each gap below is paired with what we did about it.
Standard platforms log a device, an IP address and an email, and call that proof. It tells you something accessed a document, not who that person actually was. Shared inboxes, delegated accounts and outright impersonation all pass through without friction — and the signature looks valid right up until someone challenges it.
Biometric identity verification at the point of action: a face scan, liveness detection and government ID tied to the individual before they can take any step, so every signed agreement is backed by proof of a real, physically present person.
Companies sign through people — officers, executives, authorised representatives. Most digital agreement tools have no way to confirm that the person signing held the legal authority to do so for their organisation. The assumption holds until a deal falls through and the counterparty argues the signatory had none.
Authority resolution against the organisation's verified role registry before a representative can finalise, with that resolution written into the agreement record so the check is documented at the time of signing rather than assumed afterwards.
Fund disbursements, licence activations and service triggers have always sat beyond the agreement itself. They required manual follow-through, separate systems and trust that both parties would honour the terms. There was no mechanism inside the contract to make any of it happen.
A tokenised consideration framework that embeds funds, licences, rights or digital deliverables inside the agreement and releases them when conditions are satisfied — escrow release, licence activation, asset transfer — so the contract becomes the mechanism rather than a description of one.
Agreements are full of conditions: age restrictions, jurisdiction clauses, approval requirements, time-sensitive terms. In a typical digital agreement those conditions exist as text and are enforced nowhere. The platform lets anyone sign whether or not they meet the contract's own requirements.
A business rules engine that runs before execution is allowed — age checks, jurisdiction validation, role restrictions, multi-party approval — evaluated as conditions rather than written as prose. If a check fails, execution does not proceed.
Courts want to know whether a real person with a real identity was present at the point of signing, and an IP address does not answer that. Most e-signature audit trails are thin enough that a serious challenge can put the whole agreement in question.
On-chain event tokens capturing who acted, what they did, when, where, on which device and with what identity verification strength — each graded on biometric quality, device trust and data integrity, and woven into a complete interaction trail.
Even organisations with sound compliance practices ended up with an e-signature certificate in one place, an identity check in another and a screening result somewhere else. Reconstructing a complete picture for an audit or a dispute took significant effort, and the pieces did not always fit together cleanly.
A single finalised artifact holding the identity records, authority proofs, contract terms, rules engine outcomes, tokenised value state and full audit trail together — blockchain-stored, jurisdiction-tagged and built for court admissibility.
How it fits together
Simplified — the shape rather than every service.
A full-stack web application covering agreement creation, templating, rule configuration and finalisation, designed to read as a professional agreement tool rather than a blockchain demo.
Every request passes identity and authority checks before it reaches the agreement lifecycle, so biometric verification and organisational authority resolution happen ahead of any action rather than alongside it.
Each component owns one concern, but they intersect at several points in the agreement lifecycle — so execution order is deterministic and every state transition is logged for the audit trail to hold.
PostgreSQL holds platform and agreement data, with finalised artifacts and event tokens stored on-chain and the audit trail built to stay privacy-preserving while remaining verifiable.
Six components, one enforceable artifact
Not a features list — what replaced passive document signing with an identity-verified, logic-governed process.
A verified face scan, liveness detection and government ID tie the action to the individual, so every agreement is backed by a real, physically present person rather than a logged-in device.
Age checks, jurisdiction validation, role restrictions and multi-party approval requirements are conditions the system evaluates before execution, not text in a document. If one fails, the agreement does not go through.
A representative's authority is resolved against their organisation's verified role registry before finalisation, and that resolution becomes part of the agreement record.
Funds, licences, rights or digital deliverables sit inside the agreement and execute when its conditions are satisfied — escrow releases, a licence activates, an asset transfers.
Event tokens capture who acted, what they did, when, where, on which device and with what verification strength, each graded on biometric quality, device trust and data integrity.
The finalised output is a blockchain-stored, jurisdiction-tagged document holding identity records, authority proofs, contract terms, rule outcomes, tokenised value state and the full audit trail in one place.
What the platform does day to day
Five capabilities where the blockchain layer does real work rather than sitting decoratively behind the product.
| Capability | Runs | Refresh | What it does |
|---|---|---|---|
| Biometric contract execution | Per signer | At point of action | Ties each signature to a verified identity, establishing who agreed, what was agreed and when |
| On-chain finalised artifacts | Per agreement | On completion | Generates a cryptographically sealed, blockchain-anchored document that can be verified independently |
| Audit tokens for transaction integrity | Per event | On release | Records a step-by-step immutable trail across the contract lifecycle that cannot be altered |
| Tokenised value settlement | On conditions met | Per interaction | Settles contract value on-chain, reducing manual reconciliation and settlement risk |
| Interaction trail for every contract | Continuous | On reuse | Logs every interaction on-chain for an unbroken record from creation to completion |
How the moving parts plug in
Identity, authority and blockchain capabilities reach the agreement lifecycle through one platform layer rather than sitting beside it as separate checks.
Connected capabilities
Platform integration layer
Core services
Because identity, authority, rule outcomes and tokenised value all resolve into the same finalised artifact, proving what was agreed is one object to point to rather than records pulled from five systems.
What protects identity and compliance evidence
The platform was designed to produce court-admissible evidence, so identity strength, privacy and immutability were architectural requirements from the first sprint.
Face scan, liveness detection and government ID verification run before a participant can take any step, so authentication precedes execution rather than accompanying it.
Signing authority is checked against the organisation's verified role registry and that outcome is embedded in the agreement, closing the "I assumed they were authorised" argument.
A zero-knowledge audit trail keeps the interaction record verifiable and biometrically anchored while limiting what has to be exposed to prove it.
URPERA, UETA and ESIGN requirements and non-repudiation standards shaped the data model and artifact specification from the start, rather than being retrofitted into a finished architecture.
How we got there
Five moves, starting with what a court needs to see rather than with a feature list.
We started with the legal question, not the product question: what a court needs to accept a digital agreement as evidence, what URPERA, UETA and the ESIGN Act require, and where existing platforms fall short of those standards.
Six components — biometric identity, the rules engine, on-chain event recording, tokenised value, authority validation and the interaction trail. Most of the architectural thinking went into how they fit together and hand off in sequence.
The platform handles concepts most users have no mental model for — smart contract conditions, token minting, biometric attestation — through an interface that had to feel like a professional agreement tool. Several rounds of redesign before the complexity read as invisible.
Agreement creation and templating, rule configuration, event token minting, tokenised value embedding and release, authentication, authority checking, interaction logging and finalisation — with deterministic execution order and every state transition logged.
On a platform built to be evidence, failure paths matter more than the happy path. We tested the scenarios that create legal exposure: rules that should block execution but don't, an unauthorised signer being rejected, tokenised value triggering before conditions are met.
What changed for the business
Twenty years of digital agreements made signing faster without answering whether a signature meant anything. Three things changed for organisations on the platform.
Organisations aren't just running a more efficient signing process. Each finalised artifact carries the full picture: who was verified, that they had authority, that the contract's conditions were met, and how it all unfolded.
In real estate closings, financial agreements, regulated supply chains and healthcare consent, disputes that used to reach arbitration because the evidence was ambiguous now resolve against a single record.
Architecture, smart contract infrastructure, biometric integration, the blockchain layer and the compliance logic running through all of it — one of the more complex builds we've taken on.
What the engineering choices are worth in operating terms
Every headline number traces back to a specific decision, not a vague platform effect.
| Engineering decision | Operating outcome | Measured effect |
|---|---|---|
| Tokenised event pipeline recording every interaction on-chain | The lifecycle record cannot be altered after the fact | 100% on-chain immutability |
| Six components sequenced into one agreement flow | Identity, authority, logic, value and audit hand off without gaps | 98% core components integrated |
| Legal requirements mapped before the data model was designed | Finalised artifacts stand up against the standards courts apply | 95% compliance with URPERA, UETA & ESIGN |
| Biometrically anchored, graded interaction trail | Every agreement arrives with forensic evidence attached | 0% disputes without forensic evidence |
What it's built on
The actual technologies, not feature names with icons attached.
Frontend
- React.js
- HTML5
- CSS3
- JavaScript
Backend
- Node.js
- Smart contracts & business rules engine
- Tokenised consideration asset framework
Data & infra
- PostgreSQL
- AWS
- On-chain artifact and event token storage
Integrations
- Biometric identity integration
- Zero-knowledge audit trail
Get the complete write-up as a PDF
The same content on this page, plus the extended module breakdown and delivery phases, in a single document you can share internally.
- Component architecture and execution sequencing
- Legal research to launch, phase by phase
- Identity, audit and compliance decisions in detail
Download the case study
No spam · unsubscribe anytime · reply within 24 hours if you ask a question
Other platform builds