# 4. Pirichain Transaction Types

### Asset transfer transactions

As the name suggests, it is sending coins or tokens between addresses in 2 base58 formats.

### Pushing data to the block network

It is the sending of companies or individuals' own data to the block network, either encrypted or unencrypted.

### Data sending to smart scenarios

Used for processing data of end users. Data or assets sent to smart scenarios can interact with other scenarios. Entity or data can be sent from one scenario to another scenario. Thus, it is being developed as a system with Turing completeness (Turing Integrity, Wikipedia). Figure 4.1 describes the relationship between them.

<figure><img src="/files/miZljpJts5yp2okjxIIi" alt=""><figcaption><p><strong>Figure 4.1:</strong> Operational relationship between Transactions and Smart Scenario</p></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://whitepaper.pirichain.com/pirichain-transaction-types/4.-pirichain-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.
