Pump Developer Updates
Screenshot 2025-08-29 at 3.38.58 PM.png
Hello. We already pushed on Devnet the update which makes the 2 new fee accounts on buy / sell required. This will be pushed to Mainnet on Monday too.
Hi all, today at 20:00 UTC we will deploy a change that makes the two additional accounts for the new fee structure mandatory — these accounts are currently optional. Shortly after verifying that this works we will deploy the fee schedule change outlined above. There will be 1 hour of notice before the fee schedule changes go live.
Pump Developer Updates
Screenshot 2025-08-29 at 3.38.58 PM.png
Hello. The new fee schedule from here has been deployed on Devnet already and can be tested there
The pump bonding curve contract and the pump swap contract were upgraded earlier today at: October 17, 2025 16:47:00 UTC. It was a routine upgrade with no breaking changes.
Hi all, we will be doing a breaking program upgrade on pump swap on Tuesday, 4th November, 14:00 UTC. As part of the change, we require you to mark the pool account at account index 1 in pump swap buys and sells as mutable ( as opposed to readonly ). Please make the changes as soon as possible, your integration will not break if you make it mutable before we do the program upgrade.
IDL change for reference: https://github.com/pump-fun/pump-public-docs/commit/ff9cbf8238b4e459864fed415465cc8163113d1c
SDK version with update: @pump-fun/[email protected]
IDL change for reference: https://github.com/pump-fun/pump-public-docs/commit/ff9cbf8238b4e459864fed415465cc8163113d1c
SDK version with update: @pump-fun/[email protected]
GitHub
Make pool accounts mutable · pump-fun/pump-public-docs@ff9cbf8
Pump public docs. Contribute to pump-fun/pump-public-docs development by creating an account on GitHub.
The pump bonding curve contract and the pump swap contract were upgraded earlier today at: November 5, 5:02pm UTC. The bonding curve upgrade was a routing upgrade with no breaking changes but Pump swap has breaking changes as mentioned earlier.
Hi all, On 11th November at 12:00 UTC, we will enable 2 new breaking features.
1. New token creation standard with token2022 called create_v2
2. Mayhem Mode
Please refer here for the updated IDLs and IDL types: https://github.com/pump-fun/pump-public-docs
Please note:
1. Any coin created with the usual create instruction and owned by the legacy token program can be traded the same way as before. This is not a breaking change for trading or creating such coins, you can continue to use the same accounts and instruction data.
2. Any new coin created after 11th November at 12:00 UTC with create_v2 will be owned by the Token2022 program. Creating and trading such accounts will need changes as described here: https://github.com/pump-fun/pump-public-docs/blob/main/README.md
Program is updated on devnet for testing with both features enabled.
SDKs for both bonding curve and pump swap are updated
https://www.npmjs.com/package/@pump-fun/pump-sdk
https://www.npmjs.com/package/@pump-fun/pump-swap-sdk
1. New token creation standard with token2022 called create_v2
2. Mayhem Mode
Please refer here for the updated IDLs and IDL types: https://github.com/pump-fun/pump-public-docs
Please note:
1. Any coin created with the usual create instruction and owned by the legacy token program can be traded the same way as before. This is not a breaking change for trading or creating such coins, you can continue to use the same accounts and instruction data.
2. Any new coin created after 11th November at 12:00 UTC with create_v2 will be owned by the Token2022 program. Creating and trading such accounts will need changes as described here: https://github.com/pump-fun/pump-public-docs/blob/main/README.md
Program is updated on devnet for testing with both features enabled.
SDKs for both bonding curve and pump swap are updated
https://www.npmjs.com/package/@pump-fun/pump-sdk
https://www.npmjs.com/package/@pump-fun/pump-swap-sdk
GitHub
GitHub - pump-fun/pump-public-docs: Pump public docs
Pump public docs. Contribute to pump-fun/pump-public-docs development by creating an account on GitHub.
Hi all, Mayhem mode and create v2 will now be enabled on 12th November 12:00 UTC instead of 11th November.
Hi all,
We have pushed a non breaking program upgrade on the bonding curve and pump swap program.
Changes as part of this upgrade:
1. The
2. New fee recipients for mayhem mode: We have introduced 7 new fee recipients that can be used for the buy and sell instruction that can be used when
Any of the following 8 fee recipients can now be used:
Updated IDLs can be found here: https://github.com/pump-fun/pump-public-docs
We have pushed a non breaking program upgrade on the bonding curve and pump swap program.
Changes as part of this upgrade:
1. The
global_volume_accumulator account on the buy instruction of bonding curve and pump swap do not need to be mutable anymore.2. New fee recipients for mayhem mode: We have introduced 7 new fee recipients that can be used for the buy and sell instruction that can be used when
bonding_curve.is_mayhem_mode = true and pool.is_mayhem_mode = true. They can be found in the global and global_config accounts in bonding curve and pump swap respectively.Any of the following 8 fee recipients can now be used:
[
'GesfTA3X2arioaHp8bbKdjG9vJtskViWACZoYvxp4twS',
'4budycTjhs9fD6xw62VBducVTNgMgJJ5BgtKq7mAZwn6',
'8SBKzEQU4nLSzcwF4a74F2iaUDQyTfjGndn6qUWBnrpR',
'4UQeTP1T39KZ9Sfxzo3WR5skgsaP6NZa87BAkuazLEKH',
'8sNeir4QsLsJdYpc9RZacohhK1Y5FLU3nC5LXgYB4aa6',
'Fh9HmeLNUMVCvejxCtCL2DbYaRyBFVJ5xrWkLnMH6fdk',
'463MEnMeGyJekNZFQSTUABBEbLnvMTALbT6ZmsxAbAdq',
'6AUH3WEHucYZyC61hqpqYUWVto5qA5hjHuNQ32GNnNxA'
]
Updated IDLs can be found here: https://github.com/pump-fun/pump-public-docs
GitHub
GitHub - pump-fun/pump-public-docs: Pump public docs
Pump public docs. Contribute to pump-fun/pump-public-docs development by creating an account on GitHub.
Hi, we will be pushing an update to our programs on Fri Jan 9, afternoon UTC.
This update will make some coins'
The derivation logic remains the same, so no code changes are needed if you're already fetching fresh data.
### Pre-Graduation Coins (Bonding Curve)
If you already fetch the latest
This update will make some coins'
creator_vault point to new addresses. To ensure buy and sell instructions work seamlessly, always fetch the latest creator on-chain. Do not use cached addresses for bonding_curve.creator or pool.coin_creator.The derivation logic remains the same, so no code changes are needed if you're already fetching fresh data.
### Pre-Graduation Coins (Bonding Curve)
const bondingCurve = await pumpProgram.account.bondingCurve.fetch(bondingCurvePda);
const creatorVault = PublicKey.findProgramAddressSync(
[Buffer.from("creator-vault"), bondingCurve.creator.toBuffer()],
PUMP_PROGRAM_ID
)[0];
### Graduated Coins (AMM Pool)const pool = await pumpAmmProgram.account.pool.fetch(poolPda);
const coinCreatorVaultAuthority = PublicKey.findProgramAddressSync(
[Buffer.from("creator_vault"), pool.coinCreator.toBuffer()],
PUMP_AMM_PROGRAM_ID
)[0];
If you already fetch the latest
bonding_curve.creator and pool.coin_creator from the chain before building your buy and sell instructions, no code changes are needed.# Creator Rewards Sharing - Developer Update
## Overview
Creator Rewards Sharing allows token creators to split their creator fees with multiple recipients. Instead of all fees going to a single wallet, creators can configure a list of shareholders with custom percentage splits.
## Dynamic
This update will make some coins'
The derivation logic remains the same, so no code changes are needed if you're already fetching fresh data.
### Pre-Graduation Coins (Bonding Curve)
### Graduated Coins (AMM Pool)
## How Fee Distribution Works
1. Fees accumulate in the
2. Creator enables sharing by calling
3. Creator configures shareholders via
4. Fees are distributed by calling
## Testing
Here are some examples coins with creator rewards sharing enabled:
- Cmzo3D5XwdzC2jzAbb4x8kJinyHAbHBM9s58kd8Tpump (pump)
- 5x9nfwrY4DywKNANjorjLFEJkXjut1iPSYXDgbTS1PG9Bqa4rKbnZPkJj55UqiHLWLLBn1XGHJZmtd6rAxycwyB7 (pump-amm)
## Overview
Creator Rewards Sharing allows token creators to split their creator fees with multiple recipients. Instead of all fees going to a single wallet, creators can configure a list of shareholders with custom percentage splits.
## Dynamic
creator_vault AddressThis update will make some coins'
creator_vault point to new addresses. To ensure buy and sell instructions work seamlessly, always fetch the latest creator on-chain. Do not use cached addresses for bonding_curve.creator or pool.coin_creator.The derivation logic remains the same, so no code changes are needed if you're already fetching fresh data.
### Pre-Graduation Coins (Bonding Curve)
const bondingCurve = await pumpProgram.account.bondingCurve.fetch(bondingCurvePda); const creatorVault = PublicKey.findProgramAddressSync( [Buffer.from("creator-vault"), bondingCurve.creator.toBuffer()], PUMP_PROGRAM_ID )[0];
### Graduated Coins (AMM Pool)
const pool = await pumpAmmProgram.account.pool.fetch(poolPda); const coinCreatorVaultAuthority = PublicKey.findProgramAddressSync( [Buffer.from("creator_vault"), pool.coinCreator.toBuffer()], PUMP_AMM_PROGRAM_ID )[0];
## How Fee Distribution Works
1. Fees accumulate in the
creator_vault during buy/sell transactions as before2. Creator enables sharing by calling
create_fee_sharing_config - this changes the coin_creator field to the sharing_config PDA 3. Creator configures shareholders via
update_fee_shares with addresses and basis points (must total 10,000 bps = 100%) 4. Fees are distributed by calling
distribute_creator_fees on the pump program, which splits the vault balance to shareholders based on their share percentages ## Testing
Here are some examples coins with creator rewards sharing enabled:
- Cmzo3D5XwdzC2jzAbb4x8kJinyHAbHBM9s58kd8Tpump (pump)
- 5x9nfwrY4DywKNANjorjLFEJkXjut1iPSYXDgbTS1PG9Bqa4rKbnZPkJj55UqiHLWLLBn1XGHJZmtd6rAxycwyB7 (pump-amm)
* pump-public-docs has been updated with all the latest IDLs
* SDKs updated at: https://www.npmjs.com/package/@pump-fun/pump-sdk and https://www.npmjs.com/package/@pump-fun/pump-swap-sdk
* SDKs updated at: https://www.npmjs.com/package/@pump-fun/pump-sdk and https://www.npmjs.com/package/@pump-fun/pump-swap-sdk