# Adding a Payout Wallet

To [create invoices (payment requests)](/docs/user-guide/invoice-creation.md), you must first add a payout address – referred to in goodPayments as the **«Forwarding Address»**. Once this address is set, all successfully paid invoices will automatically be forwarded to it.

To add your payout address, go to **«Settings» → «Wallet»**.

In the field **«New TRON Address»**, enter the wallet address where you want to receive payments.\
The address **must be activated** on the Tron network – inactive addresses cannot be added.

{% hint style="info" %}
To activate a Tron address, simply send the minimum possible amount of TRX to it (0.000001 TRX / 1 sun). The sender will be charged a 1.1 TRX network fee for this activation transaction.
{% endhint %}

{% hint style="warning" %}
**Important:** Only Tron Mainnet addresses are supported (Base58 format starting with **T**, 34 characters long). Make sure the address is correct – entering the wrong address may lead to irreversible loss of funds.
{% endhint %}

After entering the payout address, click **«Set TRON Address»**, then confirm the action with your 2FA code (if two-factor authentication is enabled). The configured address will appear on the «Wallet» page.

<figure><img src="/files/2ba7NiwXolwSHG0iMTuF" alt="" width="563"><figcaption></figcaption></figure>

If needed, you can change your payout address at any time. Click **«Change Address»**, then enter the new TRON address in the form that appears.

You can also set your forwarding address directly from the merchant [«Dashboard»](/docs/user-guide/user-dashboard-and-control-panel.md) – the process works the same way as described above.


---

# 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://goodpayments.gitbook.io/docs/getting-started/adding-a-payout-wallet.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.
