SShortSingh.
Back to feed

Horizen's ZEN Token Migrates to Base as ERC-20, Drops Proof-of-Work Mining

0
·3 views

ZEN, the ecosystem token of the Horizen network, was migrated from its legacy mainchain to Base as an ERC-20 token in July 2025, ending its previous proof-of-work mining model. The old Horizen chains were discontinued following the migration, though the maximum supply remains capped at 21 million ZEN. ZEN now serves as a governance and ecosystem token, with staking on the Horizen Mainnet having launched in July 2026. Notably, transaction fees on Horizen are paid in ETH rather than ZEN, a detail that distinguishes it from traditional token models. ZEN can be bridged between Base and Horizen via infrastructure such as Stargate and LayerZero, making network awareness essential when transferring or storing the token.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Dev.to Writer Opens Up About Losing Passion for Tech and Coding

A software developer has shared a candid reflection on the Dev.to platform, expressing doubts about whether tech is the right field for them. Writing for the site's 2025 New Year's Writing Challenge, the author described struggling with the same professional concerns months later. They noted that the issue is not the difficulty of the work but a lack of measurable progress and personal goals within the industry. The developer said they have gradually lost their passions since graduating college and can no longer recall enjoying coding. Rather than withdrawing, they chose to share their experience publicly and invited others in the tech community to discuss how they are feeling about the field.

0
ProgrammingDEV Community ·

Google: AEO and GEO Are Part of SEO, Not Separate AI Search Strategies

Google has clarified that answer engine optimization and generative engine optimization are not disciplines separate from standard SEO, but extensions of it. The company states that the same foundational SEO practices — quality content, clear site structure, and crawlability — apply to its generative AI features like AI Overviews and AI Mode. Google's official guidance discourages businesses from building isolated optimization programs for AI search, urging them instead to integrate AI visibility into existing SEO workflows. Publishers are advised to use Search Console's Generative AI performance reporting to track visibility across AI-driven search surfaces. Google emphasizes that substantive, original content and technical accessibility remain the core requirements, rather than superficial tactics like question-and-answer reformatting or templated pages.

0
ProgrammingDEV Community ·

How to Validate Gateway Tokens Using JWKS Caching and Key Rotation in Node.js 20

A technical guide published on DEV Community outlines best practices for validating e-commerce gateway tokens using public JWKS keys in Node.js 20, keeping private keys solely with the issuer. The approach uses an in-memory JWKS cache with a stale-while-refresh strategy, serving cached keys during their TTL and triggering a single refresh only when a key ID is missing. A hard ceiling on stale data prevents outdated keys from persisting through rotation events, while a retry-aware fetcher handles rate-limited identity provider responses gracefully. The guide emphasizes separating CAPTCHA verification from JWT authentication, treating each as a distinct, independently logged state transition to avoid ambiguous error signals. On retrieval failures or persistent rate limits, the recommended policy is to reject the request with a generic auth failure, emit an internal alert, and expose diagnostic metadata only to operators — never to public responses.

0
ProgrammingDEV Community ·

Engineer shares 8 hard blockers for reviewing AI-generated pull requests

A software engineer writing for DEV Community has outlined a strict eight-blocker rubric for evaluating AI-generated pull requests, arguing that fluent code and passing linters mask deeper risks. The framework focuses on issues that can cause outages, data corruption, access leaks, or irreversible changes — not style or naming preferences. Each blocker requires a cited file path and line number, and any PR carrying an unresolved blocker cannot be merged without written acknowledgment of the risk. Key examples include missing feature flags on irreversible migrations and silent breaking changes to API contracts, such as quietly converting an integer field to a formatted string. The author emphasizes that a clean run should produce silence, not suggestions, and that review tools which flag non-issues get ignored within days.