> 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/sol-address.md).

# Solana转账注意事项

Solana创建新钱包，会生成长度为43或44的地址，这都是可以正常生成的地址。如果把44位的地址去掉任意一位或43位地址任意增加一位，对于结果来说它依然是一个有效的43/44位地址，但是跟原地址/私钥没有关系，因为该地址不是私钥推导出来的，也就找不到对应的私钥，相当于黑洞地址。

Solana地址是无校验位的Base58编码，只能验证字符和长度，无法校验地址是否修改，随意改变字符的地址可以正常使用。同样的TRON（波场）也是Base58，不过有校验位，地址变动了会校验失败。

<mark style="color:red;">**所以在使用Solana钱包转账时，请务必核对好收款地址的完整性，否则转出地址出现问题资产就会丢失无法找回。**</mark>


---

# 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/sol-address.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.
