Skip to main content
Transfer methods for SOL distribution and withdrawal with Launchpad Trade API
Every distribute and withdraw request includes a method parameter that controls how SOL is routed between wallets. The method you choose determines how wallets are linked and whether transactions are traceable on-chain.
The method applies to both Distribute (one wallet → many) and Withdraw (many → one wallet). The same options are available for both directions.

Available Methods

The fastest option. Standard SOL transfer — source and destination are directly connected on-chain.
  • Speed: Instant
  • Cost: Standard transaction fee (~0.000005 SOL)
  • Wallet linking: Linked — wallets are visibly connected
  • On-chain traceability: Traceable
{
  "method": "DIRECT"
}
Use when speed matters and wallet association is not a concern — internal transfers, testing, or wallets that are already publicly linked.

Method Comparison

MethodSpeedCostWallet LinkingOn-chain TraceabilityStatus
DIRECTInstant~0.000005 SOLLinkedTraceableAvailable
ISOLATEDA few seconds~0.00005 SOLNot linkedTraceableAvailable
EXCHANGEMinutesExchange feesNot linkedOperationally isolatedComing soon
PRIVACYA few secondsProtocol feesNot linkedOperationally isolatedComing soon

Choosing a Method

For Distribute (one → many)

ScenarioRecommended
Internal transfers, testingDIRECT
Preparing wallets for trading operationsISOLATED
Wallets that will be publicly scrutinizedEXCHANGE (coming soon)

For Withdraw (many → one)

ScenarioRecommended
Simple consolidationDIRECT
Consolidating without linking walletsISOLATED
Maximum operational separationPRIVACY (coming soon)
If no method is specified, DIRECT is used by default.

Compliance

You are responsible for ensuring your use of transfer methods complies with applicable laws and regulations. These tools provide operational infrastructure for professional wallet management — comparable to using multiple trading desks or sub-accounts in traditional finance.

What’s Next?

Distribute

Send SOL from one wallet to many

Withdraw

Consolidate SOL from many wallets to one