# Tx Originators

## What is a Transaction Originator?

Any entity broadcasting on-chain transactions qualifies as a "Transaction Originator", making it eligible for the "State Update Auction".

Transaction broadcasting occurs when an entity executes the RPC call [eth\_sendRawTransaction](https://docs.alchemy.com/reference/eth-sendrawtransaction) to a node for a specific transaction.

## Get Started Integrating

Blink's integration is designed to be as simple as possible, it only requires switching over to Blink's RPC node endpoint.

This endpoint replicates the standard node endpoint provided by RPC services such as Alchemy or Quicknode, eliminating the need for additional changes.

For a quick setup of your individual account and dashboard, please contact us at <contact@blinklabs.xyz>.

Individual users can get started with Blink quickly by visiting [https://blinklabs.xyz](https://blinklabs.xyz/) and clicking the "Get Protected" button.

***

See additional details on your specific integration below:

* [General](/blink/get-started/integration/general.md)
* [Wallets](/blink/get-started/integration/wallets.md)
* [Oracles](/blink/get-started/integration/oracles.md)
* [Bots](/blink/get-started/integration/solvers-and-bots.md)
* [Individual Users](/blink/get-started/integration/individual-users.md)


---

# 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.blinklabs.xyz/blink/get-started/tx-originators.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.
