Skip to main content
Technical proposal SIMD-0089 Activated

Programify Feature Gate Program

  1. Idea
  2. Draft
  3. Review
  4. Accept
  5. Implement
  6. Active

Decision brief

Why this proposal matters

This proposal suggests replacing the non-existent native program at address Feature111111111111111111111111111111111111 with a Core BPF Program, as described in SIMD 0088. Feature accounts are already assigned the owner program address Feature111111111111111111111111111111111111. Deploying a Core BPF program at this address would provide engineers with the capability to revoke pending feature activations. Note: The process by which core contributors activate features would remain completely unchanged.

Source-backed reading aid · source language: EN

Proposal at a glance

What changes

  • Feature Gate program: The Core BPF program that all feature accounts will be assigned to, with address Feature111111111111111111111111111111111111.
  • This proposal suggests replacing the non-existent native program at address Feature111111111111111111111111111111111111 with a Core BPF Program, as described in SIMD 0088. Feature accounts are already assigned the owner program address Feature111111111111111111111111111111111111.…

Stakeholder map

Who is affected

Builders & client teams Medium impact

There is otherwise no change to the activation process whatsoever. This includes queuing features for activation with the CLI and the timing of their activation by the runtime.

Action requirement unknown
Validators & operators Medium impact

The program will have no upgrade authority. If changes are required, for essential network operations, the program will be updated using feature-gates.

Action may be required
Users & stakers Impact unknown

No proposal-specific evidence was found for this group.

Action requirement unknown
Governance & ecosystem Medium impact

This proposal suggests replacing the non-existent native program at address Feature111111111111111111111111111111111111 with a Core BPF Program, as described in SIMD 0088.

Action requirement unknown

Exact source revision

Full proposal document

Source-language document. Technical identifiers and evidence remain unchanged. 0616093b2952

Summary

This proposal suggests replacing the non-existent native program at address Feature111111111111111111111111111111111111 with a Core BPF Program, as described in SIMD 0088.

Feature accounts are already assigned the owner program address Feature111111111111111111111111111111111111. Deploying a Core BPF program at this address would provide engineers with the capability to revoke pending feature activations.

Note: The process by which core contributors activate features would remain completely unchanged.

Motivation

Currently, a feature is queued for activation by a keypair holder creating an empty account and assigning it to the Feature111111111111111111111111111111111111 program.

Because there is no actual program implementation at this address, the queuing is irreversible; if the runtime knows about a feature gate at some address, it will activate it at the next epoch boundary. This means there is no recourse in the case of a mistaken queuing, discovery of a bug, or simply a desire to manage the cadence and schedule of activations.

A fully-implemented Core BPF program would take ownership of those accounts and support revoking queued features, giving engineers more flexibility and safeguards.

Alternatives Considered

The Feature Gate program could instead be implemented as a built-in native program, rather than a Core BPF program. However, this would mean any changes to the program would need to be implemented by all validator clients in coordination. This makes upgrading the program cumbersome.

With the Feature Gate program instead implemented as a Core BPF program, any changes need only be done once, eliminating this duplication of work.

New Terminology

  • Feature Gate program: The Core BPF program that all feature accounts will be assigned to, with address Feature111111111111111111111111111111111111.

Detailed Design

A Core BPF program - the Feature Gate program - shall be placed at the address of Feature111111111111111111111111111111111111 using the process outlined in SIMD 0088.

The program will have no upgrade authority. If changes are required, for essential network operations, the program will be updated using feature-gates.

The program shall initially be designed to support one instruction: RevokePendingActivation. Any other instructions or functionality this program may support in the future will be proposed and discussed separately.

When this instruction is invoked by a feature key-holder, the program will reallocate the account to zero, assign it back to the System Program, and defund its lamports balance. As a result, the runtime will no longer recognize this feature as pending, since it will no longer be owned by Feature111111111111111111111111111111111111.

The creation of this program will not change the existing feature activation process.

Impact

Core contributors are positively impacted by this change, since the ability to revoke pending feature activations is a significant security advantage.

There is otherwise no change to the activation process whatsoever. This includes queuing features for activation with the CLI and the timing of their activation by the runtime.

Security Considerations

Currently the accounts used for feature-gating are owned by a program ID that does not have any implementation. This means that there is no on-chain authority that can modify feature accounts once they've been created under Feature111111111111111111111111111111111111. This allows the runtime to confidently update their state upon activation.

With this proposal, a live BPF program - which can accept instructions from anyone and execute code - will be the owner of these accounts. This introduces new risks that must be mitigated through careful implementation of Feature Gate program functionality.

Backwards Compatibility

This change is 100% backwards compatible with the existing feature activation process. It only adds the ability to revoke pending activations.

Evidence graph

Related proposals and rollout

One or more sources are unavailable.

Upstream review record

Upstream discussion & review

One or more sources are unavailable.

simd.watch community discussion · SIMD-0089

Powered by Giscus · Sign in with GitHub to comment

Community comments load when this section approaches the viewport.

Provenance

Evidence & technical details

Rollout or chain data, source revisions, freshness and integrity.
3

SIMD

Deployment Status

Document lifecycleActivated
CategoryCore protocol
Devnetactive Epoch 816
Testnetactive Epoch 746
Mainnet-Betaactive Epoch 752
4eohviozzEeivk1y9UbrnekbAFMDQyJz5JjA9Y6gyvky

Exact source revision

Sources & integrity

  • Proposal document pinned_commit_blob
    0616093b2952ed6de52c4a27d66aadd11d48d4f9
  • simd-document document · stale · Sep 11, 2026
    0616093b2952ed6de52c4a27d66aadd11d48d4f9

One or more sources are unavailable.

One or more sources are unavailable.