Skip to main content

Holders

Purchase a bulk holder distribution — a set of fresh wallets that each buy a small amount of the token, simulating organic holders.

Flow

  1. POST /holders/initialize — returns holdersId, paymentAddress, nRequiredSol.
  2. User sends nRequiredSol to paymentAddress.
  3. Worker picks up the order, creates holder wallets.
  4. Client polls GET /holders/status/:holdersId until completion.

Tiers

Fixed set of (holders, SOL price) pairs:

nHoldersCountRequired SOL
5001.5
10003
25007.5
500015
1000030
2000060

Endpoints