itrx.io Open in urlscan Pro
2606:4700:10::ac43:b57  Public Scan

Submitted URL: https://buy-tron.energy/
Effective URL: https://itrx.io/en/
Submission: On November 10 via api from BE — Scanned from DE

Form analysis 1 forms found in the DOM

<form action="" class="mx-auto mb-0 space-y-4" autocomplete="off">
  <div class="flex items-center bg-slate-900 rounded-lg p-4" x-bind:class="{ 'border-red-500': data.amount_error, 'border': data.amount_error }">
    <label for="name" class="hidden sm:block w-16 xl:w-24 text-slate-400 flex-shrink-0">Energy</label>
    <input type="text" id="amount" :placeholder="`Least ${data.usdt_energy_need_old || 64000}`" class="w-full px-2 border-0 sm:border-l border-gray-500
                          focus:ring-0 bg-transparent" x-model="data.amount" @keyup="updatePrice" placeholder="Least 65000">
    <span x-text="data.usdt_energy_need_old" @click="data.amount=data.usdt_energy_need_old;updatePrice()"
      class="cursor-pointer bg-gray-100 text-gray-800 text-xs font-medium mr-2 px-2.5 py-0.5 rounded dark:bg-gray-700 dark:text-gray-400 border border-gray-500">65000</span>
    <span x-text="data.usdt_energy_need_new" @click="data.amount=data.usdt_energy_need_new;updatePrice()"
      class="cursor-pointer bg-gray-100 text-gray-800 text-xs font-medium px-2.5 py-0.5 rounded dark:bg-gray-700 dark:text-gray-400 border border-gray-500">131000</span>
  </div>
  <p x-show="data.amount_error" class="text-red-500 text-right" x-text="data.amount_error" style="display: none;"></p>
  <div x-show="!data.amount_error" class="flex justify-between text-slate-400 text-sm">
    <p x-show="!data.amount"></p>
    <p x-show="data.amount" x-text="`every day can make ${parseInt(data.amount/data.usdt_energy_need_new)} ~ ${parseInt(data.amount/data.usdt_energy_need_old)} transfers`" style="display: none;">every day can make 0 ~ 0 transfers</p>
    <p class="text-right">Energy Available <span x-text="data.platform_avail_energy">12906750</span><!--,单比最大 <span x-text="data.platform_max_energy">-</span>--></p>
  </div>
  <div class="flex items-center bg-slate-900 rounded-lg p-4 py-3">
    <label for="period" class="hidden sm:block w-16 xl:w-24 text-slate-400">Duration</label>
    <!--input type="number" id="period" placeholder="最长30天,最短1小时" class="w-full px-2 border-l border-gray-500
                                          focus:ring-0 focus:border-gray-300 bg-transparent"-->
    <fieldset class="flex-1 flex gap-0">
      <div>
        <input type="radio" name="period" value="0" id="period_0" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block" checked="">
        <label for="period_0"
          class="flex cursor-pointer items-center justify-center gap-2 rounded-l-md border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
          <p class="text-sm font-medium">1H</p>
        </label>
      </div>
      <template x-if="data.platform_avail_energy > 5000000">
        <div>
          <input type="radio" name="period" value="1" id="period_1" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
          <label for="period_1" class="flex cursor-pointer items-center justify-center gap-2 border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
            <p class="text-sm font-medium">1D</p>
          </label>
        </div>
      </template>
      <div>
        <input type="radio" name="period" value="1" id="period_1" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
        <label for="period_1" class="flex cursor-pointer items-center justify-center gap-2 border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
          <p class="text-sm font-medium">1D</p>
        </label>
      </div>
      <template x-if="data.platform_avail_energy > 5000000">
        <div>
          <input type="radio" name="period" value="3" id="period_3" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
          <label for="period_3" class="flex cursor-pointer items-center justify-center gap-2 border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
            <p class="text-sm font-medium">3D</p>
          </label>
        </div>
      </template>
      <div>
        <input type="radio" name="period" value="3" id="period_3" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
        <label for="period_3" class="flex cursor-pointer items-center justify-center gap-2 border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
          <p class="text-sm font-medium">3D</p>
        </label>
      </div>
      <template x-if="data.platform_avail_energy > 5000000">
        <div>
          <input type="radio" name="period" value="30" id="period_30" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
          <label for="period_30"
            class="flex cursor-pointer items-center justify-center gap-2 rounded-r-md border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
            <p class="text-sm font-medium">30D</p>
          </label>
        </div>
      </template>
      <div>
        <input type="radio" name="period" value="30" id="period_30" x-model="data.period" @change="updatePrice" class="peer hidden [&amp;:checked_+_label_svg]:block">
        <label for="period_30"
          class="flex cursor-pointer items-center justify-center gap-2 rounded-r-md border border-gray-500 py-1 px-3 text-gray-500 hover:border-gray-200 peer-checked:border-bg-indigo-600 peer-checked:bg-indigo-600 peer-checked:text-white">
          <p class="text-sm font-medium">30D</p>
        </label>
      </div>
    </fieldset>
  </div>
  <div class="flex items-center bg-slate-900 rounded-lg p-4">
    <label for="name" class="hidden sm:block w-16 xl:w-24 text-slate-400 flex-shrink-0">Recipient</label>
    <input type="text" id="receive_address" placeholder="Default is the payer" class="px-2 w-full border-0 sm:border-l border-gray-500
                          focus:ring-0 bg-transparent" x-model="data.receive_address">
  </div>
