A steady climb that steepens toward graduation.2%301 configs · same curve
Already raised Your buyLeft is the first trade. Right is graduation.
The raise is 35% full. You take the next 10%, leaving it 45% of the way to graduation. The price before you is 2.84× the first trade, and 3.54× after you. Across that slice you pay about 3.18× on average. A flat 2% trading fee sits on the swap and does not change the shape.
8.75×, 2% fee. Locked LP splits 70/30 partner/creator. Example quote GMEx, not SOL.
Same 8.75× curve and flat 2% fee, but locked LP is 70% partner / 30% creator. 301 configs use this split. The example address is paired with GMEx, a badged stock quote, not SOL. A pool on it trades against GMEx.
533ukWUXbTfuf1GfxupatsuusykBaxTB8jrot3kRgb4GZjYfGyUNQfDChcQ66Gc3ZMcQqPEisyRYe1nPyQhP9bpRead from mainnet on 2026-09-22. Counts can move after that.
import { PublicKey } from "@solana/web3.js";
import { DynamicBondingCurveClient } from "@meteora-ag/dynamic-bonding-curve-sdk";
// PoolConfig 533ukWUXbTfuf1GfxupatsuusykBaxTB8jrot3kRgb4
// Fee claimer: GZjYfGyUNQfDChcQ66Gc3ZMcQqPEisyRYe1nPyQhP9bp
// Quote mint: GMEx
// Creating a pool here does not make you the fee claimer.
const config = new PublicKey("533ukWUXbTfuf1GfxupatsuusykBaxTB8jrot3kRgb4");
const createPoolTx = await client.creator.createPool({
baseMint: baseMint.publicKey,
config,
name: "NAME",
symbol: "TICKER",
uri: "https://example.com/token.json",
payer: creator.publicKey,
poolCreator: creator.publicKey,
});