Skip to content

program: Allow mints with a freeze authority - #884

Open
joncinque wants to merge 1 commit into
solana-program:mainfrom
joncinque:allow-freeze
Open

program: Allow mints with a freeze authority#884
joncinque wants to merge 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.
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.

1 participant