# TRON (TRX)

On the `/stake/trx` page of the dashboard you can check staking information about the network and stake your TRX in a few clicks with an intuitive onboarding.

{% hint style="info" %}
**Staking in TRON requires freezing your balance**, which provides you with TRON resources (bandwidth or energy) and TRON Power. **To earn rewards, you must use your TRON Power to vote** for a Super Representative, with one TRON Power equaling one vote.
{% endhint %}

Select the Account you want to stake on, the amount of TRX you wish to stake, the type of resources you want to obtain and connect your wallet to stake!

<figure><img src="/files/jllnjZGnp4alstpPEljG" alt=""><figcaption><p>TRON Staking page on the dashboard</p></figcaption></figure>

After obtaining TRON Power, navigate to the vote tab to cast your votes and begin earning rewards.

{% hint style="info" %}
Every time you send a new vote, **any previous votes are replaced**. Make sure to list all intended votes in each vote transaction.
{% endhint %}

<figure><img src="/files/oYDb28478B9v0XyJMKay" alt=""><figcaption><p>TRON Voting page on the Dashboard</p></figcaption></figure>

For more information on the mechanics of TRON please refer to [this page](https://docs.kiln.fi/v1/kiln-products/validators/protocols/tron-trx).

### Stack with Fireblocks

{% hint style="info" %}
Transactions using the Fireblocks Raw Signing API are only enabled on Kiln Dashboard per request for organizations that have passed a security review from the Kiln and Fireblocks team regarding your API user setup. [More informations](/v1/integrations/custody-platforms/stake-from-fireblocks.md#stake-from-kiln-dashboard-using-fireblocks-raw-signing-api). \
**To enable this for your organisation, please get in touch with the Kiln team.**
{% endhint %}

Once you have [setup your Fireblocks Vault](https://docs.kiln.fi/v1/kiln-products/connect/sdk/getting-started#setup-fireblocks), you can use your credentials to stake TRX using your Fireblocks Vault.

<figure><img src="/files/K6oTJpV4Og0bF3qh0Cqe" alt=""><figcaption></figcaption></figure>

### Fireblocks Raw Signing Notes:

Some notes about Fireblocks raw signing: due to technical limitations in Fireblocks API, the connection goes through Kiln's Fireblocks proxy

1. No Fireblocks account information or associated secrets are stored within any of Kiln's services, including our dashboard
2. We have ensured that no logs capture this sensitive data
3. The operational design guarantees that these secrets are transmitted directly to the Fireblocks API, without any interim storage
4. Please note that upon reloading the dashboard or selecting the 'disconnect wallet' option, the system terminates access to any Fireblocks-related information

***

After connecting and selecting your Fireblocks vault, simply choose the amount and click "stake." Before signing your transaction, decode it in [Minitel](https://trx.minitel.app/) or your preferred decoding tool. Carefully review and confirm that the decoded transaction details match your intended action.

In Minitel, you can paste your transaction's raw message content, retrievable from your Fireblocks console, to decode it.

For a complete walkthrough, check out the demo below

{% embed url="<https://drive.google.com/file/d/13GniUh5gRdiDfNm5FjRDrnJ179atSPQw/view?usp=sharing>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kiln.fi/v1/kiln-products/dashboard/staking/tron-trx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
