> For the complete documentation index, see [llms.txt](https://docs.koinbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinbay.com/get-started/get-verified-kyc.md).

# Get Verified (KYC)

## **Step-by-Step Guide**

{% hint style="success" %}
All users must complete the KYC process and achieve at least Tier 1 verification to access KoinBay's products and services.
{% endhint %}

1. **Agree to Terms:**\
   *•* Check the box to agree to KoinBay's terms and service.\
   *•* Click 'Sign Up'.
2. **Complete your Verification:**\
   *•* Go to Profile. \
   *•* Click on Identity Verification.
3. **Choose Verification Type:**

   *•* For individuals: Select 'Personal Authentication'.

   *•* For institutions: Select 'Enterprise Authentication'.
4. **Enter Personal/Company Information:**

   *•* Input your full legal name and other required details.

   *•* Click 'Next'.
5. **Upload the requested Documents:**

   *•* Complete On-Screen Instructions.

   *•* Provide any additional information as requested.
6. **Confirm Residential Address:**

   *•* Type in your residential address.

   *•* Click 'Confirm'.
7. **Access Your Dashboard:**

   *•* Click 'Go to Dashboard' and wait for document review.
8. **Final Verification:**

   *•* Once documents are verified, you can add a payment method and start using the platform.

{% hint style="info" %}
The KYC process typically takes about 2-5 minutes, depending on the clarity and accuracy of the uploaded documents.
{% endhint %}

{% hint style="warning" %}
Rejections usually occur if the provided documents are not clear or the information is incorrect. Ensure that the images are high quality with readable text and that all data entered is accurate.
{% 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://docs.koinbay.com/get-started/get-verified-kyc.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.
