# Onboarding

Head over to <https://app.epochprotocol.xyz> to use Epoch.

We are currently in Beta, so first check if your wallet is whitelisted or not by simply connecting your metamask wallet to the app.

* If your wallet is not whitelisted head over to our Discord: <https://discord.com/invite/Pd4yZmqYjb>  and let any of the `@Admins` roles know that you want to be a part of our Beta testers.

Follow the below video to onboard to Epoch or read the steps below

{% embed url="<https://drive.google.com/file/d/1x0DGkSMn--S1Ew_wEKpz7XnQ8xbyVchS/view?usp=share_link>" %}
How to Onboard to Epoch
{% endembed %}

1. Step 1: Find "Connect Wallet" button on the header, and connect your desired wallet to the Epoch.
2. Step 2: This is optional for now since we have enabled paymaster in most of the chains, send some Gas tokens to the Account Abstraction enabled Smart wallet to cover transaction fee.
3. Step 3: Just click on "Deploy" to deploy your AA wallet, this is a one time thing for each chain.&#x20;
4. Step 4: Send any other tokens (like USDT, DAI, etc) that you want to use with Epoch or any other dapp.


---

# Agent Instructions: 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:

```
GET https://docs.epochprotocol.xyz/use-epoch-automation-dapp/onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
