> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/verification/how-to-complete-kyb-verification.md).

# How to Complete KYB Verification

Complete business verification to unlock proxy access and an increased thread limit.

## How to Complete KYB Verification

Know Your Business (KYB) verification confirms your company's registration and ownership.

It unlocks access to your proxies plus an increased thread limit.

You start it in the dashboard, and you have up to 12 hours to finish once you begin.

<a href="https://app.proxidize.com/settings/verification/" class="button primary" data-icon="arrow-right">Open your verification settings</a>

### Before you start

* Only the account administrator can start KYB.
* Members see the **Verify** button on the **Know Your Business** card greyed out.
* Use your company email address, because a submission from a personal address is rejected.
* Have your business registration details and the list of domains you plan to use your proxies on ready.

{% hint style="info" %}
**Already signed up with your personal Email?**

Change your account's email before initiating the verification. See [How to change my account's email](/account-and-billing/account-management/how-to-change-account-email.md).
{% endhint %}

***

### Complete KYB verification

{% stepper %}
{% step %}

#### Open the verification page

Go to **Settings → Verification**.

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FJK8TxdtVzP7ige2YUbKX%2Fimage.png?alt=media&amp;token=c76b856e-d9e2-4853-b2bb-95501147e1c5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Add your target domains and use case

Scroll to **Verification details**.

List every domain you intend to access under **TARGET DOMAINS**, pressing Enter after each one.

Under **WHY THESE DOMAINS?**, describe what your business plans to do with the proxies.

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FwbOzLac9HLATiFrTIPpA%2FTargetDomain.png?alt=media&amp;token=461a26fb-a5ec-48d2-a9b1-28266bc30765" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Start business verification

On the **Know Your Business** card, click **Verify**.

Verification continues on our verification partner's website.
{% endstep %}

{% step %}

#### Wait for the review

Your submission is reviewed internally.

Access to your proxies and your increased thread limit is unlocked once the review is done.
{% endstep %}
{% endstepper %}

#### If you start from the blocked proxy page

Opening a proxy page before you are verified shows a **Verify to continue** dialog.

Click **Verify business**, fill in the same two fields on the next screen, then click **Save and continue**.

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2F0l4V4sQ482y1qi6SpVUi%2Fimage.png?alt=media&amp;token=a59206ea-1457-4d65-a3b2-41764ac8b675" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Your target domains and your explanation are what the review is based on.**

Vague or incomplete answers can delay or fail your verification, and can lead to your account being suspended.
{% endhint %}

***

### Verification statuses

| Status                | What it means                                                                                                                  |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Not Started**       | You have not begun business verification.                                                                                      |
| **Under Review**      | Your submission is being reviewed. Your proxy pages stay locked, and the rest of the dashboard stays available.                |
| **Business Verified** | Your business was confirmed. Your proxies and your increased thread limit are available, and the KYC option no longer appears. |
| **Expired**           | You did not finish in time. Start a new attempt.                                                                               |
| **Cancelled**         | The attempt ended before it was finished. Start a new attempt.                                                                 |
| **Denied**            | Your submission was not accepted. Contact support, because you cannot start again from the dashboard.                          |

***

### What never changes

These rules apply to every customer, whether you are verified or not.

* Only ports `80` and `443` are available.
* Adult-content websites are blocked.
* Survey-for-money websites are blocked.
* Government websites with `.gov` domains are blocked.
* Military websites with `.mil` domains are blocked.

Separately from that list, KYB may open access to financial services, HR and recruitment, and consumer-review websites.

***

### Quick FAQ

<details>

<summary>Do I need KYC as well?</summary>

No.

KYB is the higher level of verification and already includes everything KYC grants.

</details>

<details>

<summary>I already completed KYC. Can I still do KYB?</summary>

Yes, if you are the account administrator.

</details>

<details>

<summary>Can I use a personal email address?</summary>

No.

A submission from a personal address is rejected, so use your company address.

</details>

<details>

<summary>My business verification was not accepted. What now?</summary>

Contact support.

You cannot start a new attempt from the dashboard once a submission has been denied.

</details>

***

### Related articles

* [Verification](/account-and-billing/verification.md)
* How to Complete KYC Verification
* [Setting Up Your Proxidize Proxies](/getting-started/setting-up-your-proxidize-proxies.md)
* [How to Change Account Email](/account-and-billing/account-management/how-to-change-account-email.md)

***

### Need help?

Contact support if:

* your business verification was not accepted
* you need business verification and you are not the account administrator
* you are not sure whether your use case qualifies

Reach us through live chat or email at <support@proxidize.com>.


---

# 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://help.proxidize.com/account-and-billing/verification/how-to-complete-kyb-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.
