Where does blockchain still fit in modern product engineering?
adjusted stablecoin volume in real economic activity in 2025 — a 133% CAGR since 2023, per the Chainalysis 2025 Geography of Crypto Report. Production blockchain spend has consolidated around payments and settlement.
share of global crypto transaction value moving in transfers over $10M — institutional/enterprise use cases (treasury, custody, settlement) now dominate over retail dApp activity, per Chainalysis 2025.
throughput gap between Ethereum L1 and L2 rollups (Arbitrum, Optimism, Base, zkSync), with per-tx costs 90–99% lower on L2 — pure on-chain is uneconomical for most workloads, per the CoinShares Ethereum Fee Report Q4 2024.
Blockchain still has a place in modern product strategy, but the market has matured. The strongest projects are not trying to force decentralised technology into every workflow. They are solving specific trust, coordination, and transparency problems where a shared ledger creates real product value.
Useful applications continue to appear in digital identity, document verification, tokenised access, programmable payouts, and supply-chain transparency. In each case, the product benefit is concrete. Users gain an easier way to verify status, prove ownership, or coordinate actions across systems that do not naturally trust each other.
For product teams, that means asking a harder question at the start: what changes for the user if blockchain is part of the system? If the answer is not clearer ownership, better verification, stronger coordination across organisations, or reduced reconciliation cost, the implementation may not justify the complexity.
If two parties already trust a single database, you do not need a blockchain. If two organisations would have to reconcile two databases by email and a quarterly meeting, you might.
Design for integration first
Blockchain projects succeed more often when they are integrated into existing operations instead of launched as isolated experiments. That means thinking through billing, permissions, support, analytics, reporting, and legal review at the same time as the protocol decision. A strong blockchain feature should feel like part of a mature product, not like a separate world with separate rules.
Modern product teams also treat blockchain as one layer of the experience, not the entire experience. The interface still has to be understandable, fast, and forgiving. If users need expert knowledge to complete a basic flow, the product will struggle regardless of what happens under the hood. Our blockchain development work always sits next to a normal product engineering track, not on its own island; the same reusable-foundations argument we made in our note on modern delivery applies just as much when one of the layers happens to be on-chain.
Why does a hybrid blockchain architecture usually beat pure on-chain?
Teams need to be realistic about performance, storage, and recovery patterns. Hybrid approaches are often more practical than fully on-chain architectures because they give the business more control over speed and cost. Off-chain operations, on-chain verification: that is the shape that ships and survives.
throughput advantage of off-chain operations with on-chain anchoring vs naive on-chain everything.
of NFT-era projects that did not survive 24 months. Almost all because of business model, not tech.
items on a typical pre-launch smart-contract audit checklist before we sign off.
30-minute call. We tell you whether blockchain is the right answer.
Bring the use case; we will tell you whether on-chain verification helps or whether you have a database problem in disguise.
Common mistakes we keep seeing
Five blockchain mistakes that should slow your roadmap
- Confusing speculation with utility: token mechanics that do not survive a downturn.
- Treating blockchain as the product, not as the rail.
- Royalties without enforcement: paper-only revenue.
- Discord communities as a substitute for retention metrics.
- Token mechanics no one has stress-tested under hostile conditions.
The blockchain is the easy part. The boring parts (billing, support, legal, audit, customer education) are where most projects die.
Vadim Leviev · Levievs
How should product teams measure the actual utility of a blockchain layer?
The best question to ask after launch is simple: did this reduce friction for the people using it? If blockchain makes verification faster, coordination cleaner, or trust more visible, it is doing real work. Modern teams win when they treat blockchain as a product capability with measurable outcomes, not as a signal that the product is automatically future-ready.
Concretely, that means treating on-chain features the same way you treat any other feature: define the user job, instrument adoption, watch the edit-rate or completion-rate, and kill the feature if those numbers do not move. Sentimentality about a launch is a luxury growing companies do not have.
Blockchain belongs where two organisations would otherwise reconcile two databases. Hybrid (off-chain ops + on-chain verification) beats pure on-chain. Integrate the feature into ordinary product surface, instrument it, and judge it by friction reduction, not novelty.
Frequently asked questions
Should we ship a token?
Almost never as your first feature. If your product needs a unit of account that is portable across organisations and survives an external regulator’s read-through, maybe. If it is a marketing mechanic, the answer is no.
What chain should we pick?
For most SMB use cases, Polygon or an EVM-compatible L2 with reasonable fees and good developer tooling. Solana for high-throughput, low-fee consumer experiences. Ethereum mainnet only when settlement assurance trumps cost.
Do we need a smart-contract audit?
If contract logic touches user funds or external counterparties, yes. Both an internal review against a 31-point checklist and a second-party audit before mainnet. The audit is cheap insurance against incidents that are unrecoverable.
How do you handle wallet UX for non-crypto users?
Embedded wallets with social login. The user does not need to understand seed phrases to verify a document. If your product asks them to, churn will tell you what we are telling you.

