> For the complete documentation index, see [llms.txt](https://matrixdock.gitbook.io/matrixdock-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matrixdock.gitbook.io/matrixdock-docs/english/get-started/onboard-with-matrixdock.md).

# Onboard with Matrixdock

## Step 1   Create Account

To kickstart, open an account at Matrixdock.

Access from: <https://www.matrixdock.com/dock/sign-up>

## Step 2   Complete KYC and Accredited Investor verification

KYC ( "Know Your Customer") is aimed at preventing fraud, money laundering, and other illicit activity. After log into your account, please follow the link to complete KYC and Accredited Investor verification step by step, depending on the product intended.

Access from: <https://app.matrixdock.com/verification>

* STBT requires both KYC and Accredited Investor verifications
* XAUm requires KYC verification only

## Step 3  Add whitelist

For STBT users, once KYC and Accredited Investor verifications are approved, users can sign to add addresses to whitelist, or manually add them via Satoshi test.

Access from: <https://app.matrixdock.com/whitelist>


---

# 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://matrixdock.gitbook.io/matrixdock-docs/english/get-started/onboard-with-matrixdock.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.
