# Transaction Types

Text

0: coinbase transaction, for validator/lightning reward

1: slash transaction, for slashing malicious actors

2: send transaction, for sending tokens among accounts

3: reserve fund transaction, for off-chain micropayment

4: release fund transaction, for off-chain micropayment

5: service payment transaction, for off-chain micropayment

6: split rule transaction, for the "split rule" special smart contract

7: smart contract transaction, for general purpose smart contract

8: deposit stake transaction, for depositing stake to validators/lightnings

9: withdraw stake transaction, for withdrawing stake from validators/lightnings


---

# 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://documentation.script.tv/api-references/rpc-api-reference/getblock/transaction-types.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.
