Traxvo

Fee Structure

Understanding Traxvo pricing and fees

Fee Structure

Traxvo charges simple, transparent fees on deposits and payouts.

Deposits

Fee0.5% per deposit
Minimum Fee (TRON)$5 USD
Minimum Fee (BSC)$1 USD
Minimum DepositNone

The higher minimum fee on TRON covers energy rental costs for TRC20 transfers.

Deposit Examples (TRON)

Amount0.5% FeeMin FeeActual FeeYou Receive
$100$0.50$5.00$5.00$95.00
$500$2.50$5.00$5.00$495.00
$1,000$5.00$5.00$5.00$995.00
$2,000$10.00$5.00$10.00$1,990.00
$5,000$25.00$5.00$25.00$4,975.00

Deposit Examples (BSC)

Amount0.5% FeeMin FeeActual FeeYou Receive
$50$0.25$1.00$1.00$49.00
$100$0.50$1.00$1.00$99.00
$200$1.00$1.00$1.00$199.00
$500$2.50$1.00$2.50$497.50
$1,000$5.00$1.00$5.00$995.00

Payouts

FeeNone
GasPaid by merchant

Payouts are free! Traxvo charges no fees for payouts. You only pay the network gas fee when broadcasting transactions from your connected wallet.

Payout Examples

AmountTraxvo FeeUser Receives
$10$0$10.00
$50$0$50.00
$100$0$100.00
$500$0$500.00
$1,000$0$1,000.00

You pay only blockchain gas fees (~$0.30-1.00 on TRON, ~$0.10-0.50 on BSC)

Fee Calculation

function calculateFee(amount, chain, feePercent = 0.5) {
  // Chain-specific minimum fees
  const minFee = chain === "TRON" ? 5 : 1;
 
  const percentFee = amount * (feePercent / 100);
  return Math.max(percentFee, minFee);
}
 
// TRON examples
calculateFee(100, "TRON");   // $5.00 (minimum applies)
calculateFee(1000, "TRON");  // $5.00 (minimum applies)
calculateFee(2000, "TRON");  // $10.00 (0.5% applies)
 
// BSC examples
calculateFee(100, "BSC");    // $1.00 (minimum applies)
calculateFee(500, "BSC");    // $2.50 (0.5% applies)
calculateFee(1000, "BSC");   // $5.00 (0.5% applies)

No Hidden Costs

  • No setup fees - Get started for free
  • No monthly fees - Pay only when you transact
  • No withdrawal fees - Funds swept directly to your wallet
  • No payout fees - Send payouts for free (you pay gas only)

Network Gas Fees

Deposits

Traxvo covers all gas fees for deposits:

  • Monitoring deposit addresses
  • Sweeping deposits to your wallet
  • TRON energy rental for TRC20 transfers

Gas fees are included in the deposit fee (0.5% with $5 min on TRON, $1 min on BSC).

Payouts

For payouts, you pay the network gas directly from your connected wallet. Typical gas costs:

  • TRON (TRC20): ~$0.30-1.00 per transaction
  • BSC (BEP20): ~$0.10-0.50 per transaction

Summary

TypeFeeMin Fee (TRON)Min Fee (BSC)Min Amount
Deposits0.5%$5$1None
PayoutsFree--None

Payouts: You pay network gas only (~$0.10-1.00 depending on chain)

Why Different Minimum Fees?

TRON ($5 minimum):

  • TRC20 USDT transfers require energy
  • Traxvo rents energy via TronSave to process sweeps
  • Higher minimum covers energy rental costs

BSC ($1 minimum):

  • BEP20 transfers use standard gas
  • Lower network fees allow lower minimum

On this page