Skip to main content
Launchpad Trade Priority Fee settings showing Fast, Ultra, and Custom modes
Control how fast your transactions are processed on the Solana network.

What is Priority Fee?

Priority fee determines how quickly your transaction gets included in a block by validators. Higher fees mean better inclusion rates and faster execution.
ModeCostBest for
FAST0.00015 SOLMost use cases. Reliable inclusion
ULTRA0.0015 SOLFirst-block acquisition, time-sensitive trades, or congested network
CUSTOMYou decideFull control. Set mode: "CUSTOM" with your value in value
FAST is the default. Reliable inclusion for the vast majority of use cases.

When to Use ULTRA

ULTRA mode is recommended when:
  • First-block acquisition: You need to be among the first buyers
  • Arbitrage: Speed is critical for capturing opportunities
  • Network congestion: Solana is overloaded and transactions are slow
Only switch to ULTRA when milliseconds matter.

How to Configure Priority Fee

priorityFee.mode
string
default:"FAST"
Transaction priority level. Options:
  • FAST: 0.00015 SOL per transaction (default)
  • ULTRA: 0.0015 SOL per transaction
  • CUSTOM: Use the value specified in value
priorityFee.value
number
Custom priority fee in SOL. Only used when mode is set to CUSTOM.Minimum: 0.00015 SOL. If the value provided is below 0.00015, it is automatically raised to 0.00015 to prevent transaction failure.

Examples

{
  "priorityFee": {
    "mode": "FAST"
  }
}

Full Example

{
  "privateKeys": ["WALLET_PRIVATE_KEY"],
  "tokenAddress": "TOKEN_ADDRESS",
  "amount": {
    "mode": "FIXED",
    "value": 0.5
  },
  "priorityFee": {
    "mode": "FAST"
  }
}

What’s Next?

Buy Tokens

Execute buy orders

Platform Attribution

Choose which platform logo appears on your transactions