> 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.md).

# 钱包设置

无感能量对钱包或应用表现为一个可直接配置的 TRON 广播节点。您通常只需要替换广播域名，不需要改本地签名流程。

## 适用场景

* 支持自定义 TRON 节点或广播节点的钱包
* 需要通过后端统一转发已签名交易的应用
* 需要在多种客户端之间统一接入方式的钱包团队

## 先判断自己属于哪一种

* 您用的是 TronLink，并且准备手动填节点：看[TronLink 设置](/getting-started/seamless-energy/wallet-settings/tronlink-setup.md)
* 您用的是其他支持自定义节点的钱包：看[其他钱包和应用](/getting-started/seamless-energy/wallet-settings/other-wallets-and-apps.md)
* 您的钱包没有自定义节点入口：这组钱包配置文档暂时不适用，通常需要等待钱包官方支持，或改为由后端统一广播
* 您准备通过后端统一控制广播：优先看[应用集成](/getting-started/seamless-energy/application-integration.md)

## 如何选择配置方式

### TronLink 设置

适合支持自定义节点、并由用户直接在钱包内完成配置的场景。

查看[TronLink 设置](/getting-started/seamless-energy/wallet-settings/tronlink-setup.md)。

### 其他钱包和应用

适合其他支持自定义节点的钱包、DApp、自建后端和 gRPC 客户端。

查看[其他钱包和应用](/getting-started/seamless-energy/wallet-settings/other-wallets-and-apps.md)。

## 鉴权建议

* 后端服务或钱包平台优先使用 API KEY。请求必须携带 `CF-NODE-KEY: {AccessKey}`，且值与节点保存的 41 位随机 `AccessKey` 一致
* 普通钱包用户优先使用绑定地址。请求里的第一笔交易发起地址必须已绑定到该节点
* 不鉴权只适合临时测试

## 下一步

* 首次接入参考[快速入门](/getting-started/seamless-energy/quick-start.md)
* 服务端开发参考[应用集成](/getting-started/seamless-energy/application-integration.md)
* AI 辅助改造参考[AI 辅助接入](/getting-started/seamless-energy/ai-assisted-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:

```
GET https://docs.catfee.io/getting-started/seamless-energy/wallet-settings.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.
