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

# Account Creation

{% embed url="<https://www.app.homebasedao.io/register>" %}
Follow this link to register for a Homebase Account
{% endembed %}

## Create your Account

The first step is to click on “Sign Up” on the Homebase landing page, and create an account.

<figure><img src="/files/ncMdGEcPE8zYwXHqskSW" alt=""><figcaption></figcaption></figure>

If you already have a Solana wallet, use the “Solana Wallet Sign Up” button below.

![](/files/5PN81JthZjjeQagHihe3)

## Complete Signup Form

You’ll be asked for the following information:

> 🚨Important: Enter accurate, up-to-date information to avoid any issues.

* Email address
* Name
* Accreditation Status
  * This is important because our offerings are structured as Reg D security offerings. Some investments will only be available to accredited investors.
  * How do you know if you are accredited? If you meet any of the following criteria:
    * The Securities and Exchange Commission (SEC) defines an accredited investor as someone who meets one of the following three requirements:
      * **Income:** Has an annual income of at least $200,000, or $300,000 if combined with a spouse’s income. This level of income should be sustained from year to year.
      * **Professional**: Is a “knowledgeable employee” of certain investment funds or holds a valid Series 7, 65 or 82 license.
      * **Net Worth:** Has a net worth of $1 million or more, either individually or together with a spouse, but excluding the value of a primary residence.
    * If you check yes, you will be required to submit proof of accreditation, detailed in the [Proof of Accreditation Section](/creating-an-account/identity-verification.md#optional-proof-of-accreditation).
* Country of Residence

![](/files/SAfgJFuAOC0LAP2gN256)

## Confirm your Email

Homebase will send you a verification email to your registered email address. When you get to this screen, open another tab or window to check your email for the verification email from <info@homebasedao.io> and paste the code in the input box labeled “Code”.

![](/files/OjaIsUetXPlYZEQhAlIj)

To create an account go to <https://www.app.homebasedao.io/register>.


---

# 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.homebasedao.io/creating-an-account/account-creation.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.
