Comparison table
Feature | V4 | V5 | Highload | Preprocessed | Multisig |
---|---|---|---|---|---|
Seqno1 based | ✅ Yes | ✅ Yes | ❌ No (query_id based) | ✅ Yes | 🟡 Has boolean flag that turns off seqno +1 incremental check |
Messages throughput | Up to 4 per request | Up to 255 per request | Up to 2 billion per timeout | Up to 255 per request | Up to 255 per vote |
Multi-owner | ❌ Single owner | ❌ Single owner | ❌ Single owner | ❌ Single owner | ✅ Multiple owners |
Message cost | Standard | Standard | Lower | Lowest | Higher (multiple signatures) |
Support plugins | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Support gasless2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Subwallet ID | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | ❌ No |
2 “Gasless” are kind of transactions that don’t require native currency to pay network fees.
Use cases
Retail users
If you are a new to TON and just want to create your first wallet to engage with ecosystem, v4 and v5 are your best choices. Both standards are supported by all major wallet apps and implement secure cryptography to ensure users’ funds safety. It is recommended to use v5 wallet standard, since it’s the latest and most powerful implementation to date. It supports gasless transactions and up to 255 out messages per one signed external request. Use for:- Buying stablecoins: Purchase USDT and other stable assets
- Trading Jettons: Swap tokens on DEXes and participate in DeFi
- Daily payments: Send and receive TON for everyday transactions
- NFT collecting: Buy, sell, and store digital collectibles
- Staking: Participate in TON validation and earn rewards
- DApp interactions: Connect to games, social apps, and other TON applications
- Savings: Store cryptocurrency for long-term holding
- Simple setup with any major TON wallet app
- Low transaction fees for everyday use
- Battle-tested security with millions of users
- Full ecosystem compatibility
Shared custody
For experienced institutional managers and fund operators with high security demands, Multisig wallets are your best choice when managing institutional funds, treasury assets, or any situation requiring shared custody. Multisig wallets provide the highest level of security through distributed control:- Shared responsibility: No single person can move funds alone
- Configurable thresholds: Set up 2-of-3, 3-of-5, or any N-of-M configuration
- Audit trails: Every transaction requires multiple approvals, creating clear accountability
- Risk mitigation: Protects against key compromise, insider threats, and human error
- Higher transaction costs due to multiple signature verification
- Longer processing time as multiple parties must sign
- Requires coordination between signers for each transaction
- More complex setup and key management procedures
Payment gateways
For businesses operating payment gateways, exchanges, or services requiring high-volume transaction processing, Highload wallets are your best choice when handling thousands of payments and withdrawals efficiently. Highload wallets are specifically engineered for maximum throughput and cost efficiency:- Massive throughput: Process up to 8,380,415 requests with up to 254 outgoing messages (total maximum of up to 2 billion outgoing messages) per timeout period
- Query-based processing: Uses
query id
andbatch id
instead of seqno for better transaction submission tracking. They help discover individual transaction submission
- Cryptocurrency exchanges: Handle thousands of user withdrawals and deposits
- Payment processors: Process merchant payments and payouts at scale
- Trading platforms: Execute high-frequency trading operations
- Requires technical expertise for proper implementation
- More complex setup compared to standard wallets
- Need robust monitoring and error handling systems