> For the complete documentation index, see [llms.txt](https://docs.epikprime.com/epik/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epikprime.com/epik/support/how-to/link-wallet-to-account.md).

# Link Wallet to Account

## Step 1: Sign in to Epik Prime Account

Go to epikprime.com and log in to an account.

<figure><img src="/files/3RdpTJJHsHl9Z47YrrJQ" alt=""><figcaption></figcaption></figure>

## Step 2: Go to Profile

Users can proceed to the Profile tab and click on "Link your crypto wallet".

<figure><img src="/files/6h1Co5OfjgaZN2OcxyCs" alt=""><figcaption></figcaption></figure>

## Step 3: Connect Wallet

Users can scan the QR code if they are using mobile crypto wallet app, or select a wallet connected to the browser extension.

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

## Step 4: Choose a Wallet Account

A pop-up will show where users can select an account in the wallet to connect to their Epik Prime account.

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

## Step 5: Register the Wallet

Once users have chosen the wallet account, they can proceed to register the wallet to their Epik Prime account.

<figure><img src="/files/02zS9h6SKwa7GIDA5Jzq" alt=""><figcaption></figcaption></figure>

## Step 6: Sign Using Crypto Wallet

Users will need to sign the linking/registration of their wallet address using their crypto wallet.

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


---

# 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.epikprime.com/epik/support/how-to/link-wallet-to-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.
