Logo Daily Crypto Briefs
Open menu

Chainlink Sets July 31 Deadline for Automation v2.1 Migration

5 min read
Breaking News
Large official blue Chainlink logo on a white plaque beside a greyscale automated maintenance console with an unlabeled calendar sheet and relay switch, against cobalt and orange editorial panels.

TL;DR

  • Chainlink says its Automation v2.1 service sunsets on July 31, 2026, while v1.x ended June 30.
  • The company directs developers with production upkeeps to migrate to the Chainlink Runtime Environment before the deadline to avoid service disruption.
  • Chainlink's migration guide maps scheduled, log-triggered and custom upkeeps to CRE workflows, with a receiver contract that can forward calls to existing target contracts.
  • The migration is not necessarily a simple registry update: contracts with caller restrictions or Automation Forwarder allowlists may require a permissions review.

SAN FRANCISCO, July 29, 2026

Chainlink says its Automation v2.1 service will sunset on July 31, leaving developers with production smart-contract upkeeps two days to migrate to the Chainlink Runtime Environment, or CRE, before potential service disruption, as LINK traded near $8.29 in a broadly cautious crypto market.

The deadline is operational rather than a token event. Chainlink’s Automation dashboard says users should move existing upkeeps before the cutoff, while its official guide frames CRE as the replacement environment for recurring onchain maintenance and event-driven contract calls.

LINK was down 3.6% over 24 hours when checked, with a market capitalization near $6.2 billion and 24-hour trading volume around $202 million, according to CoinGecko. The token’s 24-hour range was $8.20 to $8.65, and CoinGecko listed a 13% gain over 30 days, figures that do not establish that the migration deadline caused the move.

Chainlink

LINK
June 29 to July 29, 2026
$8.29
+3.9%
Jun 29 - Jul 29 | High $8.65 Low $7.35

Chainlink’s Automation dashboard states that v2.1 sunsets July 31, after v1.x reached its June 30 sunset date. It also says v2.1 testnet support ended June 24 and directs developers to migrate existing upkeeps to CRE.

That makes the July 31 date more than a general software notice for applications that rely on an upkeep to execute a liquidation check, settle a vault operation, update a protocol state or react to an onchain event. A contract can remain deployed while the external service responsible for initiating its configured work is retired.

Automation is Chainlink’s system for scheduling or triggering smart-contract actions. Under the older model, a project registers an upkeep and implements a checkUpkeep() function for offchain simulation plus a performUpkeep() function for onchain execution.

Chainlink’s migration documentation says the v2.1 sunset is July 31 and instructs developers to move existing upkeeps before then to avoid disruption. The company describes CRE as a replacement that can handle what Automation does today and additional workflow patterns.

The timing gives the story clear search intent: teams now searching for “Chainlink Automation v2.1 sunset” or “migrate upkeeps to CRE” need a production response, not a price forecast. Chainlink did not disclose how many v2.1 upkeeps remain un-migrated or identify applications that could be affected.

The shutdown also arrives as the industry expands its infrastructure for automated actions. Our coverage of AI agents driving onchain activity examined a separate growth trend, but both cases put execution controls and reliability at the center of a system that can move assets without an operator pressing a button each time.

CRE changes the execution model from an upkeep registration to a workflow. Chainlink says a workflow can begin with a cron schedule, an HTTP request or an onchain log event, run offchain logic, then write a signed report onchain for a receiving contract to process.

The documentation maps time-based upkeeps to a cron trigger and log-triggered upkeeps to an EVM Log trigger. Custom logic upkeeps can use a cron trigger plus an onchain contract call in the workflow handler, according to Chainlink.

For migration, the company provides an AutomationReceiver bridge template. The bridge receives CRE reports and forwards approved calls to a target contract, allowing many existing contracts to retain their performUpkeep() execution path rather than requiring a full application rewrite.

Chainlink says CRE supports every chain that the older Automation service supports today. That continuity is important for cross-network applications, particularly where a migration that works on one chain but not another could create uneven operating risk. The same interoperability question appears in institutional settings, including Chainlink’s work with banks on stablecoin foreign-exchange workflows.

The new workflow model does not remove the need to test. Chainlink’s guide calls for project initialization, bridge deployment, receiver configuration, simulation and workflow deployment, leaving the exact production sequence dependent on each contract and its security model.

The receiver bridge can reduce code changes, but Chainlink cautions that existing target contracts may still require updated permissions. A contract that checks msg.sender, uses an Automation Forwarder allowlist or depends on role-based access may need to authorize the new AutomationReceiver before it can accept CRE-routed calls.

The guide recommends limiting the receiver to approved targets and function selectors and configuring workflow identity checks in production. It warns that a generic receiver able to accept arbitrary target-and-data calls should not remain broadly reusable without explicit authorization controls.

That distinction is consequential for protocols that treat automation as part of their safety system. A rushed permission change can create a new attack surface, while an incomplete migration can leave expected maintenance calls unexecuted. Readers following the wider security picture can compare the concern with our report on the Gnosis Pay Delay Module exploit, where transaction controls were central to the incident.

Broader sentiment remained subdued. The Crypto Fear & Greed Index was at 29, or Fear, on July 29. The Bitcoin-weighted index does not measure Chainlink Automation or a project’s migration readiness, but it provides the market backdrop for LINK trading while developers face an immediate operations deadline.

Fear & Greed Index

July 29, 2026
29 Fear

The main remaining questions are how many v2.1 upkeeps have moved before July 31 and whether applications that have not publicly disclosed their architecture complete the permission and testing work in time. Chainlink’s dashboard provides the cutoff and migration destination, but it does not publish a network-wide readiness figure or an extension plan.

Stay up to date

Get the latest crypto insights delivered to your inbox

Fact-checked by: Daily Crypto Briefs Fact-Check Desk

Frequently Asked Questions

When does Chainlink Automation v2.1 sunset?

Chainlink says Automation v2.1 sunsets on July 31, 2026. Its Automation v1.x service sunset on June 30, 2026, and the v2.1 testnet date was June 24.

What should Chainlink Automation users do before July 31?

Developers with production Automation upkeeps should review Chainlink's CRE migration guide, map their upkeep type to a CRE workflow, test the new deployment and confirm the required contract permissions before the service deadline.

Can an existing Chainlink upkeep contract be reused with CRE?

Often, yes. Chainlink's migration template uses an AutomationReceiver bridge that can forward approved calls to an existing target contract, but developers may need to update caller allowlists or role-based permissions.

Does the Chainlink Automation deadline determine LINK's price?

No. The deadline concerns a developer service migration. LINK price movements can reflect wider market activity and do not establish that the migration notice caused a move.