> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/cn/faq/solana-wallet/associated-account.md).

# 关于 Solana “关联账号”

在Solana网络中，如果进行非SOL转账，转账或收款的账号都为关联账号，而非钱包账号。 您在转账或收款的时候仅需出示钱包账号即可，钱包会自动查找该Token的关联账号，如果没有关联账号，则会帮接收账号创建关联账号，创建关联账号会消耗0.02 SOL，请您确保钱包有足够的SOL。

\*Solana 区块链的代币格式为 SPL.

**什么是关联账号？**

“关联账号”是Solana公链的底层逻辑中的重要一环，在Solana公链中每一次SPL转账/收款都需要通过链上对应token的关联账号来进行。每个钱包地址的关联账号都由该钱包的私钥和助记词进行控制。

**没有关联账号，怎么创建？**

在进行非SOL转账/收款过程中，先输入钱包地址，网络将会先对该钱包地址进行关联账号创建，创建关联账号需要消耗0.02 SOL手续费，后续将会根据该关联地址完成转账。

创建完成后的收款/转账仅需出示钱包账号即可，钱包会自动查找该Token的关联账号，并完成对应收款/转账。

**已有关联账号：**&#x8F6C;账或收款是输入钱包账号/关联账号即可；

**未有关联账号：**&#x8F6C;账或收款时输入钱包账号，网络将会先进行关联账号创建，创建关联账号需要消耗0.02 SOL的手续费，请预留充足资金。

**如何查询“关联账号”？**

1.进入Solana区块浏览器

<https://solscan.io/>

<http://solanabeach.io/>

<http://explorer.solana.com/>

2.输入SOL钱包地址，点击【SPL Token TXs】，「DESTINATION」所示，就是这笔转账关联账号。

![](/files/-MkfbjHl5GKFURwHLWk8)

注意：只有进行非SOL转账/收款时，才需要“关联账号”，进行Solana原生币SOL转账/收款，不需要使用“关联账号”。


---

# 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://help.tokenpocket.pro/cn/faq/solana-wallet/associated-account.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.
