> 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>
