> For the complete documentation index, see [llms.txt](https://docs.hoodprivate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoodprivate.com/using-hoodprivate/creating-your-account.md).

# Creating Your Account

Opening a HoodPrivate account takes a few minutes. No seed phrase, no hardware wallet, no prior crypto experience. This is what self-custody looks like when it's built for everyone.

***

## Prerequisites

* A device with passkey support (Face ID, Touch ID, Windows Hello, or a hardware security key)
* An email address
* A government-issued ID for identity verification

***

## Step-by-step

### 1. Sign up

Enter your email and create a passkey on your device. That passkey becomes the root of your HoodPrivate keypair: cryptographic self-custody with nothing to write down and nothing to memorize.

### 2. Verify your identity

HoodPrivate requires KYC at account creation, in line with the GENIUS Act framework it operates under. Privacy from the public, accountability where the law requires it. You'll be asked to verify your identity through our KYC provider:

* A photo of a government-issued ID
* A liveness check (a quick selfie video)

Basic verification unlocks standard transaction limits. Enhanced verification, requiring additional documentation, unlocks higher limits for Personal and Business accounts.

### 3. Claim your handle

Choose a `@handle`. This is your name in the network, how people send you money without ever needing your raw EVM address. See [HoodPrivate Handles](/using-hoodprivate/hoodprivate-handles.md).

### 4. Fund your account

Deposit USDG from an exchange or another wallet, or use a linked bank transfer where available in your jurisdiction. A small ETH reserve is maintained automatically to cover gas fees. You never need to hold or think about ETH directly. That's our job.

***

## What happens on-chain during signup

Behind that few-minute flow, your account creation provisions real infrastructure:

* A Robinhood Chain smart account address, derived from your passkey
* A confidential token account for USDG in HoodPrivate's confidential token contracts, which is what enables encrypted transfers
* An off-chain profile record linking your `@handle` to your public key, used only for lookup and display

No balance or transaction data exists yet. Your first transfer is the first thing that gets encrypted. Privacy isn't switched on later; it's there from transaction one.

***

## Account types at signup

By default, new signups get a Personal account. If you're onboarding as a company, choose Business during signup for team-oriented features and higher limits. See [Account Types](/overview/account-types.md) for the full comparison, including Agent accounts.

***

## Next

* [Sending & Receiving](/using-hoodprivate/sending-and-receiving.md)
* [HoodPrivate Handles](/using-hoodprivate/hoodprivate-handles.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hoodprivate.com/using-hoodprivate/creating-your-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
