# OP\_NOP

<figure><img src="/files/1YeKcpHqX6XVsH5UlXEt" alt=""><figcaption></figcaption></figure>

**OP\_NOP** simply performs no action. It consumes nothing from the stack and leaves nothing on the stack. It can be used in sophisticated transaction templates to pad elements of a script or maintain size requirements.

| **Word** | **Hex** | **Input** | **Output** | **Description**                                                   |
| -------- | ------- | --------- | ---------- | ----------------------------------------------------------------- |
| OP\_NOP  | 0x61    | Nothing   | Nothing    | Does nothing. Can be used as a placeholder or for script padding. |

#### Example: Script Padding

```
<data> OP_NOP OP_HASH160 <hash> OP_EQUAL
```

OP\_NOP is used as a placeholder that could be replaced in future versions while maintaining script size compatibility.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/bsv-opcodes/op_nop-op_ver/op_nop.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.
