ch
Feedback
Pump Developer Updates

Pump Developer Updates

前往频道在 Telegram

Updates regarding all technical related changes that may affect integrations

显示更多
未指定国家技术与应用16 388
6 492
订阅者
+224 小时
+17
+33830

数据加载中...

相似频道
无数据
有任何问题?请刷新页面或联系我们的客服
进出提及
---
---
---
---
---
---
吸引订阅者
六月 '26
六月 '26
+38
在0个频道中
五月 '26
+469
在6个频道中
Get PRO
四月 '26
+180
在6个频道中
Get PRO
三月 '26
+198
在9个频道中
Get PRO
二月 '26
+567
在5个频道中
Get PRO
一月 '26
+353
在5个频道中
Get PRO
十二月 '25
+129
在0个频道中
Get PRO
十一月 '25
+2 105
在11个频道中
Get PRO
十月 '25
+166
在0个频道中
Get PRO
九月 '25
+398
在4个频道中
Get PRO
八月 '25
+604
在5个频道中
Get PRO
七月 '25
+406
在2个频道中
Get PRO
六月 '25
+243
在0个频道中
Get PRO
五月 '25
+1 213
在1个频道中
日期
订阅者增长
提及
频道
11 六月+1
10 六月+3
09 六月+6
08 六月+2
07 六月+4
06 六月+4
05 六月+2
04 六月+2
03 六月+6
02 六月+4
01 六月+4
频道帖子
Hello everyone, On Thursday, May 21, 2026, we will be enabling USDC mint as a quote mint for creating and trading pump coins. * Please note that USDC-paired coins can only be traded using the new V2 instructions announced earlier. * SOL paired coins will continue to be traded in native SOL even though the quote mint needs to be passed as the wrapped SOL mint. * All legacy instructions will continue to work for SOL paired coins. Official docs: https://github.com/pump-fun/pump-public-docs New documentation has also been added for creator fee-related V2 instructions: • Collect Creator Fee https://github.com/pump-fun/pump-public-docs/blob/main/docs/instructions/COLLECT_CREATOR_FEE.md • Creator Fee Sharing https://github.com/pump-fun/pump-public-docs/blob/main/docs/instructions/CREATOR_FEE_SHARING.md

