> For the complete documentation index, see [llms.txt](https://docs.hivesql.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesql.io/technical-informations/operations/txaccountclaims.md).

# 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`.
