Bitcoin Cash activated the May 2026 "Layla" upgrade on May 15, 2026, once Median Time Past reached timestamp 1778846400. The upgrade did not change BCH's core pitch as peer-to-peer electronic cash. It changed the builder surface underneath it.
That distinction matters. Layla is not a single consumer app. It is a set of new CashVM capabilities that make applications easier to write, smaller to execute, and more realistic to test. Since activation, the most visible movement has been in developer tooling, wallet infrastructure, contract experiments, token services, and privacy or security research that can now target a more capable BCH virtual machine.
What Layla Changed
Layla activated four CHIPs:
| Change | Practical effect |
|---|---|
| Loops | Contracts can express repeated logic without manually duplicating bytecode. |
| Functions | Reusable contract logic can be defined once and invoked where needed. |
| Pay to Script (P2S) | Direct script outputs become standard, with improved contract ergonomics and larger token commitments. |
| Bitwise operations | CashVM regains low-level operations useful for cryptography, compression, proofs, and more advanced protocols. |
The earlier 2025 upgrade gave CashVM safer accounting through targeted VM limits and high-precision integer math. Layla builds on that foundation, moving BCH contracts away from fragile workarounds and toward more normal software engineering patterns.
The First Wave Is Tooling
The clearest post-Layla update is CashScript v0.13. CashScript is the main high-level language for BCH smart contracts, and v0.13 adds support for the new 2026 VM surface: for, while, and do-while loops; bitwise and shift operators; P2S contract support; stricter parameter handling; and SDK helpers for transaction sizing, BCH/token change outputs, and UTXO gathering.
That is important because a protocol upgrade only becomes useful when developers can express it safely. Most teams need a language, compiler, SDK, test harness, and debugger. CashScript is increasingly becoming that on-ramp.
The debugging side is also improving. CashScript's recent work uses Libauth for local evaluation and integrates with Bitauth IDE, helping developers map script failures back to high-level CashScript code. When contracts handle real money, better error messages and local test tools matter.
Beyond CashScript: New Contract Tooling
CashScript is not the only tool moving. AlbaDsl v0.0.2 was tagged just before Layla with support for the 2026 features: Functions, Loops, Bitwise operations, and P2S. AlbaDsl is experimental and Haskell-based, but it points to an important trend: BCH builders are exploring higher-level abstractions, type checking, property testing, and compiler-assisted contract development.
AlbaVm, the related Haskell VM, supports the CashVM 2026 instruction set and is used for development and testing. This is still early-stage tooling, but it suggests BCH contract development is maturing from "can this script work?" toward "can we test this contract like serious software?"
Bitauth IDE and CashAssembly also remain relevant for lower-level work. Quantumroot, for example, was demonstrated in CashAssembly, and Bitauth IDE gives developers a way to inspect and debug complex script execution. Layla makes those tools more valuable because the underlying VM can now express more serious logic.
Quantumroot Becomes More Practical
One of the strongest examples of what Layla unlocks is Quantumroot, a post-quantum vault design by Jason Dreyzehner. The core idea is opt-in long-term custody: users can move funds into contract-based vaults that support hash-based post-quantum spending paths without requiring BCH to replace its normal signature system across the whole network.
Quantumroot was already possible after the 2025 upgrade, but Layla's loops, functions, bitwise operations, and P2S make it much more efficient and easier to reason about. The remaining work is wallet integration, audits, key management, and user experience. The important shift is that this can now be built as an application-level wallet feature rather than waiting for another consensus upgrade.
For BCH, that is a practical pattern: use consensus upgrades to add general capability, then let wallets and apps compete on implementation.
Wallets, Infrastructure, and Token Services
The product side is also becoming more concrete.
OPTN Labs is positioning itself around wallet software, token data, hosted BCH infrastructure, and engineering support for teams building on BCH. Its site lists wallet features like CashToken creation, WalletConnect app connections, and an add-on marketplace, alongside hosted Electrum, Chaingraph, BCMR, IPFS, and token indexing services.
Paytaca continues to build a broad BCH commerce stack: wallet, point-of-sale tools, marketplace, merchant map, CashTokens Studio, Watchtower, Payment Hub, and BCMR infrastructure. Its public BCMR indexer now exposes token metadata endpoints and indexes thousands of CashToken categories. That kind of metadata infrastructure is not glamorous, but it is necessary if token-aware wallets, marketplaces, and explorers are going to feel reliable.
Paytaca also recently introduced a wallet feature that lets users spend LIFT and other liquid tokens at BCH merchants through an automatic token-to-BCH swap, with the merchant receiving BCH. It is a useful example of CashTokens moving from "asset in a wallet" to "spendable value in commerce."
Paytaca CLI is another notable tool from the same period. It combines a BCH command-line wallet with x402-bch payments and agent skills for AI coding tools and automation frameworks. The use case is simple: if software agents need to pay for APIs or paid resources, BCH's low fees and simple payments make it a reasonable settlement rail to explore.
Contract Apps Are Still Early
The BCH app layer is not as mature as Ethereum's DeFi ecosystem, and it is better to say that plainly. There are live and experimental pieces, but liquidity, wallet integrations, audit practices, and user-facing polish are still uneven.
Even so, the direction is visible:
- Cauldron, Fex.Cash, and Jedex-style designs show several approaches to CashTokens markets and AMM contracts.
- Moria explores BCH-backed stablecoin and loan mechanics using CashTokens.
- Recurring payment designs are being revisited with better contract primitives and P2S.
- BCMR v3 discussions aim to improve how token metadata is specified and consumed by wallets.
- Payment Protocol Next and P2P transaction acknowledgement ideas focus on wallet and merchant payment UX.
- Silent reusable payment address and confidential transaction research is exploring privacy improvements that preserve BCH's normal transaction flow where possible.
Some of this is production software, some is research, and some is still draft discussion. The common thread is that Layla gives these ideas a better execution environment.
What To Watch Next
The next six to twelve months should be judged less by price chatter and more by integration:
- Do wallets add first-class P2S and advanced contract support?
- Does CashScript v0.13 become the default target for new BCH contract projects?
- Do token apps improve discovery, metadata, liquidity, and safety?
- Does Quantumroot move from developer preview toward audited wallet workflows?
- Do merchant tools make token payments and BCH settlement feel natural?
- Do developers publish more reusable templates instead of one-off contracts?
Layla's May 15 activation is already behind us; what matters now is whether the follow-through turns that milestone into the start of a broader application cycle.
Final Take
The Layla upgrade made Bitcoin Cash more programmable, but the real story is what builders do with that programmability. So far, the most credible signs are not hype launches. They are the practical pieces needed for a healthier ecosystem: CashScript support, improved debugging, experimental DSLs, post-quantum vault research, wallet infrastructure, token metadata services, merchant tools, and new payment protocol discussions.
That is a good stage for BCH to be in. The network still needs more polished apps, better liquidity, broader wallet support, and more audits. But the foundation is stronger than it was before May 15, 2026, and the work after Layla is moving in the right direction: fewer workarounds, better tools, and more room for useful applications to emerge.
Sources
- 2026-05-15 Network Upgrade Specification
- Bitcoin Cash Node v29.0.0 Release Notes
- Bitcoin Cash Upgrade 2026
- CashScript Release Notes
- CashScript Integrated Debug Tooling for Smart Contracts
- AlbaDsl v0.0.2
- Quantumroot: Quantum-Secure Vaults for Bitcoin Cash
- OPTN Labs
- Paytaca
- Paytaca CLI: The Ultimate Bitcoin Cash Wallet for AI Agents
- Paytaca BCMR Indexer
- Bitcoin Cash Research: Apps Topics
