# 关于Solana交易Memo

#### 什么是Solana交易Memo <a href="#id-0" id="id-0"></a>

Solana Memo 是Solana链上的交易备忘录程序，用于验证 UTF-8 编码字符的字符串，并验证提供信息的任何帐户是否是交易的签名者。 Solana Memo还将备忘录以及任何经过验证的签名者地址记录到交易日志中，以便任何人都可以通过检查交易日志，查看Memo并知道它们已被零个或多个地址批准。

#### Solana交易Memo如何添加 <a href="#id-1" id="id-1"></a>

在发起交易前，打开高级模式，添加任何你想要添加的Memo内容。 你可以直接填写想要添加的内容，或者将其转化为十六进制数据并粘贴至输入框。由于Solana网络限制，内容长度请不要超过566字节

请务必注意您的数据是纯文本还是十六进制数据，确保内容输入准确！交易一经发起，将无法更改任何交易信息！

#### Solana交易Memo如何查看 <a href="#id-3" id="id-3"></a>

当您的交易信息已经发起，您就可以前往Solana的任何交易浏览器查看你的交易以及对应的交易信息，但不限于Memo，交易网络费用，交易时间等。

<figure><img src="https://help.tokenpocket.pro/~gitbook/image?url=https:%2F%2F261497644-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-MMF2k4MCaxErpZyah2d%252Fuploads%252F5nQZiS05XqmaeoHhXqLG%252Fzc1.png%3Falt=media%26token=0d9cdc09-defd-4b27-8bc1-8c6ab5202d6b&#x26;width=768&#x26;dpr=1&#x26;quality=100&#x26;sign=2428a1629a6735c08974a4d15883ffbaa583ed76ba0db6066559abc968455f82" alt=""><figcaption></figcaption></figure>

**Solana区块链浏览器：**

<https://solscan.io/>

<http://solanabeach.io/>

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


---

# Agent Instructions: 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://help.tpwallet.io/cn/faq/solana-wallet/memo.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.
