TRON is moving ahead with a virtual machine upgrade designed to bring its execution environment closer to Ethereum's, with an on-chain governance vote scheduled for August 25, 2026. The proposed changes would add a CLZ opcode and support for secp256r1 (P-256) signature verification, two capabilities already available on Ethereum.

Before the vote can take place, node operators were required to update their software to GreatVoyage-v4.8.2, codenamed Pyrrho, by August 16, 2026, at 23:59 Singapore time. According to the report, nodes that miss that window risk falling out of sync with the rest of the network. The release was issued in July 2026, giving operators roughly nine days of buffer before the vote.

What the upgrade includes

Two network parameters, numbered #95 and #96, are on the ballot. If TRON's 27 active Super Representatives approve them, the new TVM features would go live across the network. The first addition is the CLZ instruction, or Count Leading Zeros, a low-level operation used in mathematical calculations, bit manipulation, and gas cost optimization.

The second feature is a precompiled contract for secp256r1 signature verification, commonly known as P-256. This elliptic curve standard is used by Apple's Secure Enclave, Android's Keystore, WebAuthn, and many hardware security modules. With native support, TRON smart contracts would be able to verify signatures generated by security chips in billions of devices without relying on expensive Solidity-based implementations.

Governance and Ethereum alignment

TRON's governance model depends on 27 Super Representatives elected by TRX holders through a continuous staking-and-voting process. The August 25 vote follows the network's established pattern: core developers ship code, node operators upgrade, and Super Representatives activate new features through on-chain proposals. The upgrade-first, vote-second sequence is intended to ensure sufficient node coverage before any parameter change takes effect, reducing the risk that outdated nodes reject updated blocks and fork off the main chain.

The P-256 precompile mirrors Ethereum's EIP-7212, and the CLZ opcode removes another compatibility gap for contracts that run on Ethereum. TRON's adoption of the same cryptographic standard could make it easier to port Ethereum-style account abstraction and hardware-backed authentication designs to TRON.

What to watch after the vote

Native P-256 support could open the door to passkey-authenticated wallets on TRON, potentially reducing onboarding friction for users unfamiliar with crypto. The TRON development team has urged node operators to update proactively, and no disruptions have been flagged during the rollout period as of the latest reports.