2
Hello everyone. We just upgraded the Bonding curve contract for a new non breaking feature. Happy to announce support of USDC as a quote mint for creating and trading Pump meme coins. As part of this upgrade, we have rolled out 3 new instructions, buy_v2, sell_v2 and buy_exact_quote_in_v2. These new instructions are meant to unify the trading interface so the same instruction can be used to trade USDC and SOL paired coins with no optional accounts depending on the coin mint. quote_mint needs to be passed as the wrapped SOL mint to trade coins paired with SOL. The trading and transfer will continue to happen identical to legacy buy, sell and buy_exact_quote_in using native SOL. Please note: We are only announcing the rollout of the new instructions today. USDC paired coins cannot be created until next week. There will be a 72 hours notice before its enabled. For more technical details of the new instructions, please refer to this doc: https://github.com/pump-fun/pump-public-docs New rust sdk: https://crates.io/crates/pump-rust-client
8 709
3
━━━━━━━━━━ PROGRAM UPGRADE ━━━━━━━━━━ Hi. We will be doing a breaking program upgrade on April 28th, 16:00 UTC, to both the pump bonding curve program and the pump swap amm program. In order to make sure your integrations do not break please see the instructions below: ━━━━━━━━━━ 8 NEW FEE RECIPIENTS ( common for both programs ) ━━━━━━━━━━ 5YxQFdt3Tr9zJLvkFccqXVUwhdTWJQc1fFg2YPbxvxeD 9M4giFFMxmFGXtc3feFzRai56WbBqehoSeRE5GK7gf7 GXPFM2caqTtQYC2cJ5yJRi9VDkpsYZXzYdwYpGnLmtDL 3BpXnfJaUTiwXnJNe7Ej1rcbzqTTQUvLShZaWazebsVR 5cjcW9wExnJJiqgLjq7DEG75Pm6JBgE1hNv4B2vHXUW6 EHAAiTxcdDwQ3U4bU6YcMsQGaekdzLS3B5SmYo46kJtL 5eHhjP8JaYkz83CWwvGU2uMUXefd3AazWGx4gpcuEEYD A7hAgCzFw14fejgCp387JUJRMNyz4j89JKnhtKU8piqW ━━━━━━━━━━ AS PART OF THIS CHANGE ━━━━━━━━━━ 1. Bonding curve: A new account is required to be added in buys and sells 2. AMM: 2 new accounts required to be added in buys and sells All accounts till bonding-curve-v2 and pool-v2 remain the same, no change needed ━━━━━━━━━━ BONDING CURVE ━━━━━━━━━━ 1. Add any one of the 8 new fee recipients at the end of the buy and sell instructions. 2. This new account should be added AFTER the bonding-curve-v2 account for both buys and sells. 3. Account needs to be mutable 4. Buy instructions should have 18 accounts in total 5. Sell instruction should have 16 accounts for non cashback coins 6. Sell instruction should have 17 accounts for cashback coins ━━━━━━━━━━ PUMP SWAP ( AMM ) ━━━━━━━━━━ 1. Add 2 new accounts in this order at the end: 1. One of the 8 fee recipients. ( Second last account, readonly) 2. Quote mint ATA for fee recipient. ( Last account, mutable ) 2. These 2 new accounts should be added AFTER the pool-v2 account for both buys and sells for coins that graduate from bonding curve. 3. Even if the coin is not a bonding curve coin, the 2 new accounts are necessary to be added. 4. Buy instructions should have 26 accounts for non cashback coins. 5. Buy instructions should have 27 accounts non cashback coins 6. Sell instructions should have 24 accounts for non cashback coins. 7. Sell instructions should have 26 accounts for cashback coins. ━━━━━━━━━━ SDKS ━━━━━━━━━━ @pump-fun/pump-sdk@1.33.0 https://www.npmjs.com/package/@pump-fun/pump-sdk @pump-fun/pump-swap-sdk@1.15.0 https://www.npmjs.com/package/@pump-fun/pump-swap-sdk ━━━━━━━━━━ DEVNET ━━━━━━━━━━ The new accounts can be passed before the program upgrade happens on Monday. The devnet programs are updated with the upcoming change, here are a few example transactions: Bonding curve 1. https://solscan.io/tx/3iRpvjc41MJYH1g6T1xSjphCqi3PoqZGAZrFxveKxx8hZQDyJyWy8C9FQLbtRt97h9m51tDrLVCAedrVxgVgEPWg?cluster=devnet 2. https://solscan.io/tx/59myh9VnJSwpDn7j5c8FuU1Nx3JN7wXs8WyX9CXABJoDPDYyCDeQvW96ugFzUWQiHG1K6TKAUNNcV2EZXUwtQizM?cluster=devnet 3. https://solscan.io/tx/4iBEotkjLdNAsGxmLjM7E1cwLB8eTEH4BeUZHkthpHBF6ei69vef9vg4FK8jGKnwJUK8FT3DHqRtYn4Rijc6n3sn?cluster=devnet Amm 1. https://solscan.io/tx/235fuAQcDZXL8CMRuGf7iqMYpkHX95cAXW8Kqh5yVDEPs7zN7K8yRkuji1j6vkAg4ybBQbvQ4HKGaLexR3p9xWm7?cluster=devnet 2. https://solscan.io/tx/jqZAviLnwV7cyBtNzz7DTPB3xSyj2ZTkSAWtUKWKrjXeAkTKM16zsH3J2FbZQtXY4mCsVntVe1C6qnnNVYNDAfP?cluster=devnet 3. https://solscan.io/tx/2MJZMr86BdoNKDRpzAZSyQ8k782ZcNo1gaqse5raFzeWKERkdnr7B9iknSKJRSWGiUzXnsRT5m9CZpouvjbZnhrA?cluster=devnet 4. https://solscan.io/tx/2FDkzZ4WzKN3FMLuffz61JLMGpJ1Q9oGydyJp14xttgYaMZM5rZQiXnBkaSGTadCaP7EhjQw2peLGWskk8YaRS5s?cluster=devnet https://github.com/pump-fun/pump-public-docs/blob/main/docs/BREAKING_FEE_RECIPIENT.md
8 479
4
## One-Time Creator Reward Distribution Policy This update only affects fee-sharing configuration. Trading instructions are unchanged and do not require an upgrade. TLDR: After the first configuration, reward distribution is locked and cannot be changed. What changed: - Reward distribution can be configured only once. - You can configure it using either updateFeeShares or updateSharingConfigWithSocialRecipients. - After it is configured, it is locked and cannot be changed again. What did not change: - Buy and sell instructions are unchanged. Migration/compatibility notes: - Reward distributions created before this policy are treated as final (locked). - RevokeFeeSharingAuthority and TransferFeeSharingAuthority are no longer supported. - If you are unsure whether a reward distribution is still editable, call isSharingConfigEditable from the sdk. Sdk: https://www.npmjs.com/package/@pump-fun/pump-sdk/v/1.32.0 Docs: https://github.com/pump-fun/pump-public-docs?tab=readme-ov-file#one-time-creator-reward-distribution-policy
5 154
5
Hi devs — we've shipped Tokenized Agents. Tokenized Agents allow agents to collect revenue and use a portion of it for buybacks. This does not alter the trade flow — both buy and sell behavior remain the same. This is an entirely new smart contract that works on top of our Pump bonding curve and Pump AMM smart contracts. To create a tokenized agent, please use the NPM package: @pump-fun/agent-payments-sdk. After creating the bonding_curve on the Pump bonding curve program, you can send a transaction with the instruction to create a Tokenized Agent. To initialize it, use the following ix: """ import { PumpAgentOffline } from "@pump-fun/agent-payments-sdk"; ... const agentInitializeIx = await PumpAgentOffline.load(mint).create({ authority: creator, mint, agentAuthority: creator, buybackBps: buybackBps, }); """ The buybackBps parameter represents how much of the agent's revenue is reserved for buybacks, which happen automatically over time. Agents can also use functions to verify whether an invoice has been paid and to generate a transaction that a user can send to pay an invoice via the skill here: https://github.com/pump-fun/pump-fun-skills/blob/main/tokenized-agents/SKILL.md
5 658