Skip to content

Commit

Permalink
GITBOOK-32: Adding OP_RETURN
Browse files Browse the repository at this point in the history
  • Loading branch information
b-irving authored and komret committed Jun 6, 2023
1 parent b9949cc commit bfc6b37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* [URI handlers](en/3\_send-and-receive/transactions-in-depth/uri-handlers.md)
* [Electrum compatible signatures](en/3\_send-and-receive/transactions-in-depth/electrum-compatible-signatures.md)
* [Send RAW](en/3\_send-and-receive/transactions-in-depth/send-raw.md)
* [OP\_Return](en/3\_send-and-receive/transactions-in-depth/op\_return.md)
* [Buy, sell & exchange](en/4\_buy-sell-and-exchange/README.md)
* [fiat to cryptocurrency](en/4\_buy-sell-and-exchange/fiat-to-cryptocurrency/README.md)
* [Buy](en/4\_buy-sell-and-exchange/fiat-to-cryptocurrency/buy.md)
Expand Down
17 changes: 17 additions & 0 deletions en/3_send-and-receive/transactions-in-depth/op_return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OP\_Return

OP\_Return is a bitcoin feature that provides a memo field for transactions. Usage of OP\_Return is limited to prevent network congestion.

> ⚠️ OP\_Return transactions make any bitcoin sent with the transaction unspendable. Do not send more than the bare minimum plus a network fee when creating an OP\_Return transaction.
Messages stored on the blockchain will be viewable as long as bitcoin exists and can not be censored.

#### How to send a message using OP\_Return

1. Create a transaction by entering a recipient address, amount and fee.
2. Select **Add OP Return** from the ellipsis drop-down menu.
3. Enter your memo into the left text box. On the right, your message will be shown in hexadecimal.
4. Click **Review & Send.** Confirm all details on your Trezor and finish the transaction.
5. Once confirmed, the hexadecimal data can be retrieved and decoded from the bitcoin blockchain.

> 💡 Learn more about [OP\_Return](https://trezor.io/learn/a/use-op\_return-in-trezor-suite) on the Trezor knowledge base 

0 comments on commit bfc6b37

Please sign in to comment.