</form>

Text Content

Tron Energy Tron Energy
English
English 简体中文 Русский
Open Main Menu
TRX energy rent What is TRX energy Energy API Hot Cooperation
English
English 简体中文 Русский
Login Register
Tron Energy Tron Energy
Close menu
TRX energy rent What is TRX energy Cooperation Energy API Hot Login Register


TRX ENERGY(TRON ENERGY) RENT

Avoid/Solve “FAILED-OUT_OF_ENERGY”


TRON ENERGY(TRX ENERGY) RENT

 * Purchase trx energy(tron energy) to avoid/solve FAILED-OUT_OF_ENERGY
 * Purchase trx energy(tron energy) automatically ensuring every transaction
 * Supports API buy trx energy, bringing unlimited possibilities to your
   business scenarios
 * Supports intelligent account custody based on your transfer history


AS PER TRANSACTION OF USDT REQUIRES CONSUMPTION 65000 ENERGY (THE ESTIMATE
ENERGY IS DOUBLED WHEN THE RECIPIENT ADDRESS WITHOUT USDT)

🔥

Burn

13TRX

⚡️

Rent fee

3.5TRX


QUICK RENT

Estimate

Recipient address with balance in USDT, transaction costs 13TRX, estimated 65000
energy, No more burning Recipient address with balance in USDT, transaction
costs 27TRX, estimated 131000 energy, No more burning

Energy 65000 131000



every day can make 0 ~ 0 transfers

Energy Available 12906750

Duration

1H

1D

1D

3D

3D

30D

30D

Recipient
Cost Estimate :0TRX
Buy Now Buy Now Lack Of Energy


WHAT IS TRX ENERGY(TRON ENERGY)?


WHAT IS THE USE OF TRX ENERGY(TRON ENERGY)?

Currently, the scenario that uses the most energy on TRON is USDT transfer.
Currently, when a transfer is made and the other party has a USDT balance, it
requires 65k (13.2 TRX is burned if the energy is insufficient) energy. If the
other party does not have a USDT balance, 131k (if insufficient energy needs to
be burned, 27.3 TRX) energy is required. If there are insufficient resources, it
will prompt “Insufficient Energy” and the transaction cannot be completed.


WHY USE TRX ENERGY(TRON ENERGY)?

Let’s take the transfer of TRC20 USDT as an example. When the other party has a
USDT balance, 13TRX needs to be burned. After purchasing energy, only 3.50TRX is
needed. Compared with burning TRX directly, it saves about 73% in handling fees.
When the other party has no USDT balance, 27TRX needs to be burned. After
purchasing energy, you only need 6.55TRX, Compared with burning TRX directly, it
saves about 76% in handling fees. When you have stable wave field energy needs,
contact customer service to get more discounts


I HAVE ENOUGH TRX ENERGY, STILL FAILED

In addition to energy, transfers also require bandwidth. If it is just
insufficient energy, the transaction will still try to proceed, but energy will
be consumed, and finally it will prompt that TRX energy is insufficient. If the
energy is sufficient but there is no bandwidth, transactions cannot be carried
out. Generally, the wallet will prompt that TRX is insufficient. If it is called
through API, the transaction will be initiated on the chain, but it will fail
later and the block browser cannot query the transaction.


API ORDER TO RENT TRX ENERGY(TRON ENERGY)

If you have your own scenario, we also provide a stable energy API to maximize
support for your business.

To use the API, you need to register and log in before continuing, or you can
directly View API

Tron Energy

Copyright © 2023. All rights reserved.

How do you want to pay?

I have installed TronLink and can connect to transfer trx

Scan the QR to pay trx

Please transfer trx to the following address 0 TRX

to gain energy : ,Duration : 1H






YOU ARE CURRENTLY SERVING SOMEONE ELSETO RENT ENERGY, PLEASE MANUALLY COPY THE
ADDRESS TO THE TRANSFER NOTE WHEN TRANSFERRING. IF YOU FORGET TO ADD THE NOTE,
THE ENERGY WILL BE ENTRUSTED TO THE PAYMENT ADDRESS, PLEASE CONFIRM.


YOU ARE CURRENTLY PURCHASING ENERGY FOR YOURSELF. AFTER PAYMENT, THE ENERGY WILL
BE ENTRUSTED TO THE PAYMENT ADDRESS.

OK

OK Cancel



Loading...

Cancel OK