Latest Updates
Check out the latest Stacks developer updates
More Linting, Less Friction
March 12th, 2026
[Clarinet 3.15.0] This release brings some solid quality-of-life improvements to Clarinet. On the analysis side, there's now static code analysis via CodeLens, and two new linter rules covering at-block and case_binding. Diagnostics now run with and without the #[env(simnet)] annotation during both clarinet check and the LSP. Devnet gets some love too — Docker containers are now grouped, logging is improved in --no-dashboard mode, and the orchestrator has been refactored for better reliability. Under the hood, Chainhooks v1 has been removed, dependencies have been updated, and a fix lands for correctly traversing Clarity 4's as-contract?.
Clarity Plugin for Claude Code
March 11th, 2026
A Clarity plugin for Claude Code is now available via the Stacks Labs Claude plugin marketplace. Install it with two commands and Claude Code will be aware of the Clarity CLI and have access to the Clarity LSP — meaning the agent can actually use the CLI as part of its workflow. More detailed skills around the JS SDK, devnet, deployments, and more are on the roadmap.
Stacks Mesh API for exchanges and institutions
March 10th, 2026
[API] Previously, the Hiro Stacks Blockchain API included an embedded Rosetta implementation, but this was removed due to inefficiency. The standalone Mesh API implementation replaces that prior integration. Mesh (formerly branded as Rosetta) is an open standard originally developed by Coinbase to provide a unified interface for reading data from blockchains. It defines a common set of endpoints that blockchain nodes implement, allowing exchanges and other institutions to write a single parser that works across multiple chains.
Chainstate shrinkage, Signer global state, and more security fixes
March 9th, 2026
[Stacks Core 3.3.0.0.6] This release contains two major infra upgrades: chainstate shrinkage (>20% reduction in daily growth) and the Signer state machine activation (better block production under load). This release also contains several bugfixes and improvements to the stacks-node and stacks-signer binaries, ensuring more consistent block production. Please upgrade if you are a node operator and signer.
sBTC APIs, BNSv2, and new Stacks.js Reference section
March 7th, 2026
The API section now includes the sBTC bridge's Emily APIs, allowing you to track peg-in and peg-out statuses directly within the Stacks docs. We've also updated the BNS section to reflect the canonical BNSv2 protocol, ensuring you have accurate informational context for the latest naming system. Finally, the Stacks.js reference pages have been completely overhauled with an exhaustive list of function and type definitions, making it easier than ever to find exactly what you need.
Enhanced Linting, JSON Output, and Performance Improvements
March 3rd, 2026
[Clarinet v3.14.0] This Clarinet release adds powerful new linting capabilities including improved noop detection, an unnecessary_as_max_len lint rule, and JSON output formatting via clarinet check --output=<format>. The update also includes important bug fixes for linter false positives and devnet timing issues, plus a 15% performance improvement in the clarinet-format tool.
Fetch Deposit and Withdrawal Status for USDCx Bridging
March 2nd, 2026
[USDCx] Deposit and withdrawal status endpoints for USDCx give applications a reliable way to track the lifecycle of cross-chain transfers between Stacks and other networks. Instead of manually monitoring multiple transactions and bridge events, developers can query a single endpoint to see whether a deposit or withdrawal is pending, verified, failed, or completed.
Fetch withdrawal status for a USDCx burn event: https://api.usdc-on-stacks.com/testnet/withdrawals/0x5dfcc46c8e284132b702bb976b5b7d1f170d9c49f3b963fa0127ea348a228912/1
Navigate to the USDCx API section here.
Query PoX Activity on Bitcoin with new API endpoints
February 26th, 2026
[Stacks API] The new PoX-related Bitcoin transactions endpoints are now easily discoverable and indexable for applications interacting with Stacks. These endpoints expose Bitcoin-layer activity that participates in Stacks’ Proof of Transfer (PoX) so apps don’t need to manually scan and decode raw Bitcoin blocks.
Get all Bitcoin PoX transactions in a Bitcoin block: https://api.hiro.so/extended/v2/burn-blocks/938020/pox-transactions
Get all Bitcoin PoX transactions for a Bitcoin address: https://api.hiro.so/extended/v2/addresses/bc1qs5env6vx638xfrpx3jvrtvslke6gf5wdgjpye9kw9462289nyyqsvw3vyw/pox-transactions
Improved Deployment Plan Format
February 14th, 2026
[Clarinet] The latest release of Clarinet (v3.14.0) comes with many small improvements. You'll also notice that the structure of the Deployment plans has changed slightly. The old format is still supported and Clarinet will automatically migrate to the new one. This is to help us bring more improvement to deployment plans in the future. You have nothing to do, but don't be surprised by this change.
Reminder: we are still seeing a lot of downloads on the deprecated NPM package @hirosystems/clarinet-sdk, only the new @stacks/clarinet-sdk is maintained.
Deprecation notices for Hiro's Chainhooks v1 & L1 APIs
February 6th, 2026
[Hiro] Chainhooks V2 is now available. This is a huge upgrade with more capability, better performance, and much greater reliability. But it also means that Hiro is deprecating their hosted Chainhooks v1 on March 9th, so if you’re using Chainhooks via the Hiro Platform, now is the time to upgrade. Self hosted Chainhook instances aren’t affected by this.
L1 Bitcoin APIs shutting down March 9th. Hiro is also deprecating their Ordinals, BRC-20, Runes, and Bitcoin Indexer APIs. They've partnered with Xverse to provide a smooth migration path for these use cases, and have put together a detailed migration guide to help you transition.
Enhanced Block Production and New Block Simulation Capabilities
February 4th, 2026
[Stacks Core 3.3.0.0.5] This Stacks Core release (3.3.0.0.2) introduces a new block simulation endpoint and improves block validation while fixing critical bugs to ensure more stable block production. Key updates include enhanced burn-view calculations, streamlined validation tools, and compatibility with stacks-signer 3.3.0.0.5.0.
Start Cookin' with the Cookbook
January 30, 2026
The Cookbook contains detailed coding snippets known as recipes. Recipes are focused and reusable. They are designed to be referenced, copied, and adapted.
This section provides focused, reusable Clarity and Stacks.js code snippets that solve common problems or demonstrate specific patterns—designed to be referenced, copied, and adapted rather than read end-to-end.
New 'Path To Production' Guide
January 26, 2026
Are you a new developer looking for security resources and best practices for when you're ready for testing or deploying? This page provides an outline of checklist items that you can use to further battle-test your contracts. Head to the Path To Production guide to see what steps you can take to harden your project before mainnet production.
Catch Dead Code Early with Clarity Linting
January 14, 2026
The latest Clarinet v3.13.0 release includes a built-in Clarity linter to clarinet check, enabling dead code analysis and no-op detection, with configurable lint levels and inline overrides. The initial release focuses on identifying unused code and expressions that have no effect on execution. Lint behavior can be customized globally or per rule via Clarinet.toml.
Completion of dimension-specific tenure extension
January 12, 2026
[Stacks Core 3.3.0.0.4] With dimension-specific tenure extensions, Stacks can extend block limits per dimension (likeruntimeandread_countbudgets) instead of stopping early. This ensures DeFi protocols can process critical flows during high-volatility periods. Hear Alex Huth talk about this during the latest DevRel office hours here.
Multiple language support for Learn
January 9, 2026
The Learn section now supports Chinese and Spanish, helping more developers access clear explanations of how Stacks works. You can switch languages using the selector in the top-right corner of the Learn pages.
Bridging USDCx developer guide
January 8, 2026
Developers can now programmatically integrate the USDCx bridging flow into their app. Deposits are initiated on Ethereum and automatically minted on Stacks, while withdrawals are initiated on Stacks and settled on Ethereum. Check out the guide here and start enabling stablecoin liquidity across the Stacks DeFi ecosystem.
Multiple network URLs supported in RPC-API playground
December 29, 2025
The API playground in the RPC-API reference now supports testnet and mainnet. Use the interactive API playground to test API calls on mainnet, testnet, devnet, or for your own locally running Stacks node.
Stacks Blockchain API v8.13.6 is live
December 22, 2025
[Hiro] This is a required upgrade for all API users (incl. partners & exchanges): adds support for smart contracts deployed with empty source code.
It's an easy upgrade: no DB migrations, and fully compatible with the current chainstate.
See more in Hiro's release notes here.
USDCx now live on mainnet
December 18, 2025
New docs section dedicated to the launch of USDCx is now live here. Learn about its interoperable architecture with Circle's xReserve and discover the Clarity contracts behind the new USDCx token.
Stacks Miners — Please Update ASAP!
December 12, 2025
This release activates the new read-count tenure extensions from SIP-034, a highly anticipated upgrade for builders across the ecosystem.
It also includes several important bug fixes, making this an update you don’t want to delay.
Upgrade to Dual Stacking contracts
December 10, 2025
Dual Stacking contracts will be upgraded on Dec 15. This upgrade enables more flexible reward parameters and allows users to view their sBTC holdings and corresponding rewards within the Dual Stacking app.
Deploy in Clarinet using encrypted mnemonics
December 9, 2025
clarinet 3.11.0 contains support for encrypted mnemonics. This feature gives users the option to encrypt the mnemonic seed phrase in their deployment files, so if a user's machine is compromised by a filesystem reading vulnerability, the seed phrase is not leaked to the attacker.
New Tutorials section
December 7, 2025
The new Tutorials section is now live on the Stacks docs!
First up: the beloved Bitcoin Primer by Kenny Rogers.
We’re building a collection of the best full, end-to-end tutorials in the Stacks ecosystem. If you want to contribute a complete end-to-end tutorial related to developing on Stacks, let us know!
Clarity 4 is now LIVE!
November 18, 2025
SIP-033 and SIP-034 have officially activated at Bitcoin block 923222 – bringing Clarity 4 live on Stacks, the smart contract layer secured by Bitcoin.
This upgrade introduces Version 4 of the Clarity smart contract language, marking a major step forward for the Stacks ecosystem. For users, it delivers safer, smarter contracts with enhanced built-in protections.
For builders, it unlocks five powerful new functions that make developing secure, flexible, and Bitcoin-native DeFi applications easier than ever.
Clarinet was migrated to Stacks Labs
November 5, 2025
You may have noticed that the Clarinet repository now belongs to the stx-labs organization.
With the 3.9.0 release, a few other things have changed:
The NPM packages are now published under the
@stacksorganization.The Clarity VSCode extension is now published under the Stacks Labs organization.
Last updated
Was this helpful?
