Skip to main content
RNGLaunch replaces the opening rush with a fixed deposit window. Deposits enter the same bonding curve in a randomized settlement order.
RNGLaunch / randomized settlementQueued SOL · sequential curve fills
01 / WindowCommit SOLOrders enter during the fixed deposit period.
02 / EntropyResolve orderVRF randomness determines settlement sequence.
03 / FillExecute in orderEach deposit meets the curve at its settled position.
04 / DeliverReceive tokensFilled output is delivered or remains claimable.
05 / OpenCurve tradingThe market continues on the standard Solana curve.
Random order changes execution priority. It does not guarantee allocation, price, or a full fill.

Flow

RNGLaunch settlement routeRandom order · deterministic fills
01Deposit windowBuy SOL enters the queue
02RandomnessVRF resolves execution order
03Sequential fillsOrders meet the curve one by one
04DeliveryFilled output reaches the buyer
05Curve tradingThe standard Solana market opens
Randomness changes priority. It does not guarantee allocation, price, or a full fill.
During the window, you commit SOL without knowing your final position in the queue. After the window closes, the launch combines committed launch data with VRF randomness and settles deposits one by one. Earlier fills get earlier curve pricing. A deposit can fill partially if the launch reaches its cap. Only the filled amount moves; excess SOL stays in the wallet.

Costs and delivery

Each order includes a flat delivery surcharge. It is separate from the SOL used to buy tokens and is not refunded. Token delivery normally completes during settlement. If settlement fails to finish:
  • before settlement starts, timed-out deposits can recover their buy SOL;
  • after settlement, a buyer can claim already-settled token output.
The delivery surcharge remains non-refundable in either path.
RNGLaunch randomizes execution order. It does not guarantee allocation, fill price, or a full fill.
After distribution, trading continues on the normal Solana curve.
Last modified on August 2, 2026