Pump Developer Updates
Kanalga Telegramβda oβtish
Updates regarding all technical related changes that may affect integrations
Ko'proq ko'rsatishMamlakat belgilanmaganTexnologiyalar & Aralashmalar16 388
6 492
Obunachilar
+224 soatlar
+17 kunlar
+33830 kunlar
Ma'lumot yuklanmoqda...
O'xshash kanallar
Ma'lumot yo'q
Muammo bormi? Iltimos, sahifani yangilang yoki bizning qo'llab-quvvatlash boshqaruvchimizga murojaat qiling>.
Taglar buluti
Kirish va chiqish esdaliklari
---
---
---
---
---
---
Obunachilarni jalb qilish
Iyun '26
Iyun '26
+38
0 kanalda
May '26
+469
6 kanalda
Get PRO
Aprel '26
+180
6 kanalda
Get PRO
Mart '26
+198
9 kanalda
Get PRO
Fevral '26
+567
5 kanalda
Get PRO
Yanvar '26
+353
5 kanalda
Get PRO
Dekabr '25
+129
0 kanalda
Get PRO
Noyabr '25
+2 105
11 kanalda
Get PRO
Oktabr '25
+166
0 kanalda
Get PRO
Sentabr '25
+398
4 kanalda
Get PRO
Avgust '25
+604
5 kanalda
Get PRO
Iyul '25
+406
2 kanalda
Get PRO
Iyun '25
+243
0 kanalda
Get PRO
May '25
+1 213
1 kanalda
| Sana | Obunachilarni jalb qilish | Esdaliklar | Kanallar | |
| 11 Iyun | +1 | |||
| 10 Iyun | +3 | |||
| 09 Iyun | +6 | |||
| 08 Iyun | +2 | |||
| 07 Iyun | +4 | |||
| 06 Iyun | +4 | |||
| 05 Iyun | +2 | |||
| 04 Iyun | +2 | |||
| 03 Iyun | +6 | |||
| 02 Iyun | +4 | |||
| 01 Iyun | +4 |
Kanal postlari
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 |
Endi mavjud! Telegram Tadqiqoti 2025 β yilning asosiy insaytlari 
