> For the complete documentation index, see [llms.txt](https://docs.catfee.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catfee.io/getting-started/seamless-energy/wallet-settings/tronlink-setup.md).

# TronLink 设置

如果钱包支持自定义 TRON 节点或广播节点，可以把 CatFee 提供的专属无感能量域名配置为广播地址。钱包仍按原流程在本地签名，CatFee 只处理已签名交易的广播链路。

> 不同版本的钱包界面名称可能略有差异，但核心思路一致：找到网络或节点设置，把广播域名替换为 CatFee 提供的专属节点域名。

## 前置条件

* 已在 CatFee 用户中心申请无感能量节点
* 已取得节点访问域名
* 已决定使用绑定地址或 API KEY 鉴权
* 如果使用绑定地址，已提前在用户中心绑定发起交易的钱包地址，也就是交易里的 owner 地址

## 操作步骤

### 1. 打开钱包网络或节点设置

在 TronLink 中找到与网络、节点、自定义节点或开发者设置相关的入口。不同客户端入口名称可能不同，但都需要能修改广播目标节点。

不要把节点域名填到以下位置：

* 收款地址
* 备注
* 代币合约地址
* 联系人地址簿

### 2. 填写无感能量节点域名

将节点地址配置为：

```
https://{NodeSlug}.catfee.vip
```

如果钱包要求填写 Host、URL 或 Endpoint，填写该完整域名即可。

如果钱包同时区分 Full Node、Solidity Node、Event Server，请优先确认广播相关的节点配置项；不要把无感能量节点误填到与广播无关的位置。

### 3. 确认鉴权方式

* 绑定地址模式：无需额外保存密钥，只要交易中的 owner 地址已绑定即可
* 这里的 owner 地址，就是发起这笔交易的钱包地址
* API KEY 模式：仅当钱包支持自定义 Header 或额外认证信息时才适合使用
* 不鉴权模式：只建议临时验证时使用

对普通钱包用户，通常建议优先选择绑定地址模式。

### 4. 发起一笔小额合约交易

建议先测试以下任一场景：

* 小额 TRC20 转账
* 代币授权
* 测试环境或低风险合约调用

如果是普通 TRX 转账或账户类操作，这类非合约交易不会购买 ENERGY，而是直接转发。

## 验证结果

配置成功后，钱包应保持原有签名流程不变，但广播目标已变为 CatFee 无感能量节点。支持的合约交易在广播前会先完成 ENERGY 预估和资源准备。

用户侧最容易观察到的结果是：

* TRC20 转账或授权交易可以继续按原流程发起
* 普通 TRX 转账不会额外触发能量准备
* 钱包不需要额外保存私钥到 CatFee

## 常见问题

### 钱包只支持自定义节点，不支持自定义 Header，怎么办？

优先使用绑定地址模式。这样不需要在钱包侧传 `CF-NODE-KEY`。

### 钱包没有自定义节点入口，怎么办？

这类钱包通常只能等待钱包官方集成，或通过你自己的后端中转广播请求。

### 为什么普通 TRX 转账没有触发能量购买？

因为无感能量只会对支持的合约交易准备 ENERGY。普通 TRX 转账属于非合约交易，会直接转发。

## 下一步

* 其他客户端参考[其他钱包和应用](/getting-started/seamless-energy/wallet-settings/other-wallets-and-apps.md)
* 需要后端接入参考[应用集成](/getting-started/seamless-energy/application-integration.md)
* 需要风控建议参考[安全说明](/getting-started/seamless-energy/security.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.catfee.io/getting-started/seamless-energy/wallet-settings/tronlink-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
