For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐ŸงฎFees

Storm Trade users pay two types of fees:

  • ๐Ÿ”— Network fee โ€” for executing a transaction on the TON blockchain;

  • โš™๏ธ Storm Trade protocol fee โ€” for using the platform and performing trading operations.


๐Ÿ”— TON blockchain network fee

The network fee consists of several components and is calculated based on many factors: the size and content of the transaction, network conditions, processing time, and so on.

๐Ÿ’ก Important: The exact fee cannot be predicted in advance. This is why most services reserve an amount with a buffer and return the remainder to the user once the transaction is complete.

On Storm Trade, opening a position charges around ~0.25 TON, of which ~0.17 TON is returned to the user's wallet.

๐Ÿ“ Network fee formula:

TransactionFee=StorageFees+InFwdFees+ComputationFees+ActionFees+OutFwdFeesTransaction Fee = Storage Fees + In Fwd Fees + Computation Fees + Action Fees + Out Fwd Fees
Component
Description

storage_fees

Payment for storing the smart contract on the blockchain when sending/receiving a transaction

in_fwd_fees

Fee for delivering incoming external messages

computation_fees

Payment for executing code in the TVM virtual machine

action_fees

Payment for performing actions in the smart contract body

out_fwd_fees

Payment for sending outgoing internal messages


โš™๏ธ Storm Trade protocol fee

The platform fee is charged when opening and closing a position and is deducted automatically from your collateral.

๐Ÿ“Š The fee depends on the trading pair:

  • ๐Ÿ’ฐ For USDT pairs โ€” from 0.06% to 0.12%

  • ๐Ÿ’Ž For TON/NOT pairs โ€” from 0.12% to 0.2%

  • ๐Ÿ’ต For Forex pairs โ€” 0.06%

  • ๐Ÿช™ For Gold โ€” 0.08%

๐Ÿ’ก Example: Opening a 100 USDT position with 10x leverage on a USDT pair: 100 * 10 * 0.0012 = 1.2 USDT will be charged as a fee.


๐Ÿ•’ Funding

Funding Fee is a recurring (hourly) payment between traders holding opposite positions, used in perpetual futures trading.

๐Ÿ” How funding works:

  • If most traders go long and funding turns positive:

    • ๐Ÿ’ธ Long traders pay, short traders receive.

  • If shorts dominate the market and funding turns negative:

    • ๐Ÿ’ธ Short traders pay, long traders receive.

๐Ÿ“Œ Funding helps balance supply and demand in the perpetual futures market.


๐Ÿ„ Understanding the fee structure helps you manage your positions and costs on Storm Trade more effectively.

Last updated