# Transactions & Events

Events and Transactions are the fundamental units of state change within the Eidon network. Each event is executed and recorded on the sequencer - and later on the blockchain - creating a permanent and auditable history of all activity and contributions to the network.

### **Key Event Categories:**

* **Data Management:** Handles the submission, curation, and management of data.
  * **Example:** Submitting new data, adding data to datasets, deleting data.
* **Reward & Payment:** Manages the distribution and claiming of rewards for data providers.
  * **Example:** Reward accrual transactions, payment transactions.
* **Dataset Interactions:** Facilitates the creation, usage, and management of datasets.
  * **Example:** Dataset creation, data inclusion, data usage transactions.

As the Network evolves, more functionality and events will be added.

Explore the sequencer below:

{% embed url="<https://explorer.eidon.ai/>" %}


---

# 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.eidon.ai/the-network/transactions-and-events.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.
