> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/quickstart.md).

# Quickstart

Open an ether.fi Personal or Business account in a few minutes.

You need an email address you can access. Business accounts can be opened on the web.

{% stepper %}
{% step %}

#### Choose your account type

Go to the [sign-up page](https://www.ether.fi/app/cash/sign-up) and choose **Personal** or **Business**.
{% endstep %}

{% step %}

#### Verify your email

Enter your email address, then enter the code we send you.
{% endstep %}

{% step %}

#### Accept the Terms of Use

Read and accept the [Terms of Use](https://www.ether.fi/legal/terms-of-use).
{% endstep %}

{% step %}

#### Set up a passkey

Create a passkey with your device. You use it to sign in and to approve actions. There is no password.
{% endstep %}

{% step %}

#### Verify your identity when asked

Identity verification is required for the Cash card and for bank transfers. In some regions you add funds to your account before verification starts. The app tells you what is needed for your account.
{% endstep %}

{% step %}

#### Add funds and get started

Add funds using the methods shown in your account. Then order your [Cash card](/etherfi/products/cash.md), trade in Markets, use [Borrow](/etherfi/products/borrow.md), deposit into [Earn](/etherfi/products/liquid.md), or [stake](/etherfi/products/staking.md).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The app shows the products, assets, rates, and limits available to your account. Availability varies by region. For help, visit the [Help Center](https://help.ether.fi/en/articles/602690-how-to-open-an-ether-fi-account).
{% endhint %}


---

# 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://etherfi.gitbook.io/etherfi/quickstart.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.
