Skip to main content
In order to use the Byzantine Prime application, an individual user needs to go through a KYC process. This is a regulatory obligation for individuals.

1. Accept the Bridge Terms of Service

The following endpoint should be used to obtain a Terms of Service acceptance link. Integrators should then display this link to the end user, either via a redirect or an iFrame. End users must click it to accept the Bridge Terms of Service.

Get a Bridge ToS link

The user must accept the Bridge Terms of Service before creating the user account. Note that the returned ToS agreement ID will be used in the next step to create the user account.
Please refer to Account Creation for more details about the Bridge ToS.

2. Create the user account

The creation of the user account is done by calling this API endpoint:

Create a user account

The following information needs to be provided:
  • personal data about the user
  • ID documents (passport or national ID card)
  • proof of address
  • optional - it is possible to add a list of authenticators to register user’s passkey to their device
The individual user will receive an account_id and a user_id.
Please refer to the related endpoint page for more details about the requirements.

3. KYC verification

Byzantine and Bridge will verify the individual’s identity and address. Both Bridge and Byzantine may ask for additional details during this process. Once completed, the user will receive an email notifying them of their account opening.
The KYC process usually takes only a few minutes.