🔥 Trading Boost
This document provides a comprehensive integration guide for the Solana Trading Boost service, covering dual integration methods (Tips and Points systems), service tier configuration (Points system only), performance monitoring, and troubleshooting.
Integration mode
We provide two integration methods, Tips and Points, which you can choose flexibly according to your business needs:
| Payment Method | Description | Advantages | Use Cases |
|---|---|---|---|
| Tips | Pay Tips (minimum 0.0003 SOL) to designated accounts to accelerate transactions, with transaction prioritization determined by the Tips bid amount. |
|
|
| Points | Pre-purchase Points credits. Acceleration fees are deducted asynchronously upon transaction acceleration, with prioritization determined by predefined request tiers. |
|
|
What is Solana Trading Boost?
Solana Trading Boost leverages SWQoS (Stake-Weighted Quality of Service) technology and ZAN's staked validator nodes to significantly enhance transaction success rates and speed on the Solana blockchain.
Key Features:
- ✅ Priority Channels: Tier-based dedicated bandwidth allocation
- ⚡ Ultra-Low Latency: Prime: 95% transactions confirmed in ≤1 second
- 🛡️ MEV Protection : Prevents malicious front-running
- 📊 Real-Time Analytics: Success rate, latency, and consumption metrics
Technical Principle: SWQoS Documentation
How to Use?
Tips Integration
Prerequisites
Note:
Before selecting the Tips integration method, please contact us in advance to have the permissions activated for your account.
Endpoints

If using the Tips integration method, please select from the following domains:
http://booster-sg.zan.top/node/v1/solana/mainnet/<your_AK>/tips # Singapore Region
MEV Protection
To activate MEV protection (at no additional cost), append ?anti-mev=trueto your endpoint URL when initiating transactions.
Example: http://booster-sg.zan.top/node/v1/solana/mainnet/<your_AK>/tips?anti-mev=true
While MEV protection safeguards against transaction front-running, its cryptographic verification process may introduce marginal latency during peak network congestion. We recommend:
- Benchmarking with/without MEV for your specific use case
- Reserving activation for high-value transactions where security > speed
- Monitoring real-time latency metrics via the ZAN Dashboard
API Implementation
The Tips integration method is similar to standard SendTransaction, but requires transferring an amount ≥ 0.0003 SOL to one of the following accounts:
- CEWud6sUrg85auffmvG55cVhGjDbFCGC2HvhGeagd7St
Code Example (curl):
curl -X POST 'http://booster-sg.zan.top/node/v1/solana/mainnet/{your_AK}/tips' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"<base64_encoded_tx>",
{ "encoding": "base64" }
]
}'
Tips Transfer Code Example:
transaction.addInstruction(SystemProgram.transfer(fromPublicKey, 'CEWud6sUrg85auffmvG55cVhGjDbFCGC2HvhGeagd7St', 3000000));
Points Integration
Endpoints

Region-specific endpoints for optimal performance:
https://api.zan.top/node/v1/solana/mainnet/<your_AK>/prime # Singapore
https://api-us.zan.top/node/v1/solana/mainnet/<your_AK>/prime # Virginia
| Parameter | Description | Values |
|---|---|---|
level | Acceleration tier | prime (0.5u),turbo (0.3u),standard (0.1u) |
?anti-mev | MEV Protection | true (enable),false /omit (disable) |
Note:
📌 Transactions default to standard (non-accelerated) without tier parameter.
MEV Protection
To activate MEV protection (at no additional cost), append ?anti-mev=true to your endpoint URL when initiating transactions.
Example: https://api.zan.top/node/v1/solana/mainnet/<your_AK>/prime?anti-mev=true
While MEV protection safeguards against transaction front-running, its cryptographic verification process may introduce marginal latency during peak network congestion. We recommend:
- Benchmarking with/without MEV for your specific use case
- Reserving activation for high-value transactions where security > speed
- Monitoring real-time latency metrics via the ZAN Dashboard
API Implementation
To minimize implementation costs, the product follows the same usage pattern as conventional SendTransaction methods. For detailed usage instructions, refer to: ZAN API Documentation.
Python request example:
import requests
url = "https://api.zan.top/node/v1/solana/mainnet/public"
payload = {
"id": 1,
"jsonrpc": "2.0",
"method": "sendTransaction"
}
headers = {
"accept": "application/json",
"content-type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)
How to Purchase?
Tips System
Refer to the How to Use section above for implementation details. Additionally, you must transfer a minimum amount of 0.0003 SOL to one of the following designated accounts:
- 7HkiWXe5deJvzn4D6kgMUFCADwX9Z4DMrdjNSSxN6bPp
Points System
- 1 Point = $0.1 USD (dedicated resource unit)
When using Trading Boost, Points are consumed, with different consumption rates based on priority tiers. - Billing Logic:
- Deducted only upon successful on-chain confirmation
- Auto-fallback to standard transactions when balance insufficient
Service Tiers
| Tier | Priority | Points Cost |
|---|---|---|
| Prime | Dedicated channel | 5 Points (0.5u) |
| Turbo | High priority | 3 Points (0.3u) |
| Standard | Shared channel | 1 Point (0.1u) |
Throughput Limits
- Shared Infrastructure: To minimize operational overhead, Trading Boost shares API Keys (AK) and throughput limits with your existing Chain RPC service.
- Throughput limit Upgrade Path: If your application requires higher Throughput limit:
- 📧 Contact our solutions team for custom scaling options
- ⬆️ Upgrade your Chain RPC subscription tier in the ZAN Console
- Fail-Safe Protocol: Transactions exceeding allocated limits automatically revert to standard non-accelerated processing.
Monitoring & Diagnostics
Dashboard
Points View
Log in to the ZAN User Portal → SOL Trading → Overview → Points View.

Tips View
Log in to the ZAN User Portal → SOL Trading → Overview → Tips View.

Key Metrics
| Metric | Description |
|---|---|
| Success Rate | Tier-specific confirmation rate |
| On-Chain Time | Submission → On-chain time (excluding the transmission time of client -> ZAN) |
| Remaining Points | Real-time resource availability (available with Points integration only) |
Transaction Verification
- Go to View Consumption Details in SOL Trading Boost module.

- Search by transaction hash.

Note:
- Absence indicates non-accelerated transaction.
- The page displays transaction records from the last 30 days only.
Export Transaction Records
Note:
- The export functionality enables retrieval of Tips consumption details for the past 6 months.
- Maximum of 5 export operations per day.
- Go to View Consumption Details under Tips View in the SOL Trading Boost module.
- Click the Export button in the upper-right corner of the panel.
- Select the desired time range and confirm by clicking OK to export all Tips transaction records within the period.

You can access historical export records via the download icon in the lower-right corner.

FAQ & Support
Q1: Why might (transaction) boost fail?
- Insufficient Points balance
- Exceeding TPS limits
Q2: How to verify boost status?
Check hash in Consumption Details (missing = not boosted)
Q3: Is testnet supported?
Currently unavailable
Support Channels
For any technical issues or questions during product usage, please contact our support team through our official channels: Telegram | Discord | Feedback Portal. We will provide prompt assistance and support.
Updated 5 days ago
