# Create Chain Record

[Create Chain Record](https://tokentool.bitbond.com/create-chain-record/ethereum) allows you to add a text entry to a blockchain. This is done by sending a transaction and attaching metadata to it.

<figure><img src="/files/S3ILKIiLMU4uq0y6sPJL" alt=""><figcaption></figcaption></figure>

Currently the Chain Record function supports sending of cryptocurrencies. Going forward the sending of custom ERC20 tokens will also be supported in order to attach metadata to transactions of custom ERC20 tokens as well.

As a securities registrar you can use this function in order to use blockchains as an immutable store of registry data in an anonymized as well as non-anonymized way.

To add a chain record you need to specify:

* Amount: native cryptocurrency of the selected chain (i.e. ETH, MATIC, AVAX or BNB) that you are sending in order to add the chain record. If you only want to create the entry without actually sending a high dollar amount, you can simply put in a very small amount such as 0.00001
* Message content: use any type of text based content – this could be plain text such as "hello world" or a hash such as the MD5 hash of "hello world" which is `5eb63bbbe01eeed093cb22bb8f5acdc3`
* Recipient address: address to which the transaction is sent

Here is an example configuration with plain text:

<figure><img src="/files/XSc8m7J15PLylSouXOZC" alt=""><figcaption></figcaption></figure>

After the record was created successfully, you can see this confirmation modal:

<figure><img src="/files/MpRgW9aGsBbHcU9O38l4" alt=""><figcaption></figcaption></figure>

From there you can see a block explorer link to the transaction. This is the link to the example above <https://testnet.snowtrace.io/tx/0x3278eee4e2e35be87f19c0b3a641a3416e1500ef52591b18041bf355326524bc>

To see the content on chain, select "Click to see More" in the bottom left of the explorer page. Then scroll to the bottom where it says "Input Data" and then from "View Input As" choose UTF-8. You will see all content the way you entered it:

<figure><img src="/files/wSH942C0TMLSRH5lspOt" alt=""><figcaption></figcaption></figure>


---

# 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://docs.bitbond.com/asset-tokenization-suite/token-tool/create-chain-record.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.
