> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/user-account-creation-and-kyc-verification.md).

# User Account Creation and KYC Verification

### Birake Account Creation Process

* Head over to  [<mark style="color:blue;">https://trade.birake.com/</mark>](https://trade.birake.com/)
* Click on "**Create Account / Login**" from the top menu bar.&#x20;

You will be redirected to the account creation page where you will have to fill out the form with:

1. Your desired Account Name
2. Email address
3. The password is already generated. You just have to copy and paste it into the "**Confirm password**" field.
4. Select the three checkboxes to confirm you agree to the terms. Then click on the "**Create an accoun**t" button to complete the registration process.

<figure><img src="/files/9OeWpro4aU926RYSrIbj" alt=""><figcaption></figcaption></figure>

We advise you to keep your password safe to avoid any difficulties accessing your account. Please store your password securely.

### Birake KYC Verification Process

After successfully creating an account, it will be necessary to verify it with an identity document. This will enable you to deposit and withdraw funds.

* Click on the profile icon at the top right corner of the screen and choose "**Verification**" from the list.

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

* Existing users are also required to undergo a new KYC process with the new provider. Please click on the '**RESEND**' button, and an email will be sent containing a link to complete the KYC process.

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

* To continue with the verification, follow the email by clicking on the red '**Verify**' button. Please note that this notification is always sent to the email address you provided during the initial registration of your account on Birake Exchange

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

The KYC verification process requires a smartphone so that the necessary information will be introduced.\
\
If you are already following the previous instructions on this type of device, please skip the next two steps related to the phone number, and proceed directly to the privacy policy agreement.\
\
Conversely, if you are performing this task from any computer, please follow the phone number verification process to proceed with your KYC session on the smartphone.

* To initiate the KYC process, you will be required to verify your phone number.

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

* Following that, you will receive an SMS on the provided phone number containing the KYC link. Ensure that you complete the process directly on your phone, as copying and pasting the link into your browser may not work.

<div align="center"><figure><img src="/files/bSaLEUCcweIgXxnlFMGo" alt="" width="432"><figcaption></figcaption></figure></div>

* On the subsequent page, please agree to the privacy consent and click on **'Continue.**'

<div align="center"><figure><img src="/files/DdlwTBdPmDQZsRf1MUbc" alt="" width="375"><figcaption></figcaption></figure></div>

* Select the '**Capture my ID**' button to photograph the front page of your National ID card.

<div align="center"><figure><img src="/files/DxgkSM65G3D8QxdvcfrO" alt="" width="375"><figcaption></figcaption></figure></div>

* Repeat the process for the back of your ID card by clicking on the **'Capture my ID**' button.

<figure><img src="/files/jWcXd70AtTUzq1w3MLKB" alt="" width="375"><figcaption></figcaption></figure>

* After the ID verification, you will have the opportunity to review your ID details. While most fields will be automatically generated, it is crucial to verify their accuracy. If any information is incorrect, you will be able to make the necessary changes.
* Check the checkbox to confirm your agreement with the consent policy once again. When you are certain that your details are accurate, click on the "**My details are correct**" button.

<div data-full-width="false"><figure><img src="/files/MzCbu2M63vFRrTPPsdFS" alt="" width="375"><figcaption></figcaption></figure></div>

* Next, you will be required to finalize the face verification process by recording a selfie video.

<figure><img src="/files/PUmeCHhiOAX2LBICTtaV" alt="" width="375"><figcaption></figcaption></figure>

* Once you have finished the KYC process, you will be notified with a success message confirming your verification.

<figure><img src="/files/VlJoWsfGcNNwQVf33Dqw" alt="" width="375"><figcaption></figcaption></figure>

Accounts are usually verified within 2 - 3 mins. When your account is verified you will be able to make deposits and withdrawals.

<figure><img src="/files/4VVOIyeeJWMTsJippbbn" 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.decenomy.net/tutorials/exchange/how-to-buy-decenomy-coins-on-birake/user-account-creation-and-kyc-verification.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.
