> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Builder Transactions

> Successfully completed transactions with builder address and fee

The `hyperliquid.raw.builder_transactions` table contains successfully completed transactions with builder address and fee.

## Table Columns

| Column Name      | Description                                           |
| ---------------- | ----------------------------------------------------- |
| block\_timestamp | The timestamp of the block the transaction belongs to |
| builder          | The builder address associated with the transaction   |
| f                | The builder fee                                       |
| action\_type     | The type of action triggered by the transaction       |
| error            | Error message if the action in the transaction failed |
| hash             | Transaction hash                                      |
| user             | The address of the user that executed the transaction |
| block\_height    | The height of the block the transaction belongs to    |
| action           | The full action payload as a JSON variant             |
