Blockchain systems

Deployed contract code cannot be quietly patched. Everything about how this work is done follows from that one fact.

The first thing worth establishing is whether a chain is warranted. It earns its considerable cost when participants genuinely do not trust each other and no party can be the authority — settlement between competitors, assets that must be transferable without a custodian, rules that must be verifiable by anyone. When there is a natural authority, which is most business situations, a database is faster, cheaper, private by default and vastly easier to correct. Saying so is more useful than building the version that gets abandoned.

Where a chain is genuinely warranted, the engineering discipline is unlike anything else in software because deployment is close to irreversible and the code is public and holds value. Everything is written to be read by an auditor. Upgrade paths are designed deliberately — and choosing to have one is itself a trade-off, since an upgradeable contract is one where somebody retains control, which may be exactly what the design was trying to avoid. External audit before anything holds real value is not optional.

For anything consumer-facing, custody is the product decision that matters more than the chain. Self-custody means a user who loses a phrase loses everything, permanently, and no support process can help them — which is a real cost most consumer products cannot absorb. Custodial arrangements are far kinder to users and place you squarely inside financial regulation. There is no free option here, and pretending otherwise is how products get built that cannot legally launch in their own market.

How we work

  • The first deliverable is an honest answer about whether a chain is warranted at all.
  • Contracts are written to be read by an auditor, and externally audited before they hold value.
  • Custody is decided as a product and regulatory question before any wallet interface is designed.

What this includes

Pick what you need and send it over.

Related