Skip to content

program: Allow mints with a freeze authority - #884

Merged
joncinque merged 1 commit into
solana-program:mainfrom
joncinque:allow-freeze
Sep 8, 2026
Merged

program: Allow mints with a freeze authority#884
joncinque merged 1 commit into
solana-program:mainfrom
joncinque:allow-freeze

Conversation

@joncinque

Copy link
Copy Markdown
Contributor

Problem

The stake pool program does not allow pool creators to provide a mint with a freeze authority. The logic was that we always wanted to allow users to get their tokens out of the pool.

However, this limitation is a bit too harsh. DeFi protocols, for example, don't restrict trading based on freeze authorities present in the mint.

Summary of changes

Allow mints with a freeze authority during pool creation.

cc @jacobcreech

@joncinque
joncinque requested a review from 2501babe August 31, 2026 18:51
#### Problem

The stake pool program does not allow pool creators to provide a mint
with a freeze authority. The logic was that we always wanted to allow
users to get their tokens out of the pool.

However, this limitation is a bit too harsh. DeFi protocols, for
example, don't restrict trading based on freeze authorities present in
the mint.

#### Summary of changes

Allow mints with a freeze authority during pool creation.
@joncinque
joncinque merged commit 5e92a1e into solana-program:main Sep 8, 2026
22 checks passed
@joncinque
joncinque deleted the allow-freeze branch September 8, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants