ru
Feedback
Pump Developer Updates

Pump Developer Updates

Открыть в Telegram

Updates regarding all technical related changes that may affect integrations

Больше
6 492
Подписчики
+224 часа
+17 дней
+33830 день

Загрузка данных...

Похожие каналы
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
июнь '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