Docs

The mechanic, in full

Agent is a thin protocol on top of pump.fun's Pump Fees program. It does not custody your coin, cannot mint supply, and cannot change where fees go once a launch is complete.

The loop

  1. 01LaunchFees pointed at the vault
  2. 02AccrueTrades pay the vault
  3. 03TriggerPot hits 5 SOL
  4. 04Buy back80% your coin, 20% $AGENT
  5. 05BurnBoth supplies drop

On-chain instructions

  • create_fee_sharing_config

    Initialises the coin's fee sharing config with the creator as sole shareholder. Called right after the mint confirms; for graduated tokens the canonical pool address is supplied, otherwise null.

  • update_fee_shares_v2

    Sets the final shareholder list — the Agent vault at 10,000 bps — and revokes further admin updates in the same instruction. After this, the routing is permanent.

  • transfer_creator_fees_to_pump_v2

    Once a coin graduates to the AMM, sweeps AMM-side creator fees back into the bonding curve creator vault so they are claimable in one place.

  • distribute_creator_fees_v2

    Permissionless payout of the vault balance to shareholders. Anyone can call it, which means the agent cannot be starved by a single keeper going offline.

The split

Every claim is divided 80/20, and both sides end in a burn. The larger share is spent buying the coin you launched on the open market and burning the result. The smaller share does the same thing to $AGENT, the main Agent token, so every launch on this tech compounds back into the wider ecosystem. There is no third bucket and no payout wallet.

FAQ

Can you redirect the fees later?
No. The shareholder list is written once and the same instruction revokes admin updates. Neither the launcher nor Agent can change it afterwards.
Is this the same as pump.fun creator rewards?
It uses the same Pump Fees program. The difference is where the fees point and what happens next: instead of paying a personal wallet, they pay a vault whose only job is buying the coin back and burning it.
What if my coin graduates?
Nothing breaks. AMM-side fees get swept back to the creator vault before distribution, so the loop keeps running after the bonding curve completes.
Do I keep my dev buy?
Yes. Agent takes no cut of your dev buy and charges no launch fee. The 20% is not revenue either — it is bought back into $AGENT and burned, same as the 80% is for your coin.
What does the burn actually do?
Tokens bought by the agent are sent to the incinerator, permanently reducing circulating supply. It is not a lockup or a vesting contract.
What if nobody trades my coin?
Then no fees accrue and the agent never fires. Agent adds a reflexive bid on real activity — it cannot manufacture activity that is not there.
Launch a coinBack home