Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.52 KB

Pump fun smart contract fork

A solana token launch smart contract forking pump.fun & integrating meteora migration.

Core Features

Bonding Curve Price Logic

The protocol implements a constant product linear bonding curve (x * y = k) and ensures price discovery and continuous liquidity for the token. When the bonding curve accumulates 85 SOL total remaining token migrated to meteora.

Dynamic Fee Structure

Fees are calculated using a piecewise linear function based on user participation slots: All fees are directed to the protocol's multisig wallet

Administrative Roles

Two authoities:

  • Global authority
  • Migration authority

Whitelist Future

  • Can set whitelist check allocation config on global settings.
  • Add whitelist creating pda per user in WL & delete pda account when need remove ( Global authority check ).

Admin

  • Can modify protocol parameters
  • Manages fee settings
  • Controls whitelist status

Transaction