# Account The `Account` vertical handles account creation, funding, and administration. (The class is named `AccountVertical` to avoid colliding with the [`Account`](/docs/simplexrpl/references/types#account) record type — a [core type](/docs/simplexrpl/references/types) used across the SDK; it is reached as `client.account`.) | Method | Description | | --- | --- | | [create](/docs/simplexrpl/references/verticals/account/create) | Generate a new keypair locally (no transaction). | | [activate](/docs/simplexrpl/references/verticals/account/activate) | Activate a created account with operator-funded XRP. | | [fund](/docs/simplexrpl/references/verticals/account/fund) | Fund a created account from a testnet/devnet faucet. | | [set](/docs/simplexrpl/references/verticals/account/set) | Update account settings and flags. | | [setRegularKey](/docs/simplexrpl/references/verticals/account/setregularkey) | Set or remove the account's regular key. | | [depositPreauth](/docs/simplexrpl/references/verticals/account/depositpreauth) | Grant or revoke deposit preauthorization. | | [retrieve](/docs/simplexrpl/references/verticals/account/retrieve) | Read an account's on-chain state. | | [listOffers](/docs/simplexrpl/references/verticals/account/listoffers) | List the DEX offers placed by an account. |