# TxAccountClaims

#### Blockchain operations

* claim\_account

#### Columns

| **name**   | **Description**                             |
| ---------- | ------------------------------------------- |
| creator    | account claiming an account creation ticket |
| fee        | fee paid                                    |
| extensions | reserved for future use                     |

#### Description

This table contains the “requests” from users or dApps to get an account creation ticket in order to create new accounts. These operations are issued **before** the actual creation of the account on the blockchain.

Although at the blockchain level the operation of creating a claimed account is of different type (*create\_claimed\_account*) from the previous account creation operations (*account\_create* and *account\_create\_with\_delegation*), HiveSQL stores them all in a single table: `TxAccountCreates`.


---

# 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.hivesql.io/technical-informations/operations/txaccountclaims.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